(req), ct);
- await Send.OkAsync(cancellation: ct);
+ await Send.NoContentAsync(ct);
}
}
\ No newline at end of file
diff --git a/BookHive/Endpoints/Loans/PatchReturnLoanEndpoint.cs b/BookHive/Endpoints/Loans/PatchReturnLoanEndpoint.cs
index ca04695..f56736e 100644
--- a/BookHive/Endpoints/Loans/PatchReturnLoanEndpoint.cs
+++ b/BookHive/Endpoints/Loans/PatchReturnLoanEndpoint.cs
@@ -25,11 +25,11 @@ public class PatchReturnLoanEndpoint(LoanRepository loanRepository) : Endpoint(req), ct);
- await Send.OkAsync(cancellation: ct);
+ await Send.NoContentAsync(ct);
}
}
\ No newline at end of file
diff --git a/BookHive/Endpoints/Members/UpdateMemberEndpoint.cs b/BookHive/Endpoints/Members/UpdateMemberEndpoint.cs
index d795412..90f522b 100644
--- a/BookHive/Endpoints/Members/UpdateMemberEndpoint.cs
+++ b/BookHive/Endpoints/Members/UpdateMemberEndpoint.cs
@@ -25,6 +25,6 @@ public class UpdateMemberEndpoint(MemberRepository memberRepository, AutoMapper.
mapper.Map(req, member);
await memberRepository.SaveChangesAsync(ct);
- await Send.OkAsync(cancellation: ct);
+ await Send.NoContentAsync(ct);
}
}
\ No newline at end of file
diff --git a/BookHive/Endpoints/Reviews/CreateReviewEndpoint.cs b/BookHive/Endpoints/Reviews/CreateReviewEndpoint.cs
index ce15647..c4f1873 100644
--- a/BookHive/Endpoints/Reviews/CreateReviewEndpoint.cs
+++ b/BookHive/Endpoints/Reviews/CreateReviewEndpoint.cs
@@ -51,6 +51,6 @@ public class CreateReviewEndpoint(
}
await reviewRepository.AddAsync(mapper.Map(req), ct);
- await Send.OkAsync(cancellation: ct);
+ await Send.NoContentAsync(ct);
}
}
\ No newline at end of file
diff --git a/BookHive/Endpoints/Reviews/DeleteReviewEndpoint.cs b/BookHive/Endpoints/Reviews/DeleteReviewEndpoint.cs
index f8e00a2..61c7230 100644
--- a/BookHive/Endpoints/Reviews/DeleteReviewEndpoint.cs
+++ b/BookHive/Endpoints/Reviews/DeleteReviewEndpoint.cs
@@ -29,6 +29,6 @@ public class DeleteReviewEndpoint(ReviewRepository reviewRepository) : Endpoint<
}
await reviewRepository.DeleteAsync(review, ct);
- await Send.OkAsync(cancellation: ct);
+ await Send.NoContentAsync(ct);
}
}
\ No newline at end of file
diff --git a/BookHive/obj/BookHive.csproj.nuget.dgspec.json b/BookHive/obj/BookHive.csproj.nuget.dgspec.json
index 8b6b174..405cd4b 100644
--- a/BookHive/obj/BookHive.csproj.nuget.dgspec.json
+++ b/BookHive/obj/BookHive.csproj.nuget.dgspec.json
@@ -1,32 +1,26 @@
{
"format": 1,
"restore": {
- "C:\\Users\\mathy\\Documents\\TP\\BookHive\\BookHive\\BookHive.csproj": {}
+ "/home/sanchezvem@stsio.lan/Documents/TP-Fluent/BookHive/BookHive.csproj": {}
},
"projects": {
- "C:\\Users\\mathy\\Documents\\TP\\BookHive\\BookHive\\BookHive.csproj": {
+ "/home/sanchezvem@stsio.lan/Documents/TP-Fluent/BookHive/BookHive.csproj": {
"version": "1.0.0",
"restore": {
- "projectUniqueName": "C:\\Users\\mathy\\Documents\\TP\\BookHive\\BookHive\\BookHive.csproj",
+ "projectUniqueName": "/home/sanchezvem@stsio.lan/Documents/TP-Fluent/BookHive/BookHive.csproj",
"projectName": "BookHive",
- "projectPath": "C:\\Users\\mathy\\Documents\\TP\\BookHive\\BookHive\\BookHive.csproj",
- "packagesPath": "C:\\Users\\mathy\\.nuget\\packages\\",
- "outputPath": "C:\\Users\\mathy\\Documents\\TP\\BookHive\\BookHive\\obj\\",
+ "projectPath": "/home/sanchezvem@stsio.lan/Documents/TP-Fluent/BookHive/BookHive.csproj",
+ "packagesPath": "/home/sanchezvem@stsio.lan/.nuget/packages/",
+ "outputPath": "/home/sanchezvem@stsio.lan/Documents/TP-Fluent/BookHive/obj/",
"projectStyle": "PackageReference",
- "fallbackFolders": [
- "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
- ],
"configFilePaths": [
- "C:\\Users\\mathy\\AppData\\Roaming\\NuGet\\NuGet.Config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ "/home/sanchezvem@stsio.lan/.nuget/NuGet/NuGet.Config"
],
"originalTargetFrameworks": [
"net10.0"
],
"sources": {
- "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
- "C:\\Program Files\\dotnet\\library-packs": {},
+ "/usr/share/dotnet/library-packs": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
@@ -43,9 +37,8 @@
"restoreAuditProperties": {
"enableAudit": "true",
"auditLevel": "low",
- "auditMode": "all"
- },
- "SdkAnalysisLevel": "10.0.100"
+ "auditMode": "direct"
+ }
},
"frameworks": {
"net10.0": {
@@ -117,421 +110,7 @@
"privateAssets": "all"
}
},
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.103/PortableRuntimeIdentifierGraph.json",
- "packagesToPrune": {
- "Microsoft.AspNetCore": "(,10.0.32767]",
- "Microsoft.AspNetCore.Antiforgery": "(,10.0.32767]",
- "Microsoft.AspNetCore.App": "(,10.0.32767]",
- "Microsoft.AspNetCore.Authentication": "(,10.0.32767]",
- "Microsoft.AspNetCore.Authentication.Abstractions": "(,10.0.32767]",
- "Microsoft.AspNetCore.Authentication.BearerToken": "(,10.0.32767]",
- "Microsoft.AspNetCore.Authentication.Cookies": "(,10.0.32767]",
- "Microsoft.AspNetCore.Authentication.Core": "(,10.0.32767]",
- "Microsoft.AspNetCore.Authentication.OAuth": "(,10.0.32767]",
- "Microsoft.AspNetCore.Authorization": "(,10.0.32767]",
- "Microsoft.AspNetCore.Authorization.Policy": "(,10.0.32767]",
- "Microsoft.AspNetCore.Components": "(,10.0.32767]",
- "Microsoft.AspNetCore.Components.Authorization": "(,10.0.32767]",
- "Microsoft.AspNetCore.Components.Endpoints": "(,10.0.32767]",
- "Microsoft.AspNetCore.Components.Forms": "(,10.0.32767]",
- "Microsoft.AspNetCore.Components.Server": "(,10.0.32767]",
- "Microsoft.AspNetCore.Components.Web": "(,10.0.32767]",
- "Microsoft.AspNetCore.Connections.Abstractions": "(,10.0.32767]",
- "Microsoft.AspNetCore.CookiePolicy": "(,10.0.32767]",
- "Microsoft.AspNetCore.Cors": "(,10.0.32767]",
- "Microsoft.AspNetCore.Cryptography.Internal": "(,10.0.32767]",
- "Microsoft.AspNetCore.Cryptography.KeyDerivation": "(,10.0.32767]",
- "Microsoft.AspNetCore.DataProtection": "(,10.0.32767]",
- "Microsoft.AspNetCore.DataProtection.Abstractions": "(,10.0.32767]",
- "Microsoft.AspNetCore.DataProtection.Extensions": "(,10.0.32767]",
- "Microsoft.AspNetCore.Diagnostics": "(,10.0.32767]",
- "Microsoft.AspNetCore.Diagnostics.Abstractions": "(,10.0.32767]",
- "Microsoft.AspNetCore.Diagnostics.HealthChecks": "(,10.0.32767]",
- "Microsoft.AspNetCore.HostFiltering": "(,10.0.32767]",
- "Microsoft.AspNetCore.Hosting": "(,10.0.32767]",
- "Microsoft.AspNetCore.Hosting.Abstractions": "(,10.0.32767]",
- "Microsoft.AspNetCore.Hosting.Server.Abstractions": "(,10.0.32767]",
- "Microsoft.AspNetCore.Html.Abstractions": "(,10.0.32767]",
- "Microsoft.AspNetCore.Http": "(,10.0.32767]",
- "Microsoft.AspNetCore.Http.Abstractions": "(,10.0.32767]",
- "Microsoft.AspNetCore.Http.Connections": "(,10.0.32767]",
- "Microsoft.AspNetCore.Http.Connections.Common": "(,10.0.32767]",
- "Microsoft.AspNetCore.Http.Extensions": "(,10.0.32767]",
- "Microsoft.AspNetCore.Http.Features": "(,10.0.32767]",
- "Microsoft.AspNetCore.Http.Results": "(,10.0.32767]",
- "Microsoft.AspNetCore.HttpLogging": "(,10.0.32767]",
- "Microsoft.AspNetCore.HttpOverrides": "(,10.0.32767]",
- "Microsoft.AspNetCore.HttpsPolicy": "(,10.0.32767]",
- "Microsoft.AspNetCore.Identity": "(,10.0.32767]",
- "Microsoft.AspNetCore.Localization": "(,10.0.32767]",
- "Microsoft.AspNetCore.Localization.Routing": "(,10.0.32767]",
- "Microsoft.AspNetCore.Metadata": "(,10.0.32767]",
- "Microsoft.AspNetCore.Mvc": "(,10.0.32767]",
- "Microsoft.AspNetCore.Mvc.Abstractions": "(,10.0.32767]",
- "Microsoft.AspNetCore.Mvc.ApiExplorer": "(,10.0.32767]",
- "Microsoft.AspNetCore.Mvc.Core": "(,10.0.32767]",
- "Microsoft.AspNetCore.Mvc.Cors": "(,10.0.32767]",
- "Microsoft.AspNetCore.Mvc.DataAnnotations": "(,10.0.32767]",
- "Microsoft.AspNetCore.Mvc.Formatters.Json": "(,10.0.32767]",
- "Microsoft.AspNetCore.Mvc.Formatters.Xml": "(,10.0.32767]",
- "Microsoft.AspNetCore.Mvc.Localization": "(,10.0.32767]",
- "Microsoft.AspNetCore.Mvc.Razor": "(,10.0.32767]",
- "Microsoft.AspNetCore.Mvc.RazorPages": "(,10.0.32767]",
- "Microsoft.AspNetCore.Mvc.TagHelpers": "(,10.0.32767]",
- "Microsoft.AspNetCore.Mvc.ViewFeatures": "(,10.0.32767]",
- "Microsoft.AspNetCore.OutputCaching": "(,10.0.32767]",
- "Microsoft.AspNetCore.RateLimiting": "(,10.0.32767]",
- "Microsoft.AspNetCore.Razor": "(,10.0.32767]",
- "Microsoft.AspNetCore.Razor.Runtime": "(,10.0.32767]",
- "Microsoft.AspNetCore.RequestDecompression": "(,10.0.32767]",
- "Microsoft.AspNetCore.ResponseCaching": "(,10.0.32767]",
- "Microsoft.AspNetCore.ResponseCaching.Abstractions": "(,10.0.32767]",
- "Microsoft.AspNetCore.ResponseCompression": "(,10.0.32767]",
- "Microsoft.AspNetCore.Rewrite": "(,10.0.32767]",
- "Microsoft.AspNetCore.Routing": "(,10.0.32767]",
- "Microsoft.AspNetCore.Routing.Abstractions": "(,10.0.32767]",
- "Microsoft.AspNetCore.Server.HttpSys": "(,10.0.32767]",
- "Microsoft.AspNetCore.Server.IIS": "(,10.0.32767]",
- "Microsoft.AspNetCore.Server.IISIntegration": "(,10.0.32767]",
- "Microsoft.AspNetCore.Server.Kestrel": "(,10.0.32767]",
- "Microsoft.AspNetCore.Server.Kestrel.Core": "(,10.0.32767]",
- "Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes": "(,10.0.32767]",
- "Microsoft.AspNetCore.Server.Kestrel.Transport.Quic": "(,10.0.32767]",
- "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets": "(,10.0.32767]",
- "Microsoft.AspNetCore.Session": "(,10.0.32767]",
- "Microsoft.AspNetCore.SignalR": "(,10.0.32767]",
- "Microsoft.AspNetCore.SignalR.Common": "(,10.0.32767]",
- "Microsoft.AspNetCore.SignalR.Core": "(,10.0.32767]",
- "Microsoft.AspNetCore.SignalR.Protocols.Json": "(,10.0.32767]",
- "Microsoft.AspNetCore.StaticAssets": "(,10.0.32767]",
- "Microsoft.AspNetCore.StaticFiles": "(,10.0.32767]",
- "Microsoft.AspNetCore.WebSockets": "(,10.0.32767]",
- "Microsoft.AspNetCore.WebUtilities": "(,10.0.32767]",
- "Microsoft.CSharp": "(,4.7.32767]",
- "Microsoft.Extensions.Caching.Abstractions": "(,10.0.32767]",
- "Microsoft.Extensions.Caching.Memory": "(,10.0.32767]",
- "Microsoft.Extensions.Configuration": "(,10.0.32767]",
- "Microsoft.Extensions.Configuration.Abstractions": "(,10.0.32767]",
- "Microsoft.Extensions.Configuration.Binder": "(,10.0.32767]",
- "Microsoft.Extensions.Configuration.CommandLine": "(,10.0.32767]",
- "Microsoft.Extensions.Configuration.EnvironmentVariables": "(,10.0.32767]",
- "Microsoft.Extensions.Configuration.FileExtensions": "(,10.0.32767]",
- "Microsoft.Extensions.Configuration.Ini": "(,10.0.32767]",
- "Microsoft.Extensions.Configuration.Json": "(,10.0.32767]",
- "Microsoft.Extensions.Configuration.KeyPerFile": "(,10.0.32767]",
- "Microsoft.Extensions.Configuration.UserSecrets": "(,10.0.32767]",
- "Microsoft.Extensions.Configuration.Xml": "(,10.0.32767]",
- "Microsoft.Extensions.DependencyInjection": "(,10.0.32767]",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "(,10.0.32767]",
- "Microsoft.Extensions.Diagnostics": "(,10.0.32767]",
- "Microsoft.Extensions.Diagnostics.Abstractions": "(,10.0.32767]",
- "Microsoft.Extensions.Diagnostics.HealthChecks": "(,10.0.32767]",
- "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions": "(,10.0.32767]",
- "Microsoft.Extensions.Features": "(,10.0.32767]",
- "Microsoft.Extensions.FileProviders.Abstractions": "(,10.0.32767]",
- "Microsoft.Extensions.FileProviders.Composite": "(,10.0.32767]",
- "Microsoft.Extensions.FileProviders.Physical": "(,10.0.32767]",
- "Microsoft.Extensions.FileSystemGlobbing": "(,10.0.32767]",
- "Microsoft.Extensions.Hosting": "(,10.0.32767]",
- "Microsoft.Extensions.Hosting.Abstractions": "(,10.0.32767]",
- "Microsoft.Extensions.Http": "(,10.0.32767]",
- "Microsoft.Extensions.Identity.Core": "(,10.0.32767]",
- "Microsoft.Extensions.Identity.Stores": "(,10.0.32767]",
- "Microsoft.Extensions.Localization": "(,10.0.32767]",
- "Microsoft.Extensions.Localization.Abstractions": "(,10.0.32767]",
- "Microsoft.Extensions.Logging": "(,10.0.32767]",
- "Microsoft.Extensions.Logging.Abstractions": "(,10.0.32767]",
- "Microsoft.Extensions.Logging.Configuration": "(,10.0.32767]",
- "Microsoft.Extensions.Logging.Console": "(,10.0.32767]",
- "Microsoft.Extensions.Logging.Debug": "(,10.0.32767]",
- "Microsoft.Extensions.Logging.EventLog": "(,10.0.32767]",
- "Microsoft.Extensions.Logging.EventSource": "(,10.0.32767]",
- "Microsoft.Extensions.Logging.TraceSource": "(,10.0.32767]",
- "Microsoft.Extensions.ObjectPool": "(,10.0.32767]",
- "Microsoft.Extensions.Options": "(,10.0.32767]",
- "Microsoft.Extensions.Options.ConfigurationExtensions": "(,10.0.32767]",
- "Microsoft.Extensions.Options.DataAnnotations": "(,10.0.32767]",
- "Microsoft.Extensions.Primitives": "(,10.0.32767]",
- "Microsoft.Extensions.Validation": "(,10.0.32767]",
- "Microsoft.Extensions.WebEncoders": "(,10.0.32767]",
- "Microsoft.JSInterop": "(,10.0.32767]",
- "Microsoft.Net.Http.Headers": "(,10.0.32767]",
- "Microsoft.VisualBasic": "(,10.4.32767]",
- "Microsoft.Win32.Primitives": "(,4.3.32767]",
- "Microsoft.Win32.Registry": "(,5.0.32767]",
- "runtime.any.System.Collections": "(,4.3.32767]",
- "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]",
- "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]",
- "runtime.any.System.Globalization": "(,4.3.32767]",
- "runtime.any.System.Globalization.Calendars": "(,4.3.32767]",
- "runtime.any.System.IO": "(,4.3.32767]",
- "runtime.any.System.Reflection": "(,4.3.32767]",
- "runtime.any.System.Reflection.Extensions": "(,4.3.32767]",
- "runtime.any.System.Reflection.Primitives": "(,4.3.32767]",
- "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]",
- "runtime.any.System.Runtime": "(,4.3.32767]",
- "runtime.any.System.Runtime.Handles": "(,4.3.32767]",
- "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]",
- "runtime.any.System.Text.Encoding": "(,4.3.32767]",
- "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]",
- "runtime.any.System.Threading.Tasks": "(,4.3.32767]",
- "runtime.any.System.Threading.Timer": "(,4.3.32767]",
- "runtime.aot.System.Collections": "(,4.3.32767]",
- "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]",
- "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]",
- "runtime.aot.System.Globalization": "(,4.3.32767]",
- "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]",
- "runtime.aot.System.IO": "(,4.3.32767]",
- "runtime.aot.System.Reflection": "(,4.3.32767]",
- "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]",
- "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]",
- "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]",
- "runtime.aot.System.Runtime": "(,4.3.32767]",
- "runtime.aot.System.Runtime.Handles": "(,4.3.32767]",
- "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]",
- "runtime.aot.System.Text.Encoding": "(,4.3.32767]",
- "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]",
- "runtime.aot.System.Threading.Tasks": "(,4.3.32767]",
- "runtime.aot.System.Threading.Timer": "(,4.3.32767]",
- "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
- "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
- "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
- "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
- "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
- "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
- "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
- "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
- "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
- "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
- "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
- "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]",
- "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
- "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
- "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
- "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
- "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
- "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
- "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
- "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
- "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
- "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]",
- "runtime.unix.System.Console": "(,4.3.32767]",
- "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]",
- "runtime.unix.System.IO.FileSystem": "(,4.3.32767]",
- "runtime.unix.System.Net.Primitives": "(,4.3.32767]",
- "runtime.unix.System.Net.Sockets": "(,4.3.32767]",
- "runtime.unix.System.Private.Uri": "(,4.3.32767]",
- "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]",
- "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]",
- "runtime.win.System.Console": "(,4.3.32767]",
- "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]",
- "runtime.win.System.IO.FileSystem": "(,4.3.32767]",
- "runtime.win.System.Net.Primitives": "(,4.3.32767]",
- "runtime.win.System.Net.Sockets": "(,4.3.32767]",
- "runtime.win.System.Runtime.Extensions": "(,4.3.32767]",
- "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]",
- "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]",
- "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]",
- "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.win7.System.Private.Uri": "(,4.3.32767]",
- "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "System.AppContext": "(,4.3.32767]",
- "System.Buffers": "(,5.0.32767]",
- "System.Collections": "(,4.3.32767]",
- "System.Collections.Concurrent": "(,4.3.32767]",
- "System.Collections.Immutable": "(,10.0.32767]",
- "System.Collections.NonGeneric": "(,4.3.32767]",
- "System.Collections.Specialized": "(,4.3.32767]",
- "System.ComponentModel": "(,4.3.32767]",
- "System.ComponentModel.Annotations": "(,4.3.32767]",
- "System.ComponentModel.EventBasedAsync": "(,4.3.32767]",
- "System.ComponentModel.Primitives": "(,4.3.32767]",
- "System.ComponentModel.TypeConverter": "(,4.3.32767]",
- "System.Console": "(,4.3.32767]",
- "System.Data.Common": "(,4.3.32767]",
- "System.Data.DataSetExtensions": "(,4.4.32767]",
- "System.Diagnostics.Contracts": "(,4.3.32767]",
- "System.Diagnostics.Debug": "(,4.3.32767]",
- "System.Diagnostics.DiagnosticSource": "(,10.0.32767]",
- "System.Diagnostics.EventLog": "(,10.0.32767]",
- "System.Diagnostics.FileVersionInfo": "(,4.3.32767]",
- "System.Diagnostics.Process": "(,4.3.32767]",
- "System.Diagnostics.StackTrace": "(,4.3.32767]",
- "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]",
- "System.Diagnostics.Tools": "(,4.3.32767]",
- "System.Diagnostics.TraceSource": "(,4.3.32767]",
- "System.Diagnostics.Tracing": "(,4.3.32767]",
- "System.Drawing.Primitives": "(,4.3.32767]",
- "System.Dynamic.Runtime": "(,4.3.32767]",
- "System.Formats.Asn1": "(,10.0.32767]",
- "System.Formats.Cbor": "(,10.0.32767]",
- "System.Formats.Tar": "(,10.0.32767]",
- "System.Globalization": "(,4.3.32767]",
- "System.Globalization.Calendars": "(,4.3.32767]",
- "System.Globalization.Extensions": "(,4.3.32767]",
- "System.IO": "(,4.3.32767]",
- "System.IO.Compression": "(,4.3.32767]",
- "System.IO.Compression.ZipFile": "(,4.3.32767]",
- "System.IO.FileSystem": "(,4.3.32767]",
- "System.IO.FileSystem.AccessControl": "(,4.4.32767]",
- "System.IO.FileSystem.DriveInfo": "(,4.3.32767]",
- "System.IO.FileSystem.Primitives": "(,4.3.32767]",
- "System.IO.FileSystem.Watcher": "(,4.3.32767]",
- "System.IO.IsolatedStorage": "(,4.3.32767]",
- "System.IO.MemoryMappedFiles": "(,4.3.32767]",
- "System.IO.Pipelines": "(,10.0.32767]",
- "System.IO.Pipes": "(,4.3.32767]",
- "System.IO.Pipes.AccessControl": "(,5.0.32767]",
- "System.IO.UnmanagedMemoryStream": "(,4.3.32767]",
- "System.Linq": "(,4.3.32767]",
- "System.Linq.AsyncEnumerable": "(,10.0.32767]",
- "System.Linq.Expressions": "(,4.3.32767]",
- "System.Linq.Parallel": "(,4.3.32767]",
- "System.Linq.Queryable": "(,4.3.32767]",
- "System.Memory": "(,5.0.32767]",
- "System.Net.Http": "(,4.3.32767]",
- "System.Net.Http.Json": "(,10.0.32767]",
- "System.Net.NameResolution": "(,4.3.32767]",
- "System.Net.NetworkInformation": "(,4.3.32767]",
- "System.Net.Ping": "(,4.3.32767]",
- "System.Net.Primitives": "(,4.3.32767]",
- "System.Net.Requests": "(,4.3.32767]",
- "System.Net.Security": "(,4.3.32767]",
- "System.Net.ServerSentEvents": "(,10.0.32767]",
- "System.Net.Sockets": "(,4.3.32767]",
- "System.Net.WebHeaderCollection": "(,4.3.32767]",
- "System.Net.WebSockets": "(,4.3.32767]",
- "System.Net.WebSockets.Client": "(,4.3.32767]",
- "System.Numerics.Vectors": "(,5.0.32767]",
- "System.ObjectModel": "(,4.3.32767]",
- "System.Private.DataContractSerialization": "(,4.3.32767]",
- "System.Private.Uri": "(,4.3.32767]",
- "System.Reflection": "(,4.3.32767]",
- "System.Reflection.DispatchProxy": "(,6.0.32767]",
- "System.Reflection.Emit": "(,4.7.32767]",
- "System.Reflection.Emit.ILGeneration": "(,4.7.32767]",
- "System.Reflection.Emit.Lightweight": "(,4.7.32767]",
- "System.Reflection.Extensions": "(,4.3.32767]",
- "System.Reflection.Metadata": "(,10.0.32767]",
- "System.Reflection.Primitives": "(,4.3.32767]",
- "System.Reflection.TypeExtensions": "(,4.3.32767]",
- "System.Resources.Reader": "(,4.3.32767]",
- "System.Resources.ResourceManager": "(,4.3.32767]",
- "System.Resources.Writer": "(,4.3.32767]",
- "System.Runtime": "(,4.3.32767]",
- "System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]",
- "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]",
- "System.Runtime.Extensions": "(,4.3.32767]",
- "System.Runtime.Handles": "(,4.3.32767]",
- "System.Runtime.InteropServices": "(,4.3.32767]",
- "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]",
- "System.Runtime.Loader": "(,4.3.32767]",
- "System.Runtime.Numerics": "(,4.3.32767]",
- "System.Runtime.Serialization.Formatters": "(,4.3.32767]",
- "System.Runtime.Serialization.Json": "(,4.3.32767]",
- "System.Runtime.Serialization.Primitives": "(,4.3.32767]",
- "System.Runtime.Serialization.Xml": "(,4.3.32767]",
- "System.Security.AccessControl": "(,6.0.32767]",
- "System.Security.Claims": "(,4.3.32767]",
- "System.Security.Cryptography.Algorithms": "(,4.3.32767]",
- "System.Security.Cryptography.Cng": "(,5.0.32767]",
- "System.Security.Cryptography.Csp": "(,4.3.32767]",
- "System.Security.Cryptography.Encoding": "(,4.3.32767]",
- "System.Security.Cryptography.OpenSsl": "(,5.0.32767]",
- "System.Security.Cryptography.Primitives": "(,4.3.32767]",
- "System.Security.Cryptography.X509Certificates": "(,4.3.32767]",
- "System.Security.Cryptography.Xml": "(,10.0.32767]",
- "System.Security.Principal": "(,4.3.32767]",
- "System.Security.Principal.Windows": "(,5.0.32767]",
- "System.Security.SecureString": "(,4.3.32767]",
- "System.Text.Encoding": "(,4.3.32767]",
- "System.Text.Encoding.CodePages": "(,10.0.32767]",
- "System.Text.Encoding.Extensions": "(,4.3.32767]",
- "System.Text.Encodings.Web": "(,10.0.32767]",
- "System.Text.Json": "(,10.0.32767]",
- "System.Text.RegularExpressions": "(,4.3.32767]",
- "System.Threading": "(,4.3.32767]",
- "System.Threading.AccessControl": "(,10.0.32767]",
- "System.Threading.Channels": "(,10.0.32767]",
- "System.Threading.Overlapped": "(,4.3.32767]",
- "System.Threading.RateLimiting": "(,10.0.32767]",
- "System.Threading.Tasks": "(,4.3.32767]",
- "System.Threading.Tasks.Dataflow": "(,10.0.32767]",
- "System.Threading.Tasks.Extensions": "(,5.0.32767]",
- "System.Threading.Tasks.Parallel": "(,4.3.32767]",
- "System.Threading.Thread": "(,4.3.32767]",
- "System.Threading.ThreadPool": "(,4.3.32767]",
- "System.Threading.Timer": "(,4.3.32767]",
- "System.ValueTuple": "(,4.5.32767]",
- "System.Xml.ReaderWriter": "(,4.3.32767]",
- "System.Xml.XDocument": "(,4.3.32767]",
- "System.Xml.XmlDocument": "(,4.3.32767]",
- "System.Xml.XmlSerializer": "(,4.3.32767]",
- "System.Xml.XPath": "(,4.3.32767]",
- "System.Xml.XPath.XDocument": "(,5.0.32767]"
- }
+ "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/8.0.416/PortableRuntimeIdentifierGraph.json"
}
}
}
diff --git a/BookHive/obj/BookHive.csproj.nuget.g.props b/BookHive/obj/BookHive.csproj.nuget.g.props
index a440607..1b7d9ec 100644
--- a/BookHive/obj/BookHive.csproj.nuget.g.props
+++ b/BookHive/obj/BookHive.csproj.nuget.g.props
@@ -4,21 +4,20 @@
True
NuGet
$(MSBuildThisFileDirectory)project.assets.json
- $(UserProfile)\.nuget\packages\
- C:\Users\mathy\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages
+ /home/sanchezvem@stsio.lan/.nuget/packages/
+ /home/sanchezvem@stsio.lan/.nuget/packages/
PackageReference
7.0.0
-
-
+
-
-
-
+
+
+
- C:\Users\mathy\.nuget\packages\microsoft.codeanalysis.analyzers\3.11.0
+ /home/sanchezvem@stsio.lan/.nuget/packages/microsoft.codeanalysis.analyzers/3.11.0
\ No newline at end of file
diff --git a/BookHive/obj/BookHive.csproj.nuget.g.targets b/BookHive/obj/BookHive.csproj.nuget.g.targets
index 44d5ce3..23f33d9 100644
--- a/BookHive/obj/BookHive.csproj.nuget.g.targets
+++ b/BookHive/obj/BookHive.csproj.nuget.g.targets
@@ -1,9 +1,12 @@
-
-
-
-
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/BookHive/obj/Debug/net10.0/BookHive.AssemblyInfo.cs b/BookHive/obj/Debug/net10.0/BookHive.AssemblyInfo.cs
index 9e43d20..443c523 100644
--- a/BookHive/obj/Debug/net10.0/BookHive.AssemblyInfo.cs
+++ b/BookHive/obj/Debug/net10.0/BookHive.AssemblyInfo.cs
@@ -13,7 +13,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("BookHive")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+756382a49677f88776c226bb42bc2ad4a7d094ae")]
[assembly: System.Reflection.AssemblyProductAttribute("BookHive")]
[assembly: System.Reflection.AssemblyTitleAttribute("BookHive")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
diff --git a/BookHive/obj/Debug/net10.0/BookHive.AssemblyInfoInputs.cache b/BookHive/obj/Debug/net10.0/BookHive.AssemblyInfoInputs.cache
index ccb57fa..13a2189 100644
--- a/BookHive/obj/Debug/net10.0/BookHive.AssemblyInfoInputs.cache
+++ b/BookHive/obj/Debug/net10.0/BookHive.AssemblyInfoInputs.cache
@@ -1 +1 @@
-e42b73ddf4d0353ccf623e5dfd24e363a21da7c9885eb149df227d7bdc49e13e
+84f6dc0a5bbbcabacfbc6412e9b6279fb417643ef854b4dc0442ffa6bdf38592
diff --git a/BookHive/obj/Debug/net10.0/BookHive.GeneratedMSBuildEditorConfig.editorconfig b/BookHive/obj/Debug/net10.0/BookHive.GeneratedMSBuildEditorConfig.editorconfig
index 0231a9c..dfed6bf 100644
--- a/BookHive/obj/Debug/net10.0/BookHive.GeneratedMSBuildEditorConfig.editorconfig
+++ b/BookHive/obj/Debug/net10.0/BookHive.GeneratedMSBuildEditorConfig.editorconfig
@@ -19,13 +19,13 @@ build_property.TargetFrameworkIdentifier = .NETCoreApp
build_property.TargetFrameworkVersion = v10.0
build_property.RootNamespace = BookHive
build_property.RootNamespace = BookHive
-build_property.ProjectDir = C:\Users\mathy\Documents\TP\BookHive\BookHive\
+build_property.ProjectDir = /home/sanchezvem@stsio.lan/Documents/TP-Fluent/BookHive/
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
build_property.RazorLangVersion = 9.0
build_property.SupportLocalizedComponentNames =
build_property.GenerateRazorMetadataSourceChecksumAttributes =
-build_property.MSBuildProjectDirectory = C:\Users\mathy\Documents\TP\BookHive\BookHive
+build_property.MSBuildProjectDirectory = /home/sanchezvem@stsio.lan/Documents/TP-Fluent/BookHive
build_property._RazorSourceGeneratorDebug =
build_property.EffectiveAnalysisLevelStyle = 10.0
build_property.EnableCodeStyleSeverity =
diff --git a/BookHive/obj/Debug/net10.0/BookHive.assets.cache b/BookHive/obj/Debug/net10.0/BookHive.assets.cache
index 886a8d1..4c9a8dc 100644
Binary files a/BookHive/obj/Debug/net10.0/BookHive.assets.cache and b/BookHive/obj/Debug/net10.0/BookHive.assets.cache differ
diff --git a/BookHive/obj/Debug/net10.0/BookHive.csproj.AssemblyReference.cache b/BookHive/obj/Debug/net10.0/BookHive.csproj.AssemblyReference.cache
index ffd0706..f629347 100644
Binary files a/BookHive/obj/Debug/net10.0/BookHive.csproj.AssemblyReference.cache and b/BookHive/obj/Debug/net10.0/BookHive.csproj.AssemblyReference.cache differ
diff --git a/BookHive/obj/Debug/net10.0/apphost b/BookHive/obj/Debug/net10.0/apphost
new file mode 100755
index 0000000..fa57612
Binary files /dev/null and b/BookHive/obj/Debug/net10.0/apphost differ
diff --git a/BookHive/obj/project.assets.json b/BookHive/obj/project.assets.json
index cdf3943..a6db3be 100644
--- a/BookHive/obj/project.assets.json
+++ b/BookHive/obj/project.assets.json
@@ -36,6 +36,8 @@
"AutoMapper/16.1.0": {
"type": "package",
"dependencies": {
+ "Microsoft.Extensions.Logging.Abstractions": "10.0.0",
+ "Microsoft.Extensions.Options": "10.0.0",
"Microsoft.IdentityModel.JsonWebTokens": "8.14.0"
},
"compile": {
@@ -84,7 +86,8 @@
"dependencies": {
"Azure.Core": "1.46.1",
"Microsoft.Identity.Client": "4.73.1",
- "Microsoft.Identity.Client.Extensions.Msal": "4.73.1"
+ "Microsoft.Identity.Client.Extensions.Msal": "4.73.1",
+ "System.Memory": "4.5.5"
},
"compile": {
"lib/net8.0/Azure.Identity.dll": {
@@ -121,6 +124,9 @@
},
"FastEndpoints.Attributes/8.0.1": {
"type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "10.0.3"
+ },
"compile": {
"lib/net10.0/FastEndpoints.Attributes.dll": {
"related": ".xml"
@@ -134,6 +140,10 @@
},
"FastEndpoints.Core/8.0.1": {
"type": "package",
+ "dependencies": {
+ "Microsoft.AspNetCore.Http.Abstractions": "2.3.9",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.3"
+ },
"compile": {
"lib/net10.0/FastEndpoints.Core.dll": {
"related": ".xml"
@@ -148,7 +158,9 @@
"FastEndpoints.JobQueues/8.0.1": {
"type": "package",
"dependencies": {
- "FastEndpoints.Messaging": "8.0.1"
+ "FastEndpoints.Messaging": "8.0.1",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.3",
+ "Microsoft.Extensions.Hosting.Abstractions": "10.0.3"
},
"compile": {
"lib/net10.0/FastEndpoints.JobQueues.dll": {
@@ -165,7 +177,8 @@
"type": "package",
"dependencies": {
"FastEndpoints.Core": "8.0.1",
- "FastEndpoints.Messaging.Core": "8.0.1"
+ "FastEndpoints.Messaging.Core": "8.0.1",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.3"
},
"compile": {
"lib/net10.0/FastEndpoints.Messaging.dll": {
@@ -273,6 +286,39 @@
"Microsoft.AspNetCore.App"
]
},
+ "Microsoft.AspNetCore.Http.Abstractions/2.3.9": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.AspNetCore.Http.Features": "2.3.0",
+ "System.Text.Encodings.Web": "8.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.AspNetCore.Http.Features/2.3.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "8.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.dll": {
+ "related": ".xml"
+ }
+ }
+ },
"Microsoft.AspNetCore.OpenApi/10.0.3": {
"type": "package",
"dependencies": {
@@ -588,6 +634,11 @@
"Microsoft.Build.Framework": "17.11.31",
"Microsoft.CodeAnalysis.Analyzers": "3.11.0",
"Microsoft.CodeAnalysis.Workspaces.Common": "[5.0.0]",
+ "Microsoft.Extensions.DependencyInjection": "9.0.0",
+ "Microsoft.Extensions.Logging": "9.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "9.0.0",
+ "Microsoft.Extensions.Options": "9.0.0",
+ "Microsoft.Extensions.Primitives": "9.0.0",
"Microsoft.VisualStudio.SolutionPersistence": "1.0.52",
"Newtonsoft.Json": "13.0.3",
"System.Composition": "9.0.0"
@@ -657,11 +708,13 @@
"Azure.Identity": "1.14.2",
"Microsoft.Bcl.Cryptography": "9.0.4",
"Microsoft.Data.SqlClient.SNI.runtime": "6.0.2",
+ "Microsoft.Extensions.Caching.Memory": "9.0.4",
"Microsoft.IdentityModel.JsonWebTokens": "7.7.1",
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "7.7.1",
"Microsoft.SqlServer.Server": "1.0.0",
"System.Configuration.ConfigurationManager": "9.0.4",
- "System.Security.Cryptography.Pkcs": "9.0.4"
+ "System.Security.Cryptography.Pkcs": "9.0.4",
+ "System.Text.Json": "9.0.5"
},
"compile": {
"ref/net9.0/Microsoft.Data.SqlClient.dll": {
@@ -746,7 +799,9 @@
"type": "package",
"dependencies": {
"Microsoft.EntityFrameworkCore.Abstractions": "10.0.3",
- "Microsoft.EntityFrameworkCore.Analyzers": "10.0.3"
+ "Microsoft.EntityFrameworkCore.Analyzers": "10.0.3",
+ "Microsoft.Extensions.Caching.Memory": "10.0.3",
+ "Microsoft.Extensions.Logging": "10.0.3"
},
"compile": {
"lib/net10.0/Microsoft.EntityFrameworkCore.dll": {
@@ -787,7 +842,10 @@
"Microsoft.CodeAnalysis.CSharp.Workspaces": "5.0.0",
"Microsoft.CodeAnalysis.Workspaces.MSBuild": "5.0.0",
"Microsoft.EntityFrameworkCore.Relational": "10.0.3",
+ "Microsoft.Extensions.Caching.Memory": "10.0.3",
+ "Microsoft.Extensions.Configuration.Abstractions": "10.0.3",
"Microsoft.Extensions.DependencyModel": "10.0.3",
+ "Microsoft.Extensions.Logging": "10.0.3",
"Mono.TextTemplating": "3.0.0",
"Newtonsoft.Json": "13.0.3"
},
@@ -808,7 +866,10 @@
"Microsoft.EntityFrameworkCore.Relational/10.0.3": {
"type": "package",
"dependencies": {
- "Microsoft.EntityFrameworkCore": "10.0.3"
+ "Microsoft.EntityFrameworkCore": "10.0.3",
+ "Microsoft.Extensions.Caching.Memory": "10.0.3",
+ "Microsoft.Extensions.Configuration.Abstractions": "10.0.3",
+ "Microsoft.Extensions.Logging": "10.0.3"
},
"compile": {
"lib/net10.0/Microsoft.EntityFrameworkCore.Relational.dll": {
@@ -825,7 +886,10 @@
"type": "package",
"dependencies": {
"Microsoft.Data.SqlClient": "6.1.1",
- "Microsoft.EntityFrameworkCore.Relational": "10.0.3"
+ "Microsoft.EntityFrameworkCore.Relational": "10.0.3",
+ "Microsoft.Extensions.Caching.Memory": "10.0.3",
+ "Microsoft.Extensions.Configuration.Abstractions": "10.0.3",
+ "Microsoft.Extensions.Logging": "10.0.3"
},
"compile": {
"lib/net10.0/Microsoft.EntityFrameworkCore.SqlServer.dll": {
@@ -838,6 +902,102 @@
}
}
},
+ "Microsoft.Extensions.Caching.Abstractions/10.0.3": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "10.0.3"
+ },
+ "compile": {
+ "lib/net10.0/Microsoft.Extensions.Caching.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net10.0/Microsoft.Extensions.Caching.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Caching.Memory/10.0.3": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Caching.Abstractions": "10.0.3",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.3",
+ "Microsoft.Extensions.Logging.Abstractions": "10.0.3",
+ "Microsoft.Extensions.Options": "10.0.3",
+ "Microsoft.Extensions.Primitives": "10.0.3"
+ },
+ "compile": {
+ "lib/net10.0/Microsoft.Extensions.Caching.Memory.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net10.0/Microsoft.Extensions.Caching.Memory.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Configuration.Abstractions/10.0.3": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "10.0.3"
+ },
+ "compile": {
+ "lib/net10.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net10.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection/10.0.3": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.3"
+ },
+ "compile": {
+ "lib/net10.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net10.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions/10.0.3": {
+ "type": "package",
+ "compile": {
+ "lib/net10.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net10.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
"Microsoft.Extensions.DependencyModel/10.0.3": {
"type": "package",
"compile": {
@@ -854,10 +1014,149 @@
"buildTransitive/net8.0/_._": {}
}
},
+ "Microsoft.Extensions.Diagnostics.Abstractions/10.0.3": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.3",
+ "Microsoft.Extensions.Options": "10.0.3"
+ },
+ "compile": {
+ "lib/net10.0/Microsoft.Extensions.Diagnostics.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net10.0/Microsoft.Extensions.Diagnostics.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "Microsoft.Extensions.FileProviders.Abstractions/10.0.3": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "10.0.3"
+ },
+ "compile": {
+ "lib/net10.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net10.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Hosting.Abstractions/10.0.3": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration.Abstractions": "10.0.3",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.3",
+ "Microsoft.Extensions.Diagnostics.Abstractions": "10.0.3",
+ "Microsoft.Extensions.FileProviders.Abstractions": "10.0.3",
+ "Microsoft.Extensions.Logging.Abstractions": "10.0.3"
+ },
+ "compile": {
+ "lib/net10.0/Microsoft.Extensions.Hosting.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net10.0/Microsoft.Extensions.Hosting.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Logging/10.0.3": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection": "10.0.3",
+ "Microsoft.Extensions.Logging.Abstractions": "10.0.3",
+ "Microsoft.Extensions.Options": "10.0.3"
+ },
+ "compile": {
+ "lib/net10.0/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net10.0/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Logging.Abstractions/10.0.3": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.3"
+ },
+ "compile": {
+ "lib/net10.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net10.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/Microsoft.Extensions.Logging.Abstractions.targets": {}
+ }
+ },
+ "Microsoft.Extensions.Options/10.0.3": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.3",
+ "Microsoft.Extensions.Primitives": "10.0.3"
+ },
+ "compile": {
+ "lib/net10.0/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net10.0/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/Microsoft.Extensions.Options.targets": {}
+ }
+ },
+ "Microsoft.Extensions.Primitives/10.0.3": {
+ "type": "package",
+ "compile": {
+ "lib/net10.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net10.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
"Microsoft.Identity.Client/4.73.1": {
"type": "package",
"dependencies": {
- "Microsoft.IdentityModel.Abstractions": "6.35.0"
+ "Microsoft.IdentityModel.Abstractions": "6.35.0",
+ "System.Diagnostics.DiagnosticSource": "6.0.1"
},
"compile": {
"lib/net8.0/Microsoft.Identity.Client.dll": {
@@ -968,6 +1267,7 @@
"Microsoft.IdentityModel.Tokens/8.14.0": {
"type": "package",
"dependencies": {
+ "Microsoft.Extensions.Logging.Abstractions": "8.0.0",
"Microsoft.IdentityModel.Logging": "8.14.0"
},
"compile": {
@@ -983,6 +1283,9 @@
},
"Microsoft.OpenApi/2.0.0": {
"type": "package",
+ "dependencies": {
+ "System.Text.Json": "8.0.5"
+ },
"compile": {
"lib/net8.0/Microsoft.OpenApi.dll": {
"related": ".pdb;.xml"
@@ -1291,6 +1594,7 @@
"System.ClientModel/1.5.1": {
"type": "package",
"dependencies": {
+ "Microsoft.Extensions.Logging.Abstractions": "8.0.3",
"System.Memory.Data": "8.0.1"
},
"compile": {
@@ -1433,6 +1737,7 @@
"System.Configuration.ConfigurationManager/9.0.4": {
"type": "package",
"dependencies": {
+ "System.Diagnostics.EventLog": "9.0.4",
"System.Security.Cryptography.ProtectedData": "9.0.4"
},
"compile": {
@@ -1449,6 +1754,51 @@
"buildTransitive/net8.0/_._": {}
}
},
+ "System.Diagnostics.DiagnosticSource/6.0.1": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "System.Diagnostics.EventLog/9.0.4": {
+ "type": "package",
+ "compile": {
+ "lib/net9.0/_._": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net9.0/System.Diagnostics.EventLog.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ },
+ "runtimeTargets": {
+ "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.Messages.dll": {
+ "assetType": "runtime",
+ "rid": "win"
+ },
+ "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.dll": {
+ "assetType": "runtime",
+ "rid": "win"
+ }
+ }
+ },
"System.IdentityModel.Tokens.Jwt/8.0.1": {
"type": "package",
"dependencies": {
@@ -1466,6 +1816,15 @@
}
}
},
+ "System.Memory/4.5.5": {
+ "type": "package",
+ "compile": {
+ "ref/netcoreapp2.1/_._": {}
+ },
+ "runtime": {
+ "lib/netcoreapp2.1/_._": {}
+ }
+ },
"System.Memory.Data/8.0.1": {
"type": "package",
"compile": {
@@ -1482,6 +1841,22 @@
"buildTransitive/net6.0/_._": {}
}
},
+ "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
"System.Security.Cryptography.Pkcs/9.0.4": {
"type": "package",
"compile": {
@@ -1520,6 +1895,44 @@
"buildTransitive/net8.0/_._": {}
}
},
+ "System.Text.Encodings.Web/8.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net8.0/System.Text.Encodings.Web.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/System.Text.Encodings.Web.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
+ },
+ "runtimeTargets": {
+ "runtimes/browser/lib/net8.0/System.Text.Encodings.Web.dll": {
+ "assetType": "runtime",
+ "rid": "browser"
+ }
+ }
+ },
+ "System.Text.Json/9.0.5": {
+ "type": "package",
+ "compile": {
+ "lib/net9.0/System.Text.Json.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net9.0/System.Text.Json.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/System.Text.Json.targets": {}
+ }
+ },
"YamlDotNet/16.3.0": {
"type": "package",
"compile": {
@@ -1854,6 +2267,32 @@
"microsoft.aspnetcore.authentication.jwtbearer.nuspec"
]
},
+ "Microsoft.AspNetCore.Http.Abstractions/2.3.9": {
+ "sha512": "ULScB/0S9+qvf+yahjR+oQUp0GrvoDHJ9XS5gTqSjLjbjUDnHaJ1s8wo3RJMpaDfb1bawX4OgQM+YmvCUveR4Q==",
+ "type": "package",
+ "path": "microsoft.aspnetcore.http.abstractions/2.3.9",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll",
+ "lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.xml",
+ "microsoft.aspnetcore.http.abstractions.2.3.9.nupkg.sha512",
+ "microsoft.aspnetcore.http.abstractions.nuspec"
+ ]
+ },
+ "Microsoft.AspNetCore.Http.Features/2.3.0": {
+ "sha512": "f10WUgcsKqrkmnz6gt8HeZ7kyKjYN30PO7cSic1lPtH7paPtnQqXPOveul/SIPI43PhRD4trttg4ywnrEmmJpA==",
+ "type": "package",
+ "path": "microsoft.aspnetcore.http.features/2.3.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.dll",
+ "lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.xml",
+ "microsoft.aspnetcore.http.features.2.3.0.nupkg.sha512",
+ "microsoft.aspnetcore.http.features.nuspec"
+ ]
+ },
"Microsoft.AspNetCore.OpenApi/10.0.3": {
"sha512": "SAvSrKDgnY5GDjDAngOXxPhUvEKlTU/0zIq8zidqHvh/xnZBPs0Vc4LqwyvnmnafNnyUaivtRABz4K4wodXfSg==",
"type": "package",
@@ -3185,6 +3624,155 @@
"microsoft.entityframeworkcore.sqlserver.nuspec"
]
},
+ "Microsoft.Extensions.Caching.Abstractions/10.0.3": {
+ "sha512": "5dtXBvI8t3z8pF4tB38JYgi/enCL/DwSXxpqShgFz3SHJ7IzqFIMs6Gu5ik8sNZzcO9qQs3xIDpB3vDamkYG+Q==",
+ "type": "package",
+ "path": "microsoft.extensions.caching.abstractions/10.0.3",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "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/net10.0/Microsoft.Extensions.Caching.Abstractions.dll",
+ "lib/net10.0/Microsoft.Extensions.Caching.Abstractions.xml",
+ "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.10.0.3.nupkg.sha512",
+ "microsoft.extensions.caching.abstractions.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.Caching.Memory/10.0.3": {
+ "sha512": "No4fVh0z30SWqiWFRoA4PNdrEco6OjXvCqRFvlmRgDQqqks2bRDdeavUgWEiAX153ZAwW9loUgbxcvuP4NKQLg==",
+ "type": "package",
+ "path": "microsoft.extensions.caching.memory/10.0.3",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "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/net10.0/Microsoft.Extensions.Caching.Memory.dll",
+ "lib/net10.0/Microsoft.Extensions.Caching.Memory.xml",
+ "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.10.0.3.nupkg.sha512",
+ "microsoft.extensions.caching.memory.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.Configuration.Abstractions/10.0.3": {
+ "sha512": "xVDHL0+SIgemfh95fTO9cGLe17TWv/ZP0n7m01z8X6pzt2DmQpucioWR/mYZA1sRlkWnkXzfl0JweLNWmE9WMg==",
+ "type": "package",
+ "path": "microsoft.extensions.configuration.abstractions/10.0.3",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "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/net10.0/Microsoft.Extensions.Configuration.Abstractions.dll",
+ "lib/net10.0/Microsoft.Extensions.Configuration.Abstractions.xml",
+ "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.10.0.3.nupkg.sha512",
+ "microsoft.extensions.configuration.abstractions.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.DependencyInjection/10.0.3": {
+ "sha512": "2DLOmC0EkB2smVK8lPP1PIKEgL1arE3CMp9XSIQB/Y7ev5nnnyuM/PizKJ6QfLD08QCYoopSC9SFdbYglDomYg==",
+ "type": "package",
+ "path": "microsoft.extensions.dependencyinjection/10.0.3",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "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/net10.0/Microsoft.Extensions.DependencyInjection.dll",
+ "lib/net10.0/Microsoft.Extensions.DependencyInjection.xml",
+ "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.10.0.3.nupkg.sha512",
+ "microsoft.extensions.dependencyinjection.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions/10.0.3": {
+ "sha512": "bwGMrRcAMWx2s/RDgja97p27rxSz2pEQW0+rX5cWAUWVETVJ/eyxGfjAl8vuG5a+lckWmPIE+vcuaZNVB5YDdw==",
+ "type": "package",
+ "path": "microsoft.extensions.dependencyinjection.abstractions/10.0.3",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "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/net10.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
+ "lib/net10.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
+ "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.10.0.3.nupkg.sha512",
+ "microsoft.extensions.dependencyinjection.abstractions.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
"Microsoft.Extensions.DependencyModel/10.0.3": {
"sha512": "31kRjr1fgdJO1UZ/AsjL2noqwht+juHMQ8c/oh8CEsDhlM2+0zwVZVsZjxSfOFiPtn5+6kRGuvSbLAufAPT0kA==",
"type": "package",
@@ -3214,6 +3802,272 @@
"useSharedDesignerContext.txt"
]
},
+ "Microsoft.Extensions.Diagnostics.Abstractions/10.0.3": {
+ "sha512": "mQiTzAj7PIJ2A9YXR5QhgulS1fTWhmQc3ckd1Mrf3hKW07d03fBDqx8vVaFw+cRTebDOeB6pNqdWdnRxsi1hBA==",
+ "type": "package",
+ "path": "microsoft.extensions.diagnostics.abstractions/10.0.3",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "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/net10.0/Microsoft.Extensions.Diagnostics.Abstractions.dll",
+ "lib/net10.0/Microsoft.Extensions.Diagnostics.Abstractions.xml",
+ "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.10.0.3.nupkg.sha512",
+ "microsoft.extensions.diagnostics.abstractions.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.FileProviders.Abstractions/10.0.3": {
+ "sha512": "4TD9AXDRsipTmaemwnjt/DM5Ri0de2JzHQhvZ4woBTjUtL4XrPNsMrOk5oiLJAx1gTrE6pOIhxv+lEde5F6CZA==",
+ "type": "package",
+ "path": "microsoft.extensions.fileproviders.abstractions/10.0.3",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "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/net10.0/Microsoft.Extensions.FileProviders.Abstractions.dll",
+ "lib/net10.0/Microsoft.Extensions.FileProviders.Abstractions.xml",
+ "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.10.0.3.nupkg.sha512",
+ "microsoft.extensions.fileproviders.abstractions.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.Hosting.Abstractions/10.0.3": {
+ "sha512": "GdMpC10Jf6poxSvUJ4lgYpJ5F/kJeaAoJmrPufjBoPYyCTKKY5Dyl0rZA+LBNvFqTq1cZa/lhlptlUhNvU6xrg==",
+ "type": "package",
+ "path": "microsoft.extensions.hosting.abstractions/10.0.3",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "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/net10.0/Microsoft.Extensions.Hosting.Abstractions.dll",
+ "lib/net10.0/Microsoft.Extensions.Hosting.Abstractions.xml",
+ "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.10.0.3.nupkg.sha512",
+ "microsoft.extensions.hosting.abstractions.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.Logging/10.0.3": {
+ "sha512": "8D9Er1cGXNjNDIB+VLBNHn386L5ls2FoiG9a6o12gyn+GG3w6jdfUhzT8dtBnKcevE7/fsVA8MS3FBgFfClFtQ==",
+ "type": "package",
+ "path": "microsoft.extensions.logging/10.0.3",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "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/net10.0/Microsoft.Extensions.Logging.dll",
+ "lib/net10.0/Microsoft.Extensions.Logging.xml",
+ "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.10.0.3.nupkg.sha512",
+ "microsoft.extensions.logging.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.Logging.Abstractions/10.0.3": {
+ "sha512": "lxl0WLk7ROgBFAsjcOYjQ8/DVK+VMszxGBzUhgtQmAsTNldLL5pk9NG/cWTsXHq0lUhUEAtZkEE7jOGOA8bGKQ==",
+ "type": "package",
+ "path": "microsoft.extensions.logging.abstractions/10.0.3",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "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/net10.0/Microsoft.Extensions.Logging.Abstractions.dll",
+ "lib/net10.0/Microsoft.Extensions.Logging.Abstractions.xml",
+ "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.10.0.3.nupkg.sha512",
+ "microsoft.extensions.logging.abstractions.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.Options/10.0.3": {
+ "sha512": "hU6WzGTPvPoLA2ng1ILvWQb3g0qORdlHNsxI8IcPLumJb3suimYUl+bbDzdo1V4KFsvVhnMWzysHpKbZaoDQPQ==",
+ "type": "package",
+ "path": "microsoft.extensions.options/10.0.3",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "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/net10.0/Microsoft.Extensions.Options.dll",
+ "lib/net10.0/Microsoft.Extensions.Options.xml",
+ "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.10.0.3.nupkg.sha512",
+ "microsoft.extensions.options.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.Primitives/10.0.3": {
+ "sha512": "GEcpTwo7sUoLGGNTqV1FZEuL+tTD9m81NX/mh099dqGNna07/UGZShKQNZRw4hv6nlliSUwYQgSYc7OR99Jufg==",
+ "type": "package",
+ "path": "microsoft.extensions.primitives/10.0.3",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "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/net10.0/Microsoft.Extensions.Primitives.dll",
+ "lib/net10.0/Microsoft.Extensions.Primitives.xml",
+ "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.10.0.3.nupkg.sha512",
+ "microsoft.extensions.primitives.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
"Microsoft.Identity.Client/4.73.1": {
"sha512": "NnDLS8QwYqO5ZZecL2oioi1LUqjh5Ewk4bMLzbgiXJbQmZhDLtKwLxL3DpGMlQAJ2G4KgEnvGPKa+OOgffeJbw==",
"type": "package",
@@ -4000,6 +4854,65 @@
"useSharedDesignerContext.txt"
]
},
+ "System.Diagnostics.DiagnosticSource/6.0.1": {
+ "sha512": "KiLYDu2k2J82Q9BJpWiuQqCkFjRBWVq4jDzKKWawVi9KWzyD0XG3cmfX0vqTQlL14Wi9EufJrbL0+KCLTbqWiQ==",
+ "type": "package",
+ "path": "system.diagnostics.diagnosticsource/6.0.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/netcoreapp2.0/System.Diagnostics.DiagnosticSource.targets",
+ "buildTransitive/netcoreapp3.1/_._",
+ "lib/net461/System.Diagnostics.DiagnosticSource.dll",
+ "lib/net461/System.Diagnostics.DiagnosticSource.xml",
+ "lib/net5.0/System.Diagnostics.DiagnosticSource.dll",
+ "lib/net5.0/System.Diagnostics.DiagnosticSource.xml",
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll",
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.xml",
+ "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.dll",
+ "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.xml",
+ "system.diagnostics.diagnosticsource.6.0.1.nupkg.sha512",
+ "system.diagnostics.diagnosticsource.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "System.Diagnostics.EventLog/9.0.4": {
+ "sha512": "getRQEXD8idlpb1KW56XuxImMy0FKp2WJPDf3Qr0kI/QKxxJSftqfDFVo0DZ3HCJRLU73qHSruv5q2l5O47jQQ==",
+ "type": "package",
+ "path": "system.diagnostics.eventlog/9.0.4",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/System.Diagnostics.EventLog.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net8.0/_._",
+ "buildTransitive/netcoreapp2.0/System.Diagnostics.EventLog.targets",
+ "lib/net462/System.Diagnostics.EventLog.dll",
+ "lib/net462/System.Diagnostics.EventLog.xml",
+ "lib/net8.0/System.Diagnostics.EventLog.dll",
+ "lib/net8.0/System.Diagnostics.EventLog.xml",
+ "lib/net9.0/System.Diagnostics.EventLog.dll",
+ "lib/net9.0/System.Diagnostics.EventLog.xml",
+ "lib/netstandard2.0/System.Diagnostics.EventLog.dll",
+ "lib/netstandard2.0/System.Diagnostics.EventLog.xml",
+ "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll",
+ "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll",
+ "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.xml",
+ "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.Messages.dll",
+ "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.dll",
+ "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.xml",
+ "system.diagnostics.eventlog.9.0.4.nupkg.sha512",
+ "system.diagnostics.eventlog.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
"System.IdentityModel.Tokens.Jwt/8.0.1": {
"sha512": "GJw3bYkWpOgvN3tJo5X4lYUeIFA2HD293FPUhKmp7qxS+g5ywAb34Dnd3cDAFLkcMohy5XTpoaZ4uAHuw0uSPQ==",
"type": "package",
@@ -4023,6 +4936,29 @@
"system.identitymodel.tokens.jwt.nuspec"
]
},
+ "System.Memory/4.5.5": {
+ "sha512": "XIWiDvKPXaTveaB7HVganDlOCRoj03l+jrwNvcge/t8vhGYKvqV+dMv6G4SAX2NoNmN0wZfVPTAlFwZcZvVOUw==",
+ "type": "package",
+ "path": "system.memory/4.5.5",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "lib/net461/System.Memory.dll",
+ "lib/net461/System.Memory.xml",
+ "lib/netcoreapp2.1/_._",
+ "lib/netstandard1.1/System.Memory.dll",
+ "lib/netstandard1.1/System.Memory.xml",
+ "lib/netstandard2.0/System.Memory.dll",
+ "lib/netstandard2.0/System.Memory.xml",
+ "ref/netcoreapp2.1/_._",
+ "system.memory.4.5.5.nupkg.sha512",
+ "system.memory.nuspec",
+ "useSharedDesignerContext.txt",
+ "version.txt"
+ ]
+ },
"System.Memory.Data/8.0.1": {
"sha512": "BVYuec3jV23EMRDeR7Dr1/qhx7369dZzJ9IWy2xylvb4YfXsrUxspWc4UWYid/tj4zZK58uGZqn2WQiaDMhmAg==",
"type": "package",
@@ -4053,6 +4989,31 @@
"useSharedDesignerContext.txt"
]
},
+ "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "sha512": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==",
+ "type": "package",
+ "path": "system.runtime.compilerservices.unsafe/6.0.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.targets",
+ "buildTransitive/netcoreapp3.1/_._",
+ "lib/net461/System.Runtime.CompilerServices.Unsafe.dll",
+ "lib/net461/System.Runtime.CompilerServices.Unsafe.xml",
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll",
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.xml",
+ "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.dll",
+ "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.xml",
+ "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll",
+ "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml",
+ "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512",
+ "system.runtime.compilerservices.unsafe.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
"System.Security.Cryptography.Pkcs/9.0.4": {
"sha512": "cUFTcMlz/Qw9s90b2wnWSCvHdjv51Bau9FQqhsr4TlwSe1OX+7SoXUqphis5G74MLOvMOCghxPPlEqOdCrVVGA==",
"type": "package",
@@ -4120,6 +5081,112 @@
"useSharedDesignerContext.txt"
]
},
+ "System.Text.Encodings.Web/8.0.0": {
+ "sha512": "yev/k9GHAEGx2Rg3/tU6MQh4HGBXJs70y7j1LaM1i/ER9po+6nnQ6RRqTJn1E7Xu0fbIFK80Nh5EoODxrbxwBQ==",
+ "type": "package",
+ "path": "system.text.encodings.web/8.0.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/System.Text.Encodings.Web.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net6.0/_._",
+ "buildTransitive/netcoreapp2.0/System.Text.Encodings.Web.targets",
+ "lib/net462/System.Text.Encodings.Web.dll",
+ "lib/net462/System.Text.Encodings.Web.xml",
+ "lib/net6.0/System.Text.Encodings.Web.dll",
+ "lib/net6.0/System.Text.Encodings.Web.xml",
+ "lib/net7.0/System.Text.Encodings.Web.dll",
+ "lib/net7.0/System.Text.Encodings.Web.xml",
+ "lib/net8.0/System.Text.Encodings.Web.dll",
+ "lib/net8.0/System.Text.Encodings.Web.xml",
+ "lib/netstandard2.0/System.Text.Encodings.Web.dll",
+ "lib/netstandard2.0/System.Text.Encodings.Web.xml",
+ "runtimes/browser/lib/net6.0/System.Text.Encodings.Web.dll",
+ "runtimes/browser/lib/net6.0/System.Text.Encodings.Web.xml",
+ "runtimes/browser/lib/net7.0/System.Text.Encodings.Web.dll",
+ "runtimes/browser/lib/net7.0/System.Text.Encodings.Web.xml",
+ "runtimes/browser/lib/net8.0/System.Text.Encodings.Web.dll",
+ "runtimes/browser/lib/net8.0/System.Text.Encodings.Web.xml",
+ "system.text.encodings.web.8.0.0.nupkg.sha512",
+ "system.text.encodings.web.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "System.Text.Json/9.0.5": {
+ "sha512": "rnP61ZfloTgPQPe7ecr36loNiGX3g1PocxlKHdY/FUpDSsExKkTxpMAlB4X35wNEPr1X7mkYZuQvW3Lhxmu7KA==",
+ "type": "package",
+ "path": "system.text.json/9.0.5",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "analyzers/dotnet/roslyn3.11/cs/System.Text.Json.SourceGeneration.dll",
+ "analyzers/dotnet/roslyn3.11/cs/cs/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/de/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/es/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/fr/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/it/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/ja/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/ko/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/pl/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/pt-BR/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/ru/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/tr/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/zh-Hans/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/zh-Hant/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/System.Text.Json.SourceGeneration.dll",
+ "analyzers/dotnet/roslyn4.0/cs/cs/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/de/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/es/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/fr/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/it/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/ja/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/ko/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/pl/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/pt-BR/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/ru/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/tr/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/zh-Hans/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/zh-Hant/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/System.Text.Json.SourceGeneration.dll",
+ "analyzers/dotnet/roslyn4.4/cs/cs/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/de/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/es/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/fr/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/it/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/ja/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/ko/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/pl/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/pt-BR/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/ru/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/tr/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/zh-Hans/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/zh-Hant/System.Text.Json.SourceGeneration.resources.dll",
+ "buildTransitive/net461/System.Text.Json.targets",
+ "buildTransitive/net462/System.Text.Json.targets",
+ "buildTransitive/net8.0/System.Text.Json.targets",
+ "buildTransitive/netcoreapp2.0/System.Text.Json.targets",
+ "buildTransitive/netstandard2.0/System.Text.Json.targets",
+ "lib/net462/System.Text.Json.dll",
+ "lib/net462/System.Text.Json.xml",
+ "lib/net8.0/System.Text.Json.dll",
+ "lib/net8.0/System.Text.Json.xml",
+ "lib/net9.0/System.Text.Json.dll",
+ "lib/net9.0/System.Text.Json.xml",
+ "lib/netstandard2.0/System.Text.Json.dll",
+ "lib/netstandard2.0/System.Text.Json.xml",
+ "system.text.json.9.0.5.nupkg.sha512",
+ "system.text.json.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
"YamlDotNet/16.3.0": {
"sha512": "SgMOdxbz8X65z8hraIs6hOEdnkH6hESTAIUa7viEngHOYaH+6q5XJmwr1+yb9vJpNQ19hCQY69xbFsLtXpobQA==",
"type": "package",
@@ -4160,32 +5227,25 @@
]
},
"packageFolders": {
- "C:\\Users\\mathy\\.nuget\\packages\\": {},
- "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
+ "/home/sanchezvem@stsio.lan/.nuget/packages/": {}
},
"project": {
"version": "1.0.0",
"restore": {
- "projectUniqueName": "C:\\Users\\mathy\\Documents\\TP\\BookHive\\BookHive\\BookHive.csproj",
+ "projectUniqueName": "/home/sanchezvem@stsio.lan/Documents/TP-Fluent/BookHive/BookHive.csproj",
"projectName": "BookHive",
- "projectPath": "C:\\Users\\mathy\\Documents\\TP\\BookHive\\BookHive\\BookHive.csproj",
- "packagesPath": "C:\\Users\\mathy\\.nuget\\packages\\",
- "outputPath": "C:\\Users\\mathy\\Documents\\TP\\BookHive\\BookHive\\obj\\",
+ "projectPath": "/home/sanchezvem@stsio.lan/Documents/TP-Fluent/BookHive/BookHive.csproj",
+ "packagesPath": "/home/sanchezvem@stsio.lan/.nuget/packages/",
+ "outputPath": "/home/sanchezvem@stsio.lan/Documents/TP-Fluent/BookHive/obj/",
"projectStyle": "PackageReference",
- "fallbackFolders": [
- "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
- ],
"configFilePaths": [
- "C:\\Users\\mathy\\AppData\\Roaming\\NuGet\\NuGet.Config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ "/home/sanchezvem@stsio.lan/.nuget/NuGet/NuGet.Config"
],
"originalTargetFrameworks": [
"net10.0"
],
"sources": {
- "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
- "C:\\Program Files\\dotnet\\library-packs": {},
+ "/usr/share/dotnet/library-packs": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
@@ -4202,9 +5262,8 @@
"restoreAuditProperties": {
"enableAudit": "true",
"auditLevel": "low",
- "auditMode": "all"
- },
- "SdkAnalysisLevel": "10.0.100"
+ "auditMode": "direct"
+ }
},
"frameworks": {
"net10.0": {
@@ -4276,421 +5335,7 @@
"privateAssets": "all"
}
},
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.103/PortableRuntimeIdentifierGraph.json",
- "packagesToPrune": {
- "Microsoft.AspNetCore": "(,10.0.32767]",
- "Microsoft.AspNetCore.Antiforgery": "(,10.0.32767]",
- "Microsoft.AspNetCore.App": "(,10.0.32767]",
- "Microsoft.AspNetCore.Authentication": "(,10.0.32767]",
- "Microsoft.AspNetCore.Authentication.Abstractions": "(,10.0.32767]",
- "Microsoft.AspNetCore.Authentication.BearerToken": "(,10.0.32767]",
- "Microsoft.AspNetCore.Authentication.Cookies": "(,10.0.32767]",
- "Microsoft.AspNetCore.Authentication.Core": "(,10.0.32767]",
- "Microsoft.AspNetCore.Authentication.OAuth": "(,10.0.32767]",
- "Microsoft.AspNetCore.Authorization": "(,10.0.32767]",
- "Microsoft.AspNetCore.Authorization.Policy": "(,10.0.32767]",
- "Microsoft.AspNetCore.Components": "(,10.0.32767]",
- "Microsoft.AspNetCore.Components.Authorization": "(,10.0.32767]",
- "Microsoft.AspNetCore.Components.Endpoints": "(,10.0.32767]",
- "Microsoft.AspNetCore.Components.Forms": "(,10.0.32767]",
- "Microsoft.AspNetCore.Components.Server": "(,10.0.32767]",
- "Microsoft.AspNetCore.Components.Web": "(,10.0.32767]",
- "Microsoft.AspNetCore.Connections.Abstractions": "(,10.0.32767]",
- "Microsoft.AspNetCore.CookiePolicy": "(,10.0.32767]",
- "Microsoft.AspNetCore.Cors": "(,10.0.32767]",
- "Microsoft.AspNetCore.Cryptography.Internal": "(,10.0.32767]",
- "Microsoft.AspNetCore.Cryptography.KeyDerivation": "(,10.0.32767]",
- "Microsoft.AspNetCore.DataProtection": "(,10.0.32767]",
- "Microsoft.AspNetCore.DataProtection.Abstractions": "(,10.0.32767]",
- "Microsoft.AspNetCore.DataProtection.Extensions": "(,10.0.32767]",
- "Microsoft.AspNetCore.Diagnostics": "(,10.0.32767]",
- "Microsoft.AspNetCore.Diagnostics.Abstractions": "(,10.0.32767]",
- "Microsoft.AspNetCore.Diagnostics.HealthChecks": "(,10.0.32767]",
- "Microsoft.AspNetCore.HostFiltering": "(,10.0.32767]",
- "Microsoft.AspNetCore.Hosting": "(,10.0.32767]",
- "Microsoft.AspNetCore.Hosting.Abstractions": "(,10.0.32767]",
- "Microsoft.AspNetCore.Hosting.Server.Abstractions": "(,10.0.32767]",
- "Microsoft.AspNetCore.Html.Abstractions": "(,10.0.32767]",
- "Microsoft.AspNetCore.Http": "(,10.0.32767]",
- "Microsoft.AspNetCore.Http.Abstractions": "(,10.0.32767]",
- "Microsoft.AspNetCore.Http.Connections": "(,10.0.32767]",
- "Microsoft.AspNetCore.Http.Connections.Common": "(,10.0.32767]",
- "Microsoft.AspNetCore.Http.Extensions": "(,10.0.32767]",
- "Microsoft.AspNetCore.Http.Features": "(,10.0.32767]",
- "Microsoft.AspNetCore.Http.Results": "(,10.0.32767]",
- "Microsoft.AspNetCore.HttpLogging": "(,10.0.32767]",
- "Microsoft.AspNetCore.HttpOverrides": "(,10.0.32767]",
- "Microsoft.AspNetCore.HttpsPolicy": "(,10.0.32767]",
- "Microsoft.AspNetCore.Identity": "(,10.0.32767]",
- "Microsoft.AspNetCore.Localization": "(,10.0.32767]",
- "Microsoft.AspNetCore.Localization.Routing": "(,10.0.32767]",
- "Microsoft.AspNetCore.Metadata": "(,10.0.32767]",
- "Microsoft.AspNetCore.Mvc": "(,10.0.32767]",
- "Microsoft.AspNetCore.Mvc.Abstractions": "(,10.0.32767]",
- "Microsoft.AspNetCore.Mvc.ApiExplorer": "(,10.0.32767]",
- "Microsoft.AspNetCore.Mvc.Core": "(,10.0.32767]",
- "Microsoft.AspNetCore.Mvc.Cors": "(,10.0.32767]",
- "Microsoft.AspNetCore.Mvc.DataAnnotations": "(,10.0.32767]",
- "Microsoft.AspNetCore.Mvc.Formatters.Json": "(,10.0.32767]",
- "Microsoft.AspNetCore.Mvc.Formatters.Xml": "(,10.0.32767]",
- "Microsoft.AspNetCore.Mvc.Localization": "(,10.0.32767]",
- "Microsoft.AspNetCore.Mvc.Razor": "(,10.0.32767]",
- "Microsoft.AspNetCore.Mvc.RazorPages": "(,10.0.32767]",
- "Microsoft.AspNetCore.Mvc.TagHelpers": "(,10.0.32767]",
- "Microsoft.AspNetCore.Mvc.ViewFeatures": "(,10.0.32767]",
- "Microsoft.AspNetCore.OutputCaching": "(,10.0.32767]",
- "Microsoft.AspNetCore.RateLimiting": "(,10.0.32767]",
- "Microsoft.AspNetCore.Razor": "(,10.0.32767]",
- "Microsoft.AspNetCore.Razor.Runtime": "(,10.0.32767]",
- "Microsoft.AspNetCore.RequestDecompression": "(,10.0.32767]",
- "Microsoft.AspNetCore.ResponseCaching": "(,10.0.32767]",
- "Microsoft.AspNetCore.ResponseCaching.Abstractions": "(,10.0.32767]",
- "Microsoft.AspNetCore.ResponseCompression": "(,10.0.32767]",
- "Microsoft.AspNetCore.Rewrite": "(,10.0.32767]",
- "Microsoft.AspNetCore.Routing": "(,10.0.32767]",
- "Microsoft.AspNetCore.Routing.Abstractions": "(,10.0.32767]",
- "Microsoft.AspNetCore.Server.HttpSys": "(,10.0.32767]",
- "Microsoft.AspNetCore.Server.IIS": "(,10.0.32767]",
- "Microsoft.AspNetCore.Server.IISIntegration": "(,10.0.32767]",
- "Microsoft.AspNetCore.Server.Kestrel": "(,10.0.32767]",
- "Microsoft.AspNetCore.Server.Kestrel.Core": "(,10.0.32767]",
- "Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes": "(,10.0.32767]",
- "Microsoft.AspNetCore.Server.Kestrel.Transport.Quic": "(,10.0.32767]",
- "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets": "(,10.0.32767]",
- "Microsoft.AspNetCore.Session": "(,10.0.32767]",
- "Microsoft.AspNetCore.SignalR": "(,10.0.32767]",
- "Microsoft.AspNetCore.SignalR.Common": "(,10.0.32767]",
- "Microsoft.AspNetCore.SignalR.Core": "(,10.0.32767]",
- "Microsoft.AspNetCore.SignalR.Protocols.Json": "(,10.0.32767]",
- "Microsoft.AspNetCore.StaticAssets": "(,10.0.32767]",
- "Microsoft.AspNetCore.StaticFiles": "(,10.0.32767]",
- "Microsoft.AspNetCore.WebSockets": "(,10.0.32767]",
- "Microsoft.AspNetCore.WebUtilities": "(,10.0.32767]",
- "Microsoft.CSharp": "(,4.7.32767]",
- "Microsoft.Extensions.Caching.Abstractions": "(,10.0.32767]",
- "Microsoft.Extensions.Caching.Memory": "(,10.0.32767]",
- "Microsoft.Extensions.Configuration": "(,10.0.32767]",
- "Microsoft.Extensions.Configuration.Abstractions": "(,10.0.32767]",
- "Microsoft.Extensions.Configuration.Binder": "(,10.0.32767]",
- "Microsoft.Extensions.Configuration.CommandLine": "(,10.0.32767]",
- "Microsoft.Extensions.Configuration.EnvironmentVariables": "(,10.0.32767]",
- "Microsoft.Extensions.Configuration.FileExtensions": "(,10.0.32767]",
- "Microsoft.Extensions.Configuration.Ini": "(,10.0.32767]",
- "Microsoft.Extensions.Configuration.Json": "(,10.0.32767]",
- "Microsoft.Extensions.Configuration.KeyPerFile": "(,10.0.32767]",
- "Microsoft.Extensions.Configuration.UserSecrets": "(,10.0.32767]",
- "Microsoft.Extensions.Configuration.Xml": "(,10.0.32767]",
- "Microsoft.Extensions.DependencyInjection": "(,10.0.32767]",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "(,10.0.32767]",
- "Microsoft.Extensions.Diagnostics": "(,10.0.32767]",
- "Microsoft.Extensions.Diagnostics.Abstractions": "(,10.0.32767]",
- "Microsoft.Extensions.Diagnostics.HealthChecks": "(,10.0.32767]",
- "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions": "(,10.0.32767]",
- "Microsoft.Extensions.Features": "(,10.0.32767]",
- "Microsoft.Extensions.FileProviders.Abstractions": "(,10.0.32767]",
- "Microsoft.Extensions.FileProviders.Composite": "(,10.0.32767]",
- "Microsoft.Extensions.FileProviders.Physical": "(,10.0.32767]",
- "Microsoft.Extensions.FileSystemGlobbing": "(,10.0.32767]",
- "Microsoft.Extensions.Hosting": "(,10.0.32767]",
- "Microsoft.Extensions.Hosting.Abstractions": "(,10.0.32767]",
- "Microsoft.Extensions.Http": "(,10.0.32767]",
- "Microsoft.Extensions.Identity.Core": "(,10.0.32767]",
- "Microsoft.Extensions.Identity.Stores": "(,10.0.32767]",
- "Microsoft.Extensions.Localization": "(,10.0.32767]",
- "Microsoft.Extensions.Localization.Abstractions": "(,10.0.32767]",
- "Microsoft.Extensions.Logging": "(,10.0.32767]",
- "Microsoft.Extensions.Logging.Abstractions": "(,10.0.32767]",
- "Microsoft.Extensions.Logging.Configuration": "(,10.0.32767]",
- "Microsoft.Extensions.Logging.Console": "(,10.0.32767]",
- "Microsoft.Extensions.Logging.Debug": "(,10.0.32767]",
- "Microsoft.Extensions.Logging.EventLog": "(,10.0.32767]",
- "Microsoft.Extensions.Logging.EventSource": "(,10.0.32767]",
- "Microsoft.Extensions.Logging.TraceSource": "(,10.0.32767]",
- "Microsoft.Extensions.ObjectPool": "(,10.0.32767]",
- "Microsoft.Extensions.Options": "(,10.0.32767]",
- "Microsoft.Extensions.Options.ConfigurationExtensions": "(,10.0.32767]",
- "Microsoft.Extensions.Options.DataAnnotations": "(,10.0.32767]",
- "Microsoft.Extensions.Primitives": "(,10.0.32767]",
- "Microsoft.Extensions.Validation": "(,10.0.32767]",
- "Microsoft.Extensions.WebEncoders": "(,10.0.32767]",
- "Microsoft.JSInterop": "(,10.0.32767]",
- "Microsoft.Net.Http.Headers": "(,10.0.32767]",
- "Microsoft.VisualBasic": "(,10.4.32767]",
- "Microsoft.Win32.Primitives": "(,4.3.32767]",
- "Microsoft.Win32.Registry": "(,5.0.32767]",
- "runtime.any.System.Collections": "(,4.3.32767]",
- "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]",
- "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]",
- "runtime.any.System.Globalization": "(,4.3.32767]",
- "runtime.any.System.Globalization.Calendars": "(,4.3.32767]",
- "runtime.any.System.IO": "(,4.3.32767]",
- "runtime.any.System.Reflection": "(,4.3.32767]",
- "runtime.any.System.Reflection.Extensions": "(,4.3.32767]",
- "runtime.any.System.Reflection.Primitives": "(,4.3.32767]",
- "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]",
- "runtime.any.System.Runtime": "(,4.3.32767]",
- "runtime.any.System.Runtime.Handles": "(,4.3.32767]",
- "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]",
- "runtime.any.System.Text.Encoding": "(,4.3.32767]",
- "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]",
- "runtime.any.System.Threading.Tasks": "(,4.3.32767]",
- "runtime.any.System.Threading.Timer": "(,4.3.32767]",
- "runtime.aot.System.Collections": "(,4.3.32767]",
- "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]",
- "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]",
- "runtime.aot.System.Globalization": "(,4.3.32767]",
- "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]",
- "runtime.aot.System.IO": "(,4.3.32767]",
- "runtime.aot.System.Reflection": "(,4.3.32767]",
- "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]",
- "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]",
- "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]",
- "runtime.aot.System.Runtime": "(,4.3.32767]",
- "runtime.aot.System.Runtime.Handles": "(,4.3.32767]",
- "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]",
- "runtime.aot.System.Text.Encoding": "(,4.3.32767]",
- "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]",
- "runtime.aot.System.Threading.Tasks": "(,4.3.32767]",
- "runtime.aot.System.Threading.Timer": "(,4.3.32767]",
- "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
- "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
- "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
- "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
- "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
- "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
- "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
- "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
- "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
- "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
- "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
- "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]",
- "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
- "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
- "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
- "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
- "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
- "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
- "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
- "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
- "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
- "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]",
- "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
- "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
- "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]",
- "runtime.unix.System.Console": "(,4.3.32767]",
- "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]",
- "runtime.unix.System.IO.FileSystem": "(,4.3.32767]",
- "runtime.unix.System.Net.Primitives": "(,4.3.32767]",
- "runtime.unix.System.Net.Sockets": "(,4.3.32767]",
- "runtime.unix.System.Private.Uri": "(,4.3.32767]",
- "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]",
- "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]",
- "runtime.win.System.Console": "(,4.3.32767]",
- "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]",
- "runtime.win.System.IO.FileSystem": "(,4.3.32767]",
- "runtime.win.System.Net.Primitives": "(,4.3.32767]",
- "runtime.win.System.Net.Sockets": "(,4.3.32767]",
- "runtime.win.System.Runtime.Extensions": "(,4.3.32767]",
- "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]",
- "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]",
- "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]",
- "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "runtime.win7.System.Private.Uri": "(,4.3.32767]",
- "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]",
- "System.AppContext": "(,4.3.32767]",
- "System.Buffers": "(,5.0.32767]",
- "System.Collections": "(,4.3.32767]",
- "System.Collections.Concurrent": "(,4.3.32767]",
- "System.Collections.Immutable": "(,10.0.32767]",
- "System.Collections.NonGeneric": "(,4.3.32767]",
- "System.Collections.Specialized": "(,4.3.32767]",
- "System.ComponentModel": "(,4.3.32767]",
- "System.ComponentModel.Annotations": "(,4.3.32767]",
- "System.ComponentModel.EventBasedAsync": "(,4.3.32767]",
- "System.ComponentModel.Primitives": "(,4.3.32767]",
- "System.ComponentModel.TypeConverter": "(,4.3.32767]",
- "System.Console": "(,4.3.32767]",
- "System.Data.Common": "(,4.3.32767]",
- "System.Data.DataSetExtensions": "(,4.4.32767]",
- "System.Diagnostics.Contracts": "(,4.3.32767]",
- "System.Diagnostics.Debug": "(,4.3.32767]",
- "System.Diagnostics.DiagnosticSource": "(,10.0.32767]",
- "System.Diagnostics.EventLog": "(,10.0.32767]",
- "System.Diagnostics.FileVersionInfo": "(,4.3.32767]",
- "System.Diagnostics.Process": "(,4.3.32767]",
- "System.Diagnostics.StackTrace": "(,4.3.32767]",
- "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]",
- "System.Diagnostics.Tools": "(,4.3.32767]",
- "System.Diagnostics.TraceSource": "(,4.3.32767]",
- "System.Diagnostics.Tracing": "(,4.3.32767]",
- "System.Drawing.Primitives": "(,4.3.32767]",
- "System.Dynamic.Runtime": "(,4.3.32767]",
- "System.Formats.Asn1": "(,10.0.32767]",
- "System.Formats.Cbor": "(,10.0.32767]",
- "System.Formats.Tar": "(,10.0.32767]",
- "System.Globalization": "(,4.3.32767]",
- "System.Globalization.Calendars": "(,4.3.32767]",
- "System.Globalization.Extensions": "(,4.3.32767]",
- "System.IO": "(,4.3.32767]",
- "System.IO.Compression": "(,4.3.32767]",
- "System.IO.Compression.ZipFile": "(,4.3.32767]",
- "System.IO.FileSystem": "(,4.3.32767]",
- "System.IO.FileSystem.AccessControl": "(,4.4.32767]",
- "System.IO.FileSystem.DriveInfo": "(,4.3.32767]",
- "System.IO.FileSystem.Primitives": "(,4.3.32767]",
- "System.IO.FileSystem.Watcher": "(,4.3.32767]",
- "System.IO.IsolatedStorage": "(,4.3.32767]",
- "System.IO.MemoryMappedFiles": "(,4.3.32767]",
- "System.IO.Pipelines": "(,10.0.32767]",
- "System.IO.Pipes": "(,4.3.32767]",
- "System.IO.Pipes.AccessControl": "(,5.0.32767]",
- "System.IO.UnmanagedMemoryStream": "(,4.3.32767]",
- "System.Linq": "(,4.3.32767]",
- "System.Linq.AsyncEnumerable": "(,10.0.32767]",
- "System.Linq.Expressions": "(,4.3.32767]",
- "System.Linq.Parallel": "(,4.3.32767]",
- "System.Linq.Queryable": "(,4.3.32767]",
- "System.Memory": "(,5.0.32767]",
- "System.Net.Http": "(,4.3.32767]",
- "System.Net.Http.Json": "(,10.0.32767]",
- "System.Net.NameResolution": "(,4.3.32767]",
- "System.Net.NetworkInformation": "(,4.3.32767]",
- "System.Net.Ping": "(,4.3.32767]",
- "System.Net.Primitives": "(,4.3.32767]",
- "System.Net.Requests": "(,4.3.32767]",
- "System.Net.Security": "(,4.3.32767]",
- "System.Net.ServerSentEvents": "(,10.0.32767]",
- "System.Net.Sockets": "(,4.3.32767]",
- "System.Net.WebHeaderCollection": "(,4.3.32767]",
- "System.Net.WebSockets": "(,4.3.32767]",
- "System.Net.WebSockets.Client": "(,4.3.32767]",
- "System.Numerics.Vectors": "(,5.0.32767]",
- "System.ObjectModel": "(,4.3.32767]",
- "System.Private.DataContractSerialization": "(,4.3.32767]",
- "System.Private.Uri": "(,4.3.32767]",
- "System.Reflection": "(,4.3.32767]",
- "System.Reflection.DispatchProxy": "(,6.0.32767]",
- "System.Reflection.Emit": "(,4.7.32767]",
- "System.Reflection.Emit.ILGeneration": "(,4.7.32767]",
- "System.Reflection.Emit.Lightweight": "(,4.7.32767]",
- "System.Reflection.Extensions": "(,4.3.32767]",
- "System.Reflection.Metadata": "(,10.0.32767]",
- "System.Reflection.Primitives": "(,4.3.32767]",
- "System.Reflection.TypeExtensions": "(,4.3.32767]",
- "System.Resources.Reader": "(,4.3.32767]",
- "System.Resources.ResourceManager": "(,4.3.32767]",
- "System.Resources.Writer": "(,4.3.32767]",
- "System.Runtime": "(,4.3.32767]",
- "System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]",
- "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]",
- "System.Runtime.Extensions": "(,4.3.32767]",
- "System.Runtime.Handles": "(,4.3.32767]",
- "System.Runtime.InteropServices": "(,4.3.32767]",
- "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]",
- "System.Runtime.Loader": "(,4.3.32767]",
- "System.Runtime.Numerics": "(,4.3.32767]",
- "System.Runtime.Serialization.Formatters": "(,4.3.32767]",
- "System.Runtime.Serialization.Json": "(,4.3.32767]",
- "System.Runtime.Serialization.Primitives": "(,4.3.32767]",
- "System.Runtime.Serialization.Xml": "(,4.3.32767]",
- "System.Security.AccessControl": "(,6.0.32767]",
- "System.Security.Claims": "(,4.3.32767]",
- "System.Security.Cryptography.Algorithms": "(,4.3.32767]",
- "System.Security.Cryptography.Cng": "(,5.0.32767]",
- "System.Security.Cryptography.Csp": "(,4.3.32767]",
- "System.Security.Cryptography.Encoding": "(,4.3.32767]",
- "System.Security.Cryptography.OpenSsl": "(,5.0.32767]",
- "System.Security.Cryptography.Primitives": "(,4.3.32767]",
- "System.Security.Cryptography.X509Certificates": "(,4.3.32767]",
- "System.Security.Cryptography.Xml": "(,10.0.32767]",
- "System.Security.Principal": "(,4.3.32767]",
- "System.Security.Principal.Windows": "(,5.0.32767]",
- "System.Security.SecureString": "(,4.3.32767]",
- "System.Text.Encoding": "(,4.3.32767]",
- "System.Text.Encoding.CodePages": "(,10.0.32767]",
- "System.Text.Encoding.Extensions": "(,4.3.32767]",
- "System.Text.Encodings.Web": "(,10.0.32767]",
- "System.Text.Json": "(,10.0.32767]",
- "System.Text.RegularExpressions": "(,4.3.32767]",
- "System.Threading": "(,4.3.32767]",
- "System.Threading.AccessControl": "(,10.0.32767]",
- "System.Threading.Channels": "(,10.0.32767]",
- "System.Threading.Overlapped": "(,4.3.32767]",
- "System.Threading.RateLimiting": "(,10.0.32767]",
- "System.Threading.Tasks": "(,4.3.32767]",
- "System.Threading.Tasks.Dataflow": "(,10.0.32767]",
- "System.Threading.Tasks.Extensions": "(,5.0.32767]",
- "System.Threading.Tasks.Parallel": "(,4.3.32767]",
- "System.Threading.Thread": "(,4.3.32767]",
- "System.Threading.ThreadPool": "(,4.3.32767]",
- "System.Threading.Timer": "(,4.3.32767]",
- "System.ValueTuple": "(,4.5.32767]",
- "System.Xml.ReaderWriter": "(,4.3.32767]",
- "System.Xml.XDocument": "(,4.3.32767]",
- "System.Xml.XmlDocument": "(,4.3.32767]",
- "System.Xml.XmlSerializer": "(,4.3.32767]",
- "System.Xml.XPath": "(,4.3.32767]",
- "System.Xml.XPath.XDocument": "(,5.0.32767]"
- }
+ "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/8.0.416/PortableRuntimeIdentifierGraph.json"
}
}
}
diff --git a/BookHive/obj/project.nuget.cache b/BookHive/obj/project.nuget.cache
index 3c28b54..bd294fd 100644
--- a/BookHive/obj/project.nuget.cache
+++ b/BookHive/obj/project.nuget.cache
@@ -1,86 +1,106 @@
{
"version": 2,
- "dgSpecHash": "7nsUrrmiGOo=",
+ "dgSpecHash": "81X7X64WlEQ=",
"success": true,
- "projectFilePath": "C:\\Users\\mathy\\Documents\\TP\\BookHive\\BookHive\\BookHive.csproj",
+ "projectFilePath": "/home/sanchezvem@stsio.lan/Documents/TP-Fluent/BookHive/BookHive.csproj",
"expectedPackageFiles": [
- "C:\\Users\\mathy\\.nuget\\packages\\ardalis.specification\\9.3.1\\ardalis.specification.9.3.1.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\ardalis.specification.entityframeworkcore\\9.3.1\\ardalis.specification.entityframeworkcore.9.3.1.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\automapper\\16.1.0\\automapper.16.1.0.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\automapper.collection\\13.0.0\\automapper.collection.13.0.0.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\azure.core\\1.47.1\\azure.core.1.47.1.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\azure.identity\\1.14.2\\azure.identity.1.14.2.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\fastendpoints\\8.0.1\\fastendpoints.8.0.1.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\fastendpoints.attributes\\8.0.1\\fastendpoints.attributes.8.0.1.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\fastendpoints.core\\8.0.1\\fastendpoints.core.8.0.1.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\fastendpoints.jobqueues\\8.0.1\\fastendpoints.jobqueues.8.0.1.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\fastendpoints.messaging\\8.0.1\\fastendpoints.messaging.8.0.1.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\fastendpoints.messaging.core\\8.0.1\\fastendpoints.messaging.core.8.0.1.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\fastendpoints.security\\8.0.1\\fastendpoints.security.8.0.1.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\fastendpoints.swagger\\8.0.1\\fastendpoints.swagger.8.0.1.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\fluentvalidation\\12.1.1\\fluentvalidation.12.1.1.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\humanizer.core\\2.14.1\\humanizer.core.2.14.1.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\microsoft.aspnetcore.authentication.jwtbearer\\10.0.3\\microsoft.aspnetcore.authentication.jwtbearer.10.0.3.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\microsoft.aspnetcore.openapi\\10.0.3\\microsoft.aspnetcore.openapi.10.0.3.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\microsoft.bcl.asyncinterfaces\\8.0.0\\microsoft.bcl.asyncinterfaces.8.0.0.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\microsoft.bcl.cryptography\\9.0.4\\microsoft.bcl.cryptography.9.0.4.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\microsoft.build.framework\\18.0.2\\microsoft.build.framework.18.0.2.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\microsoft.codeanalysis.analyzers\\3.11.0\\microsoft.codeanalysis.analyzers.3.11.0.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\microsoft.codeanalysis.common\\5.0.0\\microsoft.codeanalysis.common.5.0.0.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\microsoft.codeanalysis.csharp\\5.0.0\\microsoft.codeanalysis.csharp.5.0.0.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\microsoft.codeanalysis.csharp.workspaces\\5.0.0\\microsoft.codeanalysis.csharp.workspaces.5.0.0.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\microsoft.codeanalysis.workspaces.common\\5.0.0\\microsoft.codeanalysis.workspaces.common.5.0.0.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\microsoft.codeanalysis.workspaces.msbuild\\5.0.0\\microsoft.codeanalysis.workspaces.msbuild.5.0.0.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\microsoft.data.sqlclient\\6.1.1\\microsoft.data.sqlclient.6.1.1.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\microsoft.data.sqlclient.sni.runtime\\6.0.2\\microsoft.data.sqlclient.sni.runtime.6.0.2.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\microsoft.entityframeworkcore\\10.0.3\\microsoft.entityframeworkcore.10.0.3.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\microsoft.entityframeworkcore.abstractions\\10.0.3\\microsoft.entityframeworkcore.abstractions.10.0.3.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\microsoft.entityframeworkcore.analyzers\\10.0.3\\microsoft.entityframeworkcore.analyzers.10.0.3.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\microsoft.entityframeworkcore.design\\10.0.3\\microsoft.entityframeworkcore.design.10.0.3.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\microsoft.entityframeworkcore.relational\\10.0.3\\microsoft.entityframeworkcore.relational.10.0.3.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\microsoft.entityframeworkcore.sqlserver\\10.0.3\\microsoft.entityframeworkcore.sqlserver.10.0.3.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\microsoft.extensions.dependencymodel\\10.0.3\\microsoft.extensions.dependencymodel.10.0.3.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\microsoft.identity.client\\4.73.1\\microsoft.identity.client.4.73.1.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\microsoft.identity.client.extensions.msal\\4.73.1\\microsoft.identity.client.extensions.msal.4.73.1.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\microsoft.identitymodel.abstractions\\8.14.0\\microsoft.identitymodel.abstractions.8.14.0.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\microsoft.identitymodel.jsonwebtokens\\8.14.0\\microsoft.identitymodel.jsonwebtokens.8.14.0.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\microsoft.identitymodel.logging\\8.14.0\\microsoft.identitymodel.logging.8.14.0.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\microsoft.identitymodel.protocols\\8.0.1\\microsoft.identitymodel.protocols.8.0.1.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\microsoft.identitymodel.protocols.openidconnect\\8.0.1\\microsoft.identitymodel.protocols.openidconnect.8.0.1.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\microsoft.identitymodel.tokens\\8.14.0\\microsoft.identitymodel.tokens.8.14.0.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\microsoft.openapi\\2.0.0\\microsoft.openapi.2.0.0.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\microsoft.sqlserver.server\\1.0.0\\microsoft.sqlserver.server.1.0.0.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\microsoft.visualstudio.solutionpersistence\\1.0.52\\microsoft.visualstudio.solutionpersistence.1.0.52.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\mono.texttemplating\\3.0.0\\mono.texttemplating.3.0.0.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\namotion.reflection\\3.4.3\\namotion.reflection.3.4.3.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\newtonsoft.json\\13.0.3\\newtonsoft.json.13.0.3.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\njsonschema\\11.5.2\\njsonschema.11.5.2.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\njsonschema.annotations\\11.5.2\\njsonschema.annotations.11.5.2.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\njsonschema.newtonsoftjson\\11.5.2\\njsonschema.newtonsoftjson.11.5.2.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\njsonschema.yaml\\11.5.2\\njsonschema.yaml.11.5.2.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\nswag.annotations\\14.6.3\\nswag.annotations.14.6.3.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\nswag.aspnetcore\\14.6.3\\nswag.aspnetcore.14.6.3.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\nswag.core\\14.6.3\\nswag.core.14.6.3.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\nswag.core.yaml\\14.6.3\\nswag.core.yaml.14.6.3.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\nswag.generation\\14.6.3\\nswag.generation.14.6.3.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\nswag.generation.aspnetcore\\14.6.3\\nswag.generation.aspnetcore.14.6.3.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\plainquire.filter.abstractions\\7.1.0\\plainquire.filter.abstractions.7.1.0.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\plainquire.page\\7.1.0\\plainquire.page.7.1.0.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\plainquire.page.abstractions\\7.1.0\\plainquire.page.abstractions.7.1.0.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\system.clientmodel\\1.5.1\\system.clientmodel.1.5.1.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\system.codedom\\6.0.0\\system.codedom.6.0.0.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\system.composition\\9.0.0\\system.composition.9.0.0.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\system.composition.attributedmodel\\9.0.0\\system.composition.attributedmodel.9.0.0.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\system.composition.convention\\9.0.0\\system.composition.convention.9.0.0.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\system.composition.hosting\\9.0.0\\system.composition.hosting.9.0.0.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\system.composition.runtime\\9.0.0\\system.composition.runtime.9.0.0.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\system.composition.typedparts\\9.0.0\\system.composition.typedparts.9.0.0.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\system.configuration.configurationmanager\\9.0.4\\system.configuration.configurationmanager.9.0.4.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\system.identitymodel.tokens.jwt\\8.0.1\\system.identitymodel.tokens.jwt.8.0.1.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\system.memory.data\\8.0.1\\system.memory.data.8.0.1.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\system.security.cryptography.pkcs\\9.0.4\\system.security.cryptography.pkcs.9.0.4.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\system.security.cryptography.protecteddata\\9.0.4\\system.security.cryptography.protecteddata.9.0.4.nupkg.sha512",
- "C:\\Users\\mathy\\.nuget\\packages\\yamldotnet\\16.3.0\\yamldotnet.16.3.0.nupkg.sha512"
+ "/home/sanchezvem@stsio.lan/.nuget/packages/ardalis.specification/9.3.1/ardalis.specification.9.3.1.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/ardalis.specification.entityframeworkcore/9.3.1/ardalis.specification.entityframeworkcore.9.3.1.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/automapper/16.1.0/automapper.16.1.0.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/automapper.collection/13.0.0/automapper.collection.13.0.0.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/azure.core/1.47.1/azure.core.1.47.1.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/azure.identity/1.14.2/azure.identity.1.14.2.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/fastendpoints/8.0.1/fastendpoints.8.0.1.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/fastendpoints.attributes/8.0.1/fastendpoints.attributes.8.0.1.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/fastendpoints.core/8.0.1/fastendpoints.core.8.0.1.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/fastendpoints.jobqueues/8.0.1/fastendpoints.jobqueues.8.0.1.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/fastendpoints.messaging/8.0.1/fastendpoints.messaging.8.0.1.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/fastendpoints.messaging.core/8.0.1/fastendpoints.messaging.core.8.0.1.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/fastendpoints.security/8.0.1/fastendpoints.security.8.0.1.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/fastendpoints.swagger/8.0.1/fastendpoints.swagger.8.0.1.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/fluentvalidation/12.1.1/fluentvalidation.12.1.1.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/humanizer.core/2.14.1/humanizer.core.2.14.1.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/microsoft.aspnetcore.authentication.jwtbearer/10.0.3/microsoft.aspnetcore.authentication.jwtbearer.10.0.3.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/microsoft.aspnetcore.http.abstractions/2.3.9/microsoft.aspnetcore.http.abstractions.2.3.9.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/microsoft.aspnetcore.http.features/2.3.0/microsoft.aspnetcore.http.features.2.3.0.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/microsoft.aspnetcore.openapi/10.0.3/microsoft.aspnetcore.openapi.10.0.3.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/microsoft.bcl.asyncinterfaces/8.0.0/microsoft.bcl.asyncinterfaces.8.0.0.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/microsoft.bcl.cryptography/9.0.4/microsoft.bcl.cryptography.9.0.4.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/microsoft.build.framework/18.0.2/microsoft.build.framework.18.0.2.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/microsoft.codeanalysis.analyzers/3.11.0/microsoft.codeanalysis.analyzers.3.11.0.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/microsoft.codeanalysis.common/5.0.0/microsoft.codeanalysis.common.5.0.0.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/microsoft.codeanalysis.csharp/5.0.0/microsoft.codeanalysis.csharp.5.0.0.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/microsoft.codeanalysis.csharp.workspaces/5.0.0/microsoft.codeanalysis.csharp.workspaces.5.0.0.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/microsoft.codeanalysis.workspaces.common/5.0.0/microsoft.codeanalysis.workspaces.common.5.0.0.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/microsoft.codeanalysis.workspaces.msbuild/5.0.0/microsoft.codeanalysis.workspaces.msbuild.5.0.0.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/microsoft.data.sqlclient/6.1.1/microsoft.data.sqlclient.6.1.1.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/microsoft.data.sqlclient.sni.runtime/6.0.2/microsoft.data.sqlclient.sni.runtime.6.0.2.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/microsoft.entityframeworkcore/10.0.3/microsoft.entityframeworkcore.10.0.3.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/microsoft.entityframeworkcore.abstractions/10.0.3/microsoft.entityframeworkcore.abstractions.10.0.3.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/microsoft.entityframeworkcore.analyzers/10.0.3/microsoft.entityframeworkcore.analyzers.10.0.3.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/microsoft.entityframeworkcore.design/10.0.3/microsoft.entityframeworkcore.design.10.0.3.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/microsoft.entityframeworkcore.relational/10.0.3/microsoft.entityframeworkcore.relational.10.0.3.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/microsoft.entityframeworkcore.sqlserver/10.0.3/microsoft.entityframeworkcore.sqlserver.10.0.3.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/microsoft.extensions.caching.abstractions/10.0.3/microsoft.extensions.caching.abstractions.10.0.3.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/microsoft.extensions.caching.memory/10.0.3/microsoft.extensions.caching.memory.10.0.3.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/microsoft.extensions.configuration.abstractions/10.0.3/microsoft.extensions.configuration.abstractions.10.0.3.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/microsoft.extensions.dependencyinjection/10.0.3/microsoft.extensions.dependencyinjection.10.0.3.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/microsoft.extensions.dependencyinjection.abstractions/10.0.3/microsoft.extensions.dependencyinjection.abstractions.10.0.3.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/microsoft.extensions.dependencymodel/10.0.3/microsoft.extensions.dependencymodel.10.0.3.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/microsoft.extensions.diagnostics.abstractions/10.0.3/microsoft.extensions.diagnostics.abstractions.10.0.3.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/microsoft.extensions.fileproviders.abstractions/10.0.3/microsoft.extensions.fileproviders.abstractions.10.0.3.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/microsoft.extensions.hosting.abstractions/10.0.3/microsoft.extensions.hosting.abstractions.10.0.3.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/microsoft.extensions.logging/10.0.3/microsoft.extensions.logging.10.0.3.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/microsoft.extensions.logging.abstractions/10.0.3/microsoft.extensions.logging.abstractions.10.0.3.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/microsoft.extensions.options/10.0.3/microsoft.extensions.options.10.0.3.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/microsoft.extensions.primitives/10.0.3/microsoft.extensions.primitives.10.0.3.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/microsoft.identity.client/4.73.1/microsoft.identity.client.4.73.1.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/microsoft.identity.client.extensions.msal/4.73.1/microsoft.identity.client.extensions.msal.4.73.1.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/microsoft.identitymodel.abstractions/8.14.0/microsoft.identitymodel.abstractions.8.14.0.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/microsoft.identitymodel.jsonwebtokens/8.14.0/microsoft.identitymodel.jsonwebtokens.8.14.0.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/microsoft.identitymodel.logging/8.14.0/microsoft.identitymodel.logging.8.14.0.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/microsoft.identitymodel.protocols/8.0.1/microsoft.identitymodel.protocols.8.0.1.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/microsoft.identitymodel.protocols.openidconnect/8.0.1/microsoft.identitymodel.protocols.openidconnect.8.0.1.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/microsoft.identitymodel.tokens/8.14.0/microsoft.identitymodel.tokens.8.14.0.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/microsoft.openapi/2.0.0/microsoft.openapi.2.0.0.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/microsoft.sqlserver.server/1.0.0/microsoft.sqlserver.server.1.0.0.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/microsoft.visualstudio.solutionpersistence/1.0.52/microsoft.visualstudio.solutionpersistence.1.0.52.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/mono.texttemplating/3.0.0/mono.texttemplating.3.0.0.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/namotion.reflection/3.4.3/namotion.reflection.3.4.3.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/newtonsoft.json/13.0.3/newtonsoft.json.13.0.3.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/njsonschema/11.5.2/njsonschema.11.5.2.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/njsonschema.annotations/11.5.2/njsonschema.annotations.11.5.2.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/njsonschema.newtonsoftjson/11.5.2/njsonschema.newtonsoftjson.11.5.2.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/njsonschema.yaml/11.5.2/njsonschema.yaml.11.5.2.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/nswag.annotations/14.6.3/nswag.annotations.14.6.3.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/nswag.aspnetcore/14.6.3/nswag.aspnetcore.14.6.3.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/nswag.core/14.6.3/nswag.core.14.6.3.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/nswag.core.yaml/14.6.3/nswag.core.yaml.14.6.3.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/nswag.generation/14.6.3/nswag.generation.14.6.3.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/nswag.generation.aspnetcore/14.6.3/nswag.generation.aspnetcore.14.6.3.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/plainquire.filter.abstractions/7.1.0/plainquire.filter.abstractions.7.1.0.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/plainquire.page/7.1.0/plainquire.page.7.1.0.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/plainquire.page.abstractions/7.1.0/plainquire.page.abstractions.7.1.0.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/system.clientmodel/1.5.1/system.clientmodel.1.5.1.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/system.codedom/6.0.0/system.codedom.6.0.0.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/system.composition/9.0.0/system.composition.9.0.0.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/system.composition.attributedmodel/9.0.0/system.composition.attributedmodel.9.0.0.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/system.composition.convention/9.0.0/system.composition.convention.9.0.0.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/system.composition.hosting/9.0.0/system.composition.hosting.9.0.0.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/system.composition.runtime/9.0.0/system.composition.runtime.9.0.0.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/system.composition.typedparts/9.0.0/system.composition.typedparts.9.0.0.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/system.configuration.configurationmanager/9.0.4/system.configuration.configurationmanager.9.0.4.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/system.diagnostics.diagnosticsource/6.0.1/system.diagnostics.diagnosticsource.6.0.1.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/system.diagnostics.eventlog/9.0.4/system.diagnostics.eventlog.9.0.4.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/system.identitymodel.tokens.jwt/8.0.1/system.identitymodel.tokens.jwt.8.0.1.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/system.memory/4.5.5/system.memory.4.5.5.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/system.memory.data/8.0.1/system.memory.data.8.0.1.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/system.runtime.compilerservices.unsafe/6.0.0/system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/system.security.cryptography.pkcs/9.0.4/system.security.cryptography.pkcs.9.0.4.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/system.security.cryptography.protecteddata/9.0.4/system.security.cryptography.protecteddata.9.0.4.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/system.text.encodings.web/8.0.0/system.text.encodings.web.8.0.0.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/system.text.json/9.0.5/system.text.json.9.0.5.nupkg.sha512",
+ "/home/sanchezvem@stsio.lan/.nuget/packages/yamldotnet/16.3.0/yamldotnet.16.3.0.nupkg.sha512"
],
"logs": []
}
\ No newline at end of file
diff --git a/BookHive/obj/project.packagespec.json b/BookHive/obj/project.packagespec.json
index 2e2b0c7..f830ba5 100644
--- a/BookHive/obj/project.packagespec.json
+++ b/BookHive/obj/project.packagespec.json
@@ -1 +1 @@
-"restore":{"projectUniqueName":"C:\\Users\\mathy\\Documents\\TP\\BookHive\\BookHive\\BookHive.csproj","projectName":"BookHive","projectPath":"C:\\Users\\mathy\\Documents\\TP\\BookHive\\BookHive\\BookHive.csproj","outputPath":"C:\\Users\\mathy\\Documents\\TP\\BookHive\\BookHive\\obj\\","projectStyle":"PackageReference","fallbackFolders":["C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"],"originalTargetFrameworks":["net10.0"],"sources":{"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\":{},"C:\\Program Files\\dotnet\\library-packs":{},"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net10.0":{"targetAlias":"net10.0","projectReferences":{}}},"warningProperties":{"warnAsError":["NU1605"]},"restoreAuditProperties":{"enableAudit":"true","auditLevel":"low","auditMode":"all"},"SdkAnalysisLevel":"10.0.100"}"frameworks":{"net10.0":{"targetAlias":"net10.0","dependencies":{"Ardalis.Specification.EntityFrameworkCore":{"target":"Package","version":"[9.3.1, )"},"AutoMapper":{"target":"Package","version":"[16.1.0, )"},"AutoMapper.Collection":{"target":"Package","version":"[13.0.0, )"},"FastEndpoints":{"target":"Package","version":"[8.0.1, )"},"FastEndpoints.Security":{"target":"Package","version":"[8.0.1, )"},"FastEndpoints.Swagger":{"target":"Package","version":"[8.0.1, )"},"Microsoft.AspNetCore.OpenApi":{"target":"Package","version":"[10.0.3, )"},"Microsoft.EntityFrameworkCore":{"target":"Package","version":"[10.0.3, )"},"Microsoft.EntityFrameworkCore.Design":{"include":"Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive","suppressParent":"All","target":"Package","version":"[10.0.3, )"},"Microsoft.EntityFrameworkCore.SqlServer":{"target":"Package","version":"[10.0.3, )"},"Plainquire.Page":{"target":"Package","version":"[7.1.0, )"}},"imports":["net461","net462","net47","net471","net472","net48","net481"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.AspNetCore.App":{"privateAssets":"none"},"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"C:\\Program Files\\dotnet\\sdk\\10.0.103/PortableRuntimeIdentifierGraph.json","packagesToPrune":{"Microsoft.AspNetCore":"(,10.0.32767]","Microsoft.AspNetCore.Antiforgery":"(,10.0.32767]","Microsoft.AspNetCore.App":"(,10.0.32767]","Microsoft.AspNetCore.Authentication":"(,10.0.32767]","Microsoft.AspNetCore.Authentication.Abstractions":"(,10.0.32767]","Microsoft.AspNetCore.Authentication.BearerToken":"(,10.0.32767]","Microsoft.AspNetCore.Authentication.Cookies":"(,10.0.32767]","Microsoft.AspNetCore.Authentication.Core":"(,10.0.32767]","Microsoft.AspNetCore.Authentication.OAuth":"(,10.0.32767]","Microsoft.AspNetCore.Authorization":"(,10.0.32767]","Microsoft.AspNetCore.Authorization.Policy":"(,10.0.32767]","Microsoft.AspNetCore.Components":"(,10.0.32767]","Microsoft.AspNetCore.Components.Authorization":"(,10.0.32767]","Microsoft.AspNetCore.Components.Endpoints":"(,10.0.32767]","Microsoft.AspNetCore.Components.Forms":"(,10.0.32767]","Microsoft.AspNetCore.Components.Server":"(,10.0.32767]","Microsoft.AspNetCore.Components.Web":"(,10.0.32767]","Microsoft.AspNetCore.Connections.Abstractions":"(,10.0.32767]","Microsoft.AspNetCore.CookiePolicy":"(,10.0.32767]","Microsoft.AspNetCore.Cors":"(,10.0.32767]","Microsoft.AspNetCore.Cryptography.Internal":"(,10.0.32767]","Microsoft.AspNetCore.Cryptography.KeyDerivation":"(,10.0.32767]","Microsoft.AspNetCore.DataProtection":"(,10.0.32767]","Microsoft.AspNetCore.DataProtection.Abstractions":"(,10.0.32767]","Microsoft.AspNetCore.DataProtection.Extensions":"(,10.0.32767]","Microsoft.AspNetCore.Diagnostics":"(,10.0.32767]","Microsoft.AspNetCore.Diagnostics.Abstractions":"(,10.0.32767]","Microsoft.AspNetCore.Diagnostics.HealthChecks":"(,10.0.32767]","Microsoft.AspNetCore.HostFiltering":"(,10.0.32767]","Microsoft.AspNetCore.Hosting":"(,10.0.32767]","Microsoft.AspNetCore.Hosting.Abstractions":"(,10.0.32767]","Microsoft.AspNetCore.Hosting.Server.Abstractions":"(,10.0.32767]","Microsoft.AspNetCore.Html.Abstractions":"(,10.0.32767]","Microsoft.AspNetCore.Http":"(,10.0.32767]","Microsoft.AspNetCore.Http.Abstractions":"(,10.0.32767]","Microsoft.AspNetCore.Http.Connections":"(,10.0.32767]","Microsoft.AspNetCore.Http.Connections.Common":"(,10.0.32767]","Microsoft.AspNetCore.Http.Extensions":"(,10.0.32767]","Microsoft.AspNetCore.Http.Features":"(,10.0.32767]","Microsoft.AspNetCore.Http.Results":"(,10.0.32767]","Microsoft.AspNetCore.HttpLogging":"(,10.0.32767]","Microsoft.AspNetCore.HttpOverrides":"(,10.0.32767]","Microsoft.AspNetCore.HttpsPolicy":"(,10.0.32767]","Microsoft.AspNetCore.Identity":"(,10.0.32767]","Microsoft.AspNetCore.Localization":"(,10.0.32767]","Microsoft.AspNetCore.Localization.Routing":"(,10.0.32767]","Microsoft.AspNetCore.Metadata":"(,10.0.32767]","Microsoft.AspNetCore.Mvc":"(,10.0.32767]","Microsoft.AspNetCore.Mvc.Abstractions":"(,10.0.32767]","Microsoft.AspNetCore.Mvc.ApiExplorer":"(,10.0.32767]","Microsoft.AspNetCore.Mvc.Core":"(,10.0.32767]","Microsoft.AspNetCore.Mvc.Cors":"(,10.0.32767]","Microsoft.AspNetCore.Mvc.DataAnnotations":"(,10.0.32767]","Microsoft.AspNetCore.Mvc.Formatters.Json":"(,10.0.32767]","Microsoft.AspNetCore.Mvc.Formatters.Xml":"(,10.0.32767]","Microsoft.AspNetCore.Mvc.Localization":"(,10.0.32767]","Microsoft.AspNetCore.Mvc.Razor":"(,10.0.32767]","Microsoft.AspNetCore.Mvc.RazorPages":"(,10.0.32767]","Microsoft.AspNetCore.Mvc.TagHelpers":"(,10.0.32767]","Microsoft.AspNetCore.Mvc.ViewFeatures":"(,10.0.32767]","Microsoft.AspNetCore.OutputCaching":"(,10.0.32767]","Microsoft.AspNetCore.RateLimiting":"(,10.0.32767]","Microsoft.AspNetCore.Razor":"(,10.0.32767]","Microsoft.AspNetCore.Razor.Runtime":"(,10.0.32767]","Microsoft.AspNetCore.RequestDecompression":"(,10.0.32767]","Microsoft.AspNetCore.ResponseCaching":"(,10.0.32767]","Microsoft.AspNetCore.ResponseCaching.Abstractions":"(,10.0.32767]","Microsoft.AspNetCore.ResponseCompression":"(,10.0.32767]","Microsoft.AspNetCore.Rewrite":"(,10.0.32767]","Microsoft.AspNetCore.Routing":"(,10.0.32767]","Microsoft.AspNetCore.Routing.Abstractions":"(,10.0.32767]","Microsoft.AspNetCore.Server.HttpSys":"(,10.0.32767]","Microsoft.AspNetCore.Server.IIS":"(,10.0.32767]","Microsoft.AspNetCore.Server.IISIntegration":"(,10.0.32767]","Microsoft.AspNetCore.Server.Kestrel":"(,10.0.32767]","Microsoft.AspNetCore.Server.Kestrel.Core":"(,10.0.32767]","Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes":"(,10.0.32767]","Microsoft.AspNetCore.Server.Kestrel.Transport.Quic":"(,10.0.32767]","Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets":"(,10.0.32767]","Microsoft.AspNetCore.Session":"(,10.0.32767]","Microsoft.AspNetCore.SignalR":"(,10.0.32767]","Microsoft.AspNetCore.SignalR.Common":"(,10.0.32767]","Microsoft.AspNetCore.SignalR.Core":"(,10.0.32767]","Microsoft.AspNetCore.SignalR.Protocols.Json":"(,10.0.32767]","Microsoft.AspNetCore.StaticAssets":"(,10.0.32767]","Microsoft.AspNetCore.StaticFiles":"(,10.0.32767]","Microsoft.AspNetCore.WebSockets":"(,10.0.32767]","Microsoft.AspNetCore.WebUtilities":"(,10.0.32767]","Microsoft.CSharp":"(,4.7.32767]","Microsoft.Extensions.Caching.Abstractions":"(,10.0.32767]","Microsoft.Extensions.Caching.Memory":"(,10.0.32767]","Microsoft.Extensions.Configuration":"(,10.0.32767]","Microsoft.Extensions.Configuration.Abstractions":"(,10.0.32767]","Microsoft.Extensions.Configuration.Binder":"(,10.0.32767]","Microsoft.Extensions.Configuration.CommandLine":"(,10.0.32767]","Microsoft.Extensions.Configuration.EnvironmentVariables":"(,10.0.32767]","Microsoft.Extensions.Configuration.FileExtensions":"(,10.0.32767]","Microsoft.Extensions.Configuration.Ini":"(,10.0.32767]","Microsoft.Extensions.Configuration.Json":"(,10.0.32767]","Microsoft.Extensions.Configuration.KeyPerFile":"(,10.0.32767]","Microsoft.Extensions.Configuration.UserSecrets":"(,10.0.32767]","Microsoft.Extensions.Configuration.Xml":"(,10.0.32767]","Microsoft.Extensions.DependencyInjection":"(,10.0.32767]","Microsoft.Extensions.DependencyInjection.Abstractions":"(,10.0.32767]","Microsoft.Extensions.Diagnostics":"(,10.0.32767]","Microsoft.Extensions.Diagnostics.Abstractions":"(,10.0.32767]","Microsoft.Extensions.Diagnostics.HealthChecks":"(,10.0.32767]","Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions":"(,10.0.32767]","Microsoft.Extensions.Features":"(,10.0.32767]","Microsoft.Extensions.FileProviders.Abstractions":"(,10.0.32767]","Microsoft.Extensions.FileProviders.Composite":"(,10.0.32767]","Microsoft.Extensions.FileProviders.Physical":"(,10.0.32767]","Microsoft.Extensions.FileSystemGlobbing":"(,10.0.32767]","Microsoft.Extensions.Hosting":"(,10.0.32767]","Microsoft.Extensions.Hosting.Abstractions":"(,10.0.32767]","Microsoft.Extensions.Http":"(,10.0.32767]","Microsoft.Extensions.Identity.Core":"(,10.0.32767]","Microsoft.Extensions.Identity.Stores":"(,10.0.32767]","Microsoft.Extensions.Localization":"(,10.0.32767]","Microsoft.Extensions.Localization.Abstractions":"(,10.0.32767]","Microsoft.Extensions.Logging":"(,10.0.32767]","Microsoft.Extensions.Logging.Abstractions":"(,10.0.32767]","Microsoft.Extensions.Logging.Configuration":"(,10.0.32767]","Microsoft.Extensions.Logging.Console":"(,10.0.32767]","Microsoft.Extensions.Logging.Debug":"(,10.0.32767]","Microsoft.Extensions.Logging.EventLog":"(,10.0.32767]","Microsoft.Extensions.Logging.EventSource":"(,10.0.32767]","Microsoft.Extensions.Logging.TraceSource":"(,10.0.32767]","Microsoft.Extensions.ObjectPool":"(,10.0.32767]","Microsoft.Extensions.Options":"(,10.0.32767]","Microsoft.Extensions.Options.ConfigurationExtensions":"(,10.0.32767]","Microsoft.Extensions.Options.DataAnnotations":"(,10.0.32767]","Microsoft.Extensions.Primitives":"(,10.0.32767]","Microsoft.Extensions.Validation":"(,10.0.32767]","Microsoft.Extensions.WebEncoders":"(,10.0.32767]","Microsoft.JSInterop":"(,10.0.32767]","Microsoft.Net.Http.Headers":"(,10.0.32767]","Microsoft.VisualBasic":"(,10.4.32767]","Microsoft.Win32.Primitives":"(,4.3.32767]","Microsoft.Win32.Registry":"(,5.0.32767]","runtime.any.System.Collections":"(,4.3.32767]","runtime.any.System.Diagnostics.Tools":"(,4.3.32767]","runtime.any.System.Diagnostics.Tracing":"(,4.3.32767]","runtime.any.System.Globalization":"(,4.3.32767]","runtime.any.System.Globalization.Calendars":"(,4.3.32767]","runtime.any.System.IO":"(,4.3.32767]","runtime.any.System.Reflection":"(,4.3.32767]","runtime.any.System.Reflection.Extensions":"(,4.3.32767]","runtime.any.System.Reflection.Primitives":"(,4.3.32767]","runtime.any.System.Resources.ResourceManager":"(,4.3.32767]","runtime.any.System.Runtime":"(,4.3.32767]","runtime.any.System.Runtime.Handles":"(,4.3.32767]","runtime.any.System.Runtime.InteropServices":"(,4.3.32767]","runtime.any.System.Text.Encoding":"(,4.3.32767]","runtime.any.System.Text.Encoding.Extensions":"(,4.3.32767]","runtime.any.System.Threading.Tasks":"(,4.3.32767]","runtime.any.System.Threading.Timer":"(,4.3.32767]","runtime.aot.System.Collections":"(,4.3.32767]","runtime.aot.System.Diagnostics.Tools":"(,4.3.32767]","runtime.aot.System.Diagnostics.Tracing":"(,4.3.32767]","runtime.aot.System.Globalization":"(,4.3.32767]","runtime.aot.System.Globalization.Calendars":"(,4.3.32767]","runtime.aot.System.IO":"(,4.3.32767]","runtime.aot.System.Reflection":"(,4.3.32767]","runtime.aot.System.Reflection.Extensions":"(,4.3.32767]","runtime.aot.System.Reflection.Primitives":"(,4.3.32767]","runtime.aot.System.Resources.ResourceManager":"(,4.3.32767]","runtime.aot.System.Runtime":"(,4.3.32767]","runtime.aot.System.Runtime.Handles":"(,4.3.32767]","runtime.aot.System.Runtime.InteropServices":"(,4.3.32767]","runtime.aot.System.Text.Encoding":"(,4.3.32767]","runtime.aot.System.Text.Encoding.Extensions":"(,4.3.32767]","runtime.aot.System.Threading.Tasks":"(,4.3.32767]","runtime.aot.System.Threading.Timer":"(,4.3.32767]","runtime.debian.8-x64.runtime.native.System":"(,4.3.32767]","runtime.debian.8-x64.runtime.native.System.IO.Compression":"(,4.3.32767]","runtime.debian.8-x64.runtime.native.System.Net.Http":"(,4.3.32767]","runtime.debian.8-x64.runtime.native.System.Net.Security":"(,4.3.32767]","runtime.debian.8-x64.runtime.native.System.Security.Cryptography":"(,4.3.32767]","runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl":"(,4.3.32767]","runtime.debian.9-x64.runtime.native.System":"(,4.3.32767]","runtime.debian.9-x64.runtime.native.System.IO.Compression":"(,4.3.32767]","runtime.debian.9-x64.runtime.native.System.Net.Http":"(,4.3.32767]","runtime.debian.9-x64.runtime.native.System.Net.Security":"(,4.3.32767]","runtime.fedora.23-x64.runtime.native.System":"(,4.3.32767]","runtime.fedora.23-x64.runtime.native.System.IO.Compression":"(,4.3.32767]","runtime.fedora.23-x64.runtime.native.System.Net.Http":"(,4.3.32767]","runtime.fedora.23-x64.runtime.native.System.Net.Security":"(,4.3.32767]","runtime.fedora.23-x64.runtime.native.System.Security.Cryptography":"(,4.3.32767]","runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl":"(,4.3.32767]","runtime.fedora.24-x64.runtime.native.System":"(,4.3.32767]","runtime.fedora.24-x64.runtime.native.System.IO.Compression":"(,4.3.32767]","runtime.fedora.24-x64.runtime.native.System.Net.Http":"(,4.3.32767]","runtime.fedora.24-x64.runtime.native.System.Net.Security":"(,4.3.32767]","runtime.fedora.24-x64.runtime.native.System.Security.Cryptography":"(,4.3.32767]","runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl":"(,4.3.32767]","runtime.fedora.27-x64.runtime.native.System":"(,4.3.32767]","runtime.fedora.27-x64.runtime.native.System.IO.Compression":"(,4.3.32767]","runtime.fedora.27-x64.runtime.native.System.Net.Http":"(,4.3.32767]","runtime.fedora.27-x64.runtime.native.System.Net.Security":"(,4.3.32767]","runtime.fedora.28-x64.runtime.native.System":"(,4.3.32767]","runtime.fedora.28-x64.runtime.native.System.IO.Compression":"(,4.3.32767]","runtime.fedora.28-x64.runtime.native.System.Net.Http":"(,4.3.32767]","runtime.fedora.28-x64.runtime.native.System.Net.Security":"(,4.3.32767]","runtime.opensuse.13.2-x64.runtime.native.System":"(,4.3.32767]","runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression":"(,4.3.32767]","runtime.opensuse.13.2-x64.runtime.native.System.Net.Http":"(,4.3.32767]","runtime.opensuse.13.2-x64.runtime.native.System.Net.Security":"(,4.3.32767]","runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography":"(,4.3.32767]","runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl":"(,4.3.32767]","runtime.opensuse.42.1-x64.runtime.native.System":"(,4.3.32767]","runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression":"(,4.3.32767]","runtime.opensuse.42.1-x64.runtime.native.System.Net.Http":"(,4.3.32767]","runtime.opensuse.42.1-x64.runtime.native.System.Net.Security":"(,4.3.32767]","runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography":"(,4.3.32767]","runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl":"(,4.3.32767]","runtime.opensuse.42.3-x64.runtime.native.System":"(,4.3.32767]","runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression":"(,4.3.32767]","runtime.opensuse.42.3-x64.runtime.native.System.Net.Http":"(,4.3.32767]","runtime.opensuse.42.3-x64.runtime.native.System.Net.Security":"(,4.3.32767]","runtime.osx.10.10-x64.runtime.native.System":"(,4.3.32767]","runtime.osx.10.10-x64.runtime.native.System.IO.Compression":"(,4.3.32767]","runtime.osx.10.10-x64.runtime.native.System.Net.Http":"(,4.3.32767]","runtime.osx.10.10-x64.runtime.native.System.Net.Security":"(,4.3.32767]","runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography":"(,4.3.32767]","runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple":"(,4.3.32767]","runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl":"(,4.3.32767]","runtime.rhel.7-x64.runtime.native.System":"(,4.3.32767]","runtime.rhel.7-x64.runtime.native.System.IO.Compression":"(,4.3.32767]","runtime.rhel.7-x64.runtime.native.System.Net.Http":"(,4.3.32767]","runtime.rhel.7-x64.runtime.native.System.Net.Security":"(,4.3.32767]","runtime.rhel.7-x64.runtime.native.System.Security.Cryptography":"(,4.3.32767]","runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl":"(,4.3.32767]","runtime.ubuntu.14.04-x64.runtime.native.System":"(,4.3.32767]","runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression":"(,4.3.32767]","runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http":"(,4.3.32767]","runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security":"(,4.3.32767]","runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography":"(,4.3.32767]","runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl":"(,4.3.32767]","runtime.ubuntu.16.04-x64.runtime.native.System":"(,4.3.32767]","runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression":"(,4.3.32767]","runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http":"(,4.3.32767]","runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security":"(,4.3.32767]","runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography":"(,4.3.32767]","runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl":"(,4.3.32767]","runtime.ubuntu.16.10-x64.runtime.native.System":"(,4.3.32767]","runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression":"(,4.3.32767]","runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http":"(,4.3.32767]","runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security":"(,4.3.32767]","runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography":"(,4.3.32767]","runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl":"(,4.3.32767]","runtime.ubuntu.18.04-x64.runtime.native.System":"(,4.3.32767]","runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression":"(,4.3.32767]","runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http":"(,4.3.32767]","runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security":"(,4.3.32767]","runtime.unix.Microsoft.Win32.Primitives":"(,4.3.32767]","runtime.unix.System.Console":"(,4.3.32767]","runtime.unix.System.Diagnostics.Debug":"(,4.3.32767]","runtime.unix.System.IO.FileSystem":"(,4.3.32767]","runtime.unix.System.Net.Primitives":"(,4.3.32767]","runtime.unix.System.Net.Sockets":"(,4.3.32767]","runtime.unix.System.Private.Uri":"(,4.3.32767]","runtime.unix.System.Runtime.Extensions":"(,4.3.32767]","runtime.win.Microsoft.Win32.Primitives":"(,4.3.32767]","runtime.win.System.Console":"(,4.3.32767]","runtime.win.System.Diagnostics.Debug":"(,4.3.32767]","runtime.win.System.IO.FileSystem":"(,4.3.32767]","runtime.win.System.Net.Primitives":"(,4.3.32767]","runtime.win.System.Net.Sockets":"(,4.3.32767]","runtime.win.System.Runtime.Extensions":"(,4.3.32767]","runtime.win10-arm-aot.runtime.native.System.IO.Compression":"(,4.0.32767]","runtime.win10-arm64.runtime.native.System.IO.Compression":"(,4.3.32767]","runtime.win10-x64-aot.runtime.native.System.IO.Compression":"(,4.0.32767]","runtime.win10-x86-aot.runtime.native.System.IO.Compression":"(,4.0.32767]","runtime.win7-x64.runtime.native.System.IO.Compression":"(,4.3.32767]","runtime.win7-x86.runtime.native.System.IO.Compression":"(,4.3.32767]","runtime.win7.System.Private.Uri":"(,4.3.32767]","runtime.win8-arm.runtime.native.System.IO.Compression":"(,4.3.32767]","System.AppContext":"(,4.3.32767]","System.Buffers":"(,5.0.32767]","System.Collections":"(,4.3.32767]","System.Collections.Concurrent":"(,4.3.32767]","System.Collections.Immutable":"(,10.0.32767]","System.Collections.NonGeneric":"(,4.3.32767]","System.Collections.Specialized":"(,4.3.32767]","System.ComponentModel":"(,4.3.32767]","System.ComponentModel.Annotations":"(,4.3.32767]","System.ComponentModel.EventBasedAsync":"(,4.3.32767]","System.ComponentModel.Primitives":"(,4.3.32767]","System.ComponentModel.TypeConverter":"(,4.3.32767]","System.Console":"(,4.3.32767]","System.Data.Common":"(,4.3.32767]","System.Data.DataSetExtensions":"(,4.4.32767]","System.Diagnostics.Contracts":"(,4.3.32767]","System.Diagnostics.Debug":"(,4.3.32767]","System.Diagnostics.DiagnosticSource":"(,10.0.32767]","System.Diagnostics.EventLog":"(,10.0.32767]","System.Diagnostics.FileVersionInfo":"(,4.3.32767]","System.Diagnostics.Process":"(,4.3.32767]","System.Diagnostics.StackTrace":"(,4.3.32767]","System.Diagnostics.TextWriterTraceListener":"(,4.3.32767]","System.Diagnostics.Tools":"(,4.3.32767]","System.Diagnostics.TraceSource":"(,4.3.32767]","System.Diagnostics.Tracing":"(,4.3.32767]","System.Drawing.Primitives":"(,4.3.32767]","System.Dynamic.Runtime":"(,4.3.32767]","System.Formats.Asn1":"(,10.0.32767]","System.Formats.Cbor":"(,10.0.32767]","System.Formats.Tar":"(,10.0.32767]","System.Globalization":"(,4.3.32767]","System.Globalization.Calendars":"(,4.3.32767]","System.Globalization.Extensions":"(,4.3.32767]","System.IO":"(,4.3.32767]","System.IO.Compression":"(,4.3.32767]","System.IO.Compression.ZipFile":"(,4.3.32767]","System.IO.FileSystem":"(,4.3.32767]","System.IO.FileSystem.AccessControl":"(,4.4.32767]","System.IO.FileSystem.DriveInfo":"(,4.3.32767]","System.IO.FileSystem.Primitives":"(,4.3.32767]","System.IO.FileSystem.Watcher":"(,4.3.32767]","System.IO.IsolatedStorage":"(,4.3.32767]","System.IO.MemoryMappedFiles":"(,4.3.32767]","System.IO.Pipelines":"(,10.0.32767]","System.IO.Pipes":"(,4.3.32767]","System.IO.Pipes.AccessControl":"(,5.0.32767]","System.IO.UnmanagedMemoryStream":"(,4.3.32767]","System.Linq":"(,4.3.32767]","System.Linq.AsyncEnumerable":"(,10.0.32767]","System.Linq.Expressions":"(,4.3.32767]","System.Linq.Parallel":"(,4.3.32767]","System.Linq.Queryable":"(,4.3.32767]","System.Memory":"(,5.0.32767]","System.Net.Http":"(,4.3.32767]","System.Net.Http.Json":"(,10.0.32767]","System.Net.NameResolution":"(,4.3.32767]","System.Net.NetworkInformation":"(,4.3.32767]","System.Net.Ping":"(,4.3.32767]","System.Net.Primitives":"(,4.3.32767]","System.Net.Requests":"(,4.3.32767]","System.Net.Security":"(,4.3.32767]","System.Net.ServerSentEvents":"(,10.0.32767]","System.Net.Sockets":"(,4.3.32767]","System.Net.WebHeaderCollection":"(,4.3.32767]","System.Net.WebSockets":"(,4.3.32767]","System.Net.WebSockets.Client":"(,4.3.32767]","System.Numerics.Vectors":"(,5.0.32767]","System.ObjectModel":"(,4.3.32767]","System.Private.DataContractSerialization":"(,4.3.32767]","System.Private.Uri":"(,4.3.32767]","System.Reflection":"(,4.3.32767]","System.Reflection.DispatchProxy":"(,6.0.32767]","System.Reflection.Emit":"(,4.7.32767]","System.Reflection.Emit.ILGeneration":"(,4.7.32767]","System.Reflection.Emit.Lightweight":"(,4.7.32767]","System.Reflection.Extensions":"(,4.3.32767]","System.Reflection.Metadata":"(,10.0.32767]","System.Reflection.Primitives":"(,4.3.32767]","System.Reflection.TypeExtensions":"(,4.3.32767]","System.Resources.Reader":"(,4.3.32767]","System.Resources.ResourceManager":"(,4.3.32767]","System.Resources.Writer":"(,4.3.32767]","System.Runtime":"(,4.3.32767]","System.Runtime.CompilerServices.Unsafe":"(,7.0.32767]","System.Runtime.CompilerServices.VisualC":"(,4.3.32767]","System.Runtime.Extensions":"(,4.3.32767]","System.Runtime.Handles":"(,4.3.32767]","System.Runtime.InteropServices":"(,4.3.32767]","System.Runtime.InteropServices.RuntimeInformation":"(,4.3.32767]","System.Runtime.Loader":"(,4.3.32767]","System.Runtime.Numerics":"(,4.3.32767]","System.Runtime.Serialization.Formatters":"(,4.3.32767]","System.Runtime.Serialization.Json":"(,4.3.32767]","System.Runtime.Serialization.Primitives":"(,4.3.32767]","System.Runtime.Serialization.Xml":"(,4.3.32767]","System.Security.AccessControl":"(,6.0.32767]","System.Security.Claims":"(,4.3.32767]","System.Security.Cryptography.Algorithms":"(,4.3.32767]","System.Security.Cryptography.Cng":"(,5.0.32767]","System.Security.Cryptography.Csp":"(,4.3.32767]","System.Security.Cryptography.Encoding":"(,4.3.32767]","System.Security.Cryptography.OpenSsl":"(,5.0.32767]","System.Security.Cryptography.Primitives":"(,4.3.32767]","System.Security.Cryptography.X509Certificates":"(,4.3.32767]","System.Security.Cryptography.Xml":"(,10.0.32767]","System.Security.Principal":"(,4.3.32767]","System.Security.Principal.Windows":"(,5.0.32767]","System.Security.SecureString":"(,4.3.32767]","System.Text.Encoding":"(,4.3.32767]","System.Text.Encoding.CodePages":"(,10.0.32767]","System.Text.Encoding.Extensions":"(,4.3.32767]","System.Text.Encodings.Web":"(,10.0.32767]","System.Text.Json":"(,10.0.32767]","System.Text.RegularExpressions":"(,4.3.32767]","System.Threading":"(,4.3.32767]","System.Threading.AccessControl":"(,10.0.32767]","System.Threading.Channels":"(,10.0.32767]","System.Threading.Overlapped":"(,4.3.32767]","System.Threading.RateLimiting":"(,10.0.32767]","System.Threading.Tasks":"(,4.3.32767]","System.Threading.Tasks.Dataflow":"(,10.0.32767]","System.Threading.Tasks.Extensions":"(,5.0.32767]","System.Threading.Tasks.Parallel":"(,4.3.32767]","System.Threading.Thread":"(,4.3.32767]","System.Threading.ThreadPool":"(,4.3.32767]","System.Threading.Timer":"(,4.3.32767]","System.ValueTuple":"(,4.5.32767]","System.Xml.ReaderWriter":"(,4.3.32767]","System.Xml.XDocument":"(,4.3.32767]","System.Xml.XmlDocument":"(,4.3.32767]","System.Xml.XmlSerializer":"(,4.3.32767]","System.Xml.XPath":"(,4.3.32767]","System.Xml.XPath.XDocument":"(,5.0.32767]"}}}
\ No newline at end of file
+"restore":{"projectUniqueName":"/home/sanchezvem@stsio.lan/Documents/TP-Fluent/BookHive/BookHive.csproj","projectName":"BookHive","projectPath":"/home/sanchezvem@stsio.lan/Documents/TP-Fluent/BookHive/BookHive.csproj","outputPath":"/home/sanchezvem@stsio.lan/Documents/TP-Fluent/BookHive/obj/","projectStyle":"PackageReference","originalTargetFrameworks":["net10.0"],"sources":{"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net10.0":{"targetAlias":"net10.0","projectReferences":{}}},"warningProperties":{"warnAsError":["NU1605"]},"restoreAuditProperties":{"enableAudit":"true","auditLevel":"low","auditMode":"all"},"SdkAnalysisLevel":"10.0.100"}"frameworks":{"net10.0":{"targetAlias":"net10.0","dependencies":{"Ardalis.Specification.EntityFrameworkCore":{"target":"Package","version":"[9.3.1, )"},"AutoMapper":{"target":"Package","version":"[16.1.0, )"},"AutoMapper.Collection":{"target":"Package","version":"[13.0.0, )"},"FastEndpoints":{"target":"Package","version":"[8.0.1, )"},"FastEndpoints.Security":{"target":"Package","version":"[8.0.1, )"},"FastEndpoints.Swagger":{"target":"Package","version":"[8.0.1, )"},"Microsoft.AspNetCore.OpenApi":{"target":"Package","version":"[10.0.3, )"},"Microsoft.EntityFrameworkCore":{"target":"Package","version":"[10.0.3, )"},"Microsoft.EntityFrameworkCore.Design":{"include":"Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive","suppressParent":"All","target":"Package","version":"[10.0.3, )"},"Microsoft.EntityFrameworkCore.SqlServer":{"target":"Package","version":"[10.0.3, )"},"Plainquire.Page":{"target":"Package","version":"[7.1.0, )"}},"imports":["net461","net462","net47","net471","net472","net48","net481"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.AspNetCore.App":{"privateAssets":"none"},"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"/home/sanchezvem@stsio.lan/.dotnet/sdk/10.0.103/PortableRuntimeIdentifierGraph.json","packagesToPrune":{"Microsoft.AspNetCore":"(,10.0.32767]","Microsoft.AspNetCore.Antiforgery":"(,10.0.32767]","Microsoft.AspNetCore.App":"(,10.0.32767]","Microsoft.AspNetCore.Authentication":"(,10.0.32767]","Microsoft.AspNetCore.Authentication.Abstractions":"(,10.0.32767]","Microsoft.AspNetCore.Authentication.BearerToken":"(,10.0.32767]","Microsoft.AspNetCore.Authentication.Cookies":"(,10.0.32767]","Microsoft.AspNetCore.Authentication.Core":"(,10.0.32767]","Microsoft.AspNetCore.Authentication.OAuth":"(,10.0.32767]","Microsoft.AspNetCore.Authorization":"(,10.0.32767]","Microsoft.AspNetCore.Authorization.Policy":"(,10.0.32767]","Microsoft.AspNetCore.Components":"(,10.0.32767]","Microsoft.AspNetCore.Components.Authorization":"(,10.0.32767]","Microsoft.AspNetCore.Components.Endpoints":"(,10.0.32767]","Microsoft.AspNetCore.Components.Forms":"(,10.0.32767]","Microsoft.AspNetCore.Components.Server":"(,10.0.32767]","Microsoft.AspNetCore.Components.Web":"(,10.0.32767]","Microsoft.AspNetCore.Connections.Abstractions":"(,10.0.32767]","Microsoft.AspNetCore.CookiePolicy":"(,10.0.32767]","Microsoft.AspNetCore.Cors":"(,10.0.32767]","Microsoft.AspNetCore.Cryptography.Internal":"(,10.0.32767]","Microsoft.AspNetCore.Cryptography.KeyDerivation":"(,10.0.32767]","Microsoft.AspNetCore.DataProtection":"(,10.0.32767]","Microsoft.AspNetCore.DataProtection.Abstractions":"(,10.0.32767]","Microsoft.AspNetCore.DataProtection.Extensions":"(,10.0.32767]","Microsoft.AspNetCore.Diagnostics":"(,10.0.32767]","Microsoft.AspNetCore.Diagnostics.Abstractions":"(,10.0.32767]","Microsoft.AspNetCore.Diagnostics.HealthChecks":"(,10.0.32767]","Microsoft.AspNetCore.HostFiltering":"(,10.0.32767]","Microsoft.AspNetCore.Hosting":"(,10.0.32767]","Microsoft.AspNetCore.Hosting.Abstractions":"(,10.0.32767]","Microsoft.AspNetCore.Hosting.Server.Abstractions":"(,10.0.32767]","Microsoft.AspNetCore.Html.Abstractions":"(,10.0.32767]","Microsoft.AspNetCore.Http":"(,10.0.32767]","Microsoft.AspNetCore.Http.Abstractions":"(,10.0.32767]","Microsoft.AspNetCore.Http.Connections":"(,10.0.32767]","Microsoft.AspNetCore.Http.Connections.Common":"(,10.0.32767]","Microsoft.AspNetCore.Http.Extensions":"(,10.0.32767]","Microsoft.AspNetCore.Http.Features":"(,10.0.32767]","Microsoft.AspNetCore.Http.Results":"(,10.0.32767]","Microsoft.AspNetCore.HttpLogging":"(,10.0.32767]","Microsoft.AspNetCore.HttpOverrides":"(,10.0.32767]","Microsoft.AspNetCore.HttpsPolicy":"(,10.0.32767]","Microsoft.AspNetCore.Identity":"(,10.0.32767]","Microsoft.AspNetCore.Localization":"(,10.0.32767]","Microsoft.AspNetCore.Localization.Routing":"(,10.0.32767]","Microsoft.AspNetCore.Metadata":"(,10.0.32767]","Microsoft.AspNetCore.Mvc":"(,10.0.32767]","Microsoft.AspNetCore.Mvc.Abstractions":"(,10.0.32767]","Microsoft.AspNetCore.Mvc.ApiExplorer":"(,10.0.32767]","Microsoft.AspNetCore.Mvc.Core":"(,10.0.32767]","Microsoft.AspNetCore.Mvc.Cors":"(,10.0.32767]","Microsoft.AspNetCore.Mvc.DataAnnotations":"(,10.0.32767]","Microsoft.AspNetCore.Mvc.Formatters.Json":"(,10.0.32767]","Microsoft.AspNetCore.Mvc.Formatters.Xml":"(,10.0.32767]","Microsoft.AspNetCore.Mvc.Localization":"(,10.0.32767]","Microsoft.AspNetCore.Mvc.Razor":"(,10.0.32767]","Microsoft.AspNetCore.Mvc.RazorPages":"(,10.0.32767]","Microsoft.AspNetCore.Mvc.TagHelpers":"(,10.0.32767]","Microsoft.AspNetCore.Mvc.ViewFeatures":"(,10.0.32767]","Microsoft.AspNetCore.OutputCaching":"(,10.0.32767]","Microsoft.AspNetCore.RateLimiting":"(,10.0.32767]","Microsoft.AspNetCore.Razor":"(,10.0.32767]","Microsoft.AspNetCore.Razor.Runtime":"(,10.0.32767]","Microsoft.AspNetCore.RequestDecompression":"(,10.0.32767]","Microsoft.AspNetCore.ResponseCaching":"(,10.0.32767]","Microsoft.AspNetCore.ResponseCaching.Abstractions":"(,10.0.32767]","Microsoft.AspNetCore.ResponseCompression":"(,10.0.32767]","Microsoft.AspNetCore.Rewrite":"(,10.0.32767]","Microsoft.AspNetCore.Routing":"(,10.0.32767]","Microsoft.AspNetCore.Routing.Abstractions":"(,10.0.32767]","Microsoft.AspNetCore.Server.HttpSys":"(,10.0.32767]","Microsoft.AspNetCore.Server.IIS":"(,10.0.32767]","Microsoft.AspNetCore.Server.IISIntegration":"(,10.0.32767]","Microsoft.AspNetCore.Server.Kestrel":"(,10.0.32767]","Microsoft.AspNetCore.Server.Kestrel.Core":"(,10.0.32767]","Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes":"(,10.0.32767]","Microsoft.AspNetCore.Server.Kestrel.Transport.Quic":"(,10.0.32767]","Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets":"(,10.0.32767]","Microsoft.AspNetCore.Session":"(,10.0.32767]","Microsoft.AspNetCore.SignalR":"(,10.0.32767]","Microsoft.AspNetCore.SignalR.Common":"(,10.0.32767]","Microsoft.AspNetCore.SignalR.Core":"(,10.0.32767]","Microsoft.AspNetCore.SignalR.Protocols.Json":"(,10.0.32767]","Microsoft.AspNetCore.StaticAssets":"(,10.0.32767]","Microsoft.AspNetCore.StaticFiles":"(,10.0.32767]","Microsoft.AspNetCore.WebSockets":"(,10.0.32767]","Microsoft.AspNetCore.WebUtilities":"(,10.0.32767]","Microsoft.CSharp":"(,4.7.32767]","Microsoft.Extensions.Caching.Abstractions":"(,10.0.32767]","Microsoft.Extensions.Caching.Memory":"(,10.0.32767]","Microsoft.Extensions.Configuration":"(,10.0.32767]","Microsoft.Extensions.Configuration.Abstractions":"(,10.0.32767]","Microsoft.Extensions.Configuration.Binder":"(,10.0.32767]","Microsoft.Extensions.Configuration.CommandLine":"(,10.0.32767]","Microsoft.Extensions.Configuration.EnvironmentVariables":"(,10.0.32767]","Microsoft.Extensions.Configuration.FileExtensions":"(,10.0.32767]","Microsoft.Extensions.Configuration.Ini":"(,10.0.32767]","Microsoft.Extensions.Configuration.Json":"(,10.0.32767]","Microsoft.Extensions.Configuration.KeyPerFile":"(,10.0.32767]","Microsoft.Extensions.Configuration.UserSecrets":"(,10.0.32767]","Microsoft.Extensions.Configuration.Xml":"(,10.0.32767]","Microsoft.Extensions.DependencyInjection":"(,10.0.32767]","Microsoft.Extensions.DependencyInjection.Abstractions":"(,10.0.32767]","Microsoft.Extensions.Diagnostics":"(,10.0.32767]","Microsoft.Extensions.Diagnostics.Abstractions":"(,10.0.32767]","Microsoft.Extensions.Diagnostics.HealthChecks":"(,10.0.32767]","Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions":"(,10.0.32767]","Microsoft.Extensions.Features":"(,10.0.32767]","Microsoft.Extensions.FileProviders.Abstractions":"(,10.0.32767]","Microsoft.Extensions.FileProviders.Composite":"(,10.0.32767]","Microsoft.Extensions.FileProviders.Physical":"(,10.0.32767]","Microsoft.Extensions.FileSystemGlobbing":"(,10.0.32767]","Microsoft.Extensions.Hosting":"(,10.0.32767]","Microsoft.Extensions.Hosting.Abstractions":"(,10.0.32767]","Microsoft.Extensions.Http":"(,10.0.32767]","Microsoft.Extensions.Identity.Core":"(,10.0.32767]","Microsoft.Extensions.Identity.Stores":"(,10.0.32767]","Microsoft.Extensions.Localization":"(,10.0.32767]","Microsoft.Extensions.Localization.Abstractions":"(,10.0.32767]","Microsoft.Extensions.Logging":"(,10.0.32767]","Microsoft.Extensions.Logging.Abstractions":"(,10.0.32767]","Microsoft.Extensions.Logging.Configuration":"(,10.0.32767]","Microsoft.Extensions.Logging.Console":"(,10.0.32767]","Microsoft.Extensions.Logging.Debug":"(,10.0.32767]","Microsoft.Extensions.Logging.EventLog":"(,10.0.32767]","Microsoft.Extensions.Logging.EventSource":"(,10.0.32767]","Microsoft.Extensions.Logging.TraceSource":"(,10.0.32767]","Microsoft.Extensions.ObjectPool":"(,10.0.32767]","Microsoft.Extensions.Options":"(,10.0.32767]","Microsoft.Extensions.Options.ConfigurationExtensions":"(,10.0.32767]","Microsoft.Extensions.Options.DataAnnotations":"(,10.0.32767]","Microsoft.Extensions.Primitives":"(,10.0.32767]","Microsoft.Extensions.Validation":"(,10.0.32767]","Microsoft.Extensions.WebEncoders":"(,10.0.32767]","Microsoft.JSInterop":"(,10.0.32767]","Microsoft.Net.Http.Headers":"(,10.0.32767]","Microsoft.VisualBasic":"(,10.4.32767]","Microsoft.Win32.Primitives":"(,4.3.32767]","Microsoft.Win32.Registry":"(,5.0.32767]","runtime.any.System.Collections":"(,4.3.32767]","runtime.any.System.Diagnostics.Tools":"(,4.3.32767]","runtime.any.System.Diagnostics.Tracing":"(,4.3.32767]","runtime.any.System.Globalization":"(,4.3.32767]","runtime.any.System.Globalization.Calendars":"(,4.3.32767]","runtime.any.System.IO":"(,4.3.32767]","runtime.any.System.Reflection":"(,4.3.32767]","runtime.any.System.Reflection.Extensions":"(,4.3.32767]","runtime.any.System.Reflection.Primitives":"(,4.3.32767]","runtime.any.System.Resources.ResourceManager":"(,4.3.32767]","runtime.any.System.Runtime":"(,4.3.32767]","runtime.any.System.Runtime.Handles":"(,4.3.32767]","runtime.any.System.Runtime.InteropServices":"(,4.3.32767]","runtime.any.System.Text.Encoding":"(,4.3.32767]","runtime.any.System.Text.Encoding.Extensions":"(,4.3.32767]","runtime.any.System.Threading.Tasks":"(,4.3.32767]","runtime.any.System.Threading.Timer":"(,4.3.32767]","runtime.aot.System.Collections":"(,4.3.32767]","runtime.aot.System.Diagnostics.Tools":"(,4.3.32767]","runtime.aot.System.Diagnostics.Tracing":"(,4.3.32767]","runtime.aot.System.Globalization":"(,4.3.32767]","runtime.aot.System.Globalization.Calendars":"(,4.3.32767]","runtime.aot.System.IO":"(,4.3.32767]","runtime.aot.System.Reflection":"(,4.3.32767]","runtime.aot.System.Reflection.Extensions":"(,4.3.32767]","runtime.aot.System.Reflection.Primitives":"(,4.3.32767]","runtime.aot.System.Resources.ResourceManager":"(,4.3.32767]","runtime.aot.System.Runtime":"(,4.3.32767]","runtime.aot.System.Runtime.Handles":"(,4.3.32767]","runtime.aot.System.Runtime.InteropServices":"(,4.3.32767]","runtime.aot.System.Text.Encoding":"(,4.3.32767]","runtime.aot.System.Text.Encoding.Extensions":"(,4.3.32767]","runtime.aot.System.Threading.Tasks":"(,4.3.32767]","runtime.aot.System.Threading.Timer":"(,4.3.32767]","runtime.debian.8-x64.runtime.native.System":"(,4.3.32767]","runtime.debian.8-x64.runtime.native.System.IO.Compression":"(,4.3.32767]","runtime.debian.8-x64.runtime.native.System.Net.Http":"(,4.3.32767]","runtime.debian.8-x64.runtime.native.System.Net.Security":"(,4.3.32767]","runtime.debian.8-x64.runtime.native.System.Security.Cryptography":"(,4.3.32767]","runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl":"(,4.3.32767]","runtime.debian.9-x64.runtime.native.System":"(,4.3.32767]","runtime.debian.9-x64.runtime.native.System.IO.Compression":"(,4.3.32767]","runtime.debian.9-x64.runtime.native.System.Net.Http":"(,4.3.32767]","runtime.debian.9-x64.runtime.native.System.Net.Security":"(,4.3.32767]","runtime.fedora.23-x64.runtime.native.System":"(,4.3.32767]","runtime.fedora.23-x64.runtime.native.System.IO.Compression":"(,4.3.32767]","runtime.fedora.23-x64.runtime.native.System.Net.Http":"(,4.3.32767]","runtime.fedora.23-x64.runtime.native.System.Net.Security":"(,4.3.32767]","runtime.fedora.23-x64.runtime.native.System.Security.Cryptography":"(,4.3.32767]","runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl":"(,4.3.32767]","runtime.fedora.24-x64.runtime.native.System":"(,4.3.32767]","runtime.fedora.24-x64.runtime.native.System.IO.Compression":"(,4.3.32767]","runtime.fedora.24-x64.runtime.native.System.Net.Http":"(,4.3.32767]","runtime.fedora.24-x64.runtime.native.System.Net.Security":"(,4.3.32767]","runtime.fedora.24-x64.runtime.native.System.Security.Cryptography":"(,4.3.32767]","runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl":"(,4.3.32767]","runtime.fedora.27-x64.runtime.native.System":"(,4.3.32767]","runtime.fedora.27-x64.runtime.native.System.IO.Compression":"(,4.3.32767]","runtime.fedora.27-x64.runtime.native.System.Net.Http":"(,4.3.32767]","runtime.fedora.27-x64.runtime.native.System.Net.Security":"(,4.3.32767]","runtime.fedora.28-x64.runtime.native.System":"(,4.3.32767]","runtime.fedora.28-x64.runtime.native.System.IO.Compression":"(,4.3.32767]","runtime.fedora.28-x64.runtime.native.System.Net.Http":"(,4.3.32767]","runtime.fedora.28-x64.runtime.native.System.Net.Security":"(,4.3.32767]","runtime.opensuse.13.2-x64.runtime.native.System":"(,4.3.32767]","runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression":"(,4.3.32767]","runtime.opensuse.13.2-x64.runtime.native.System.Net.Http":"(,4.3.32767]","runtime.opensuse.13.2-x64.runtime.native.System.Net.Security":"(,4.3.32767]","runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography":"(,4.3.32767]","runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl":"(,4.3.32767]","runtime.opensuse.42.1-x64.runtime.native.System":"(,4.3.32767]","runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression":"(,4.3.32767]","runtime.opensuse.42.1-x64.runtime.native.System.Net.Http":"(,4.3.32767]","runtime.opensuse.42.1-x64.runtime.native.System.Net.Security":"(,4.3.32767]","runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography":"(,4.3.32767]","runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl":"(,4.3.32767]","runtime.opensuse.42.3-x64.runtime.native.System":"(,4.3.32767]","runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression":"(,4.3.32767]","runtime.opensuse.42.3-x64.runtime.native.System.Net.Http":"(,4.3.32767]","runtime.opensuse.42.3-x64.runtime.native.System.Net.Security":"(,4.3.32767]","runtime.osx.10.10-x64.runtime.native.System":"(,4.3.32767]","runtime.osx.10.10-x64.runtime.native.System.IO.Compression":"(,4.3.32767]","runtime.osx.10.10-x64.runtime.native.System.Net.Http":"(,4.3.32767]","runtime.osx.10.10-x64.runtime.native.System.Net.Security":"(,4.3.32767]","runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography":"(,4.3.32767]","runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple":"(,4.3.32767]","runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl":"(,4.3.32767]","runtime.rhel.7-x64.runtime.native.System":"(,4.3.32767]","runtime.rhel.7-x64.runtime.native.System.IO.Compression":"(,4.3.32767]","runtime.rhel.7-x64.runtime.native.System.Net.Http":"(,4.3.32767]","runtime.rhel.7-x64.runtime.native.System.Net.Security":"(,4.3.32767]","runtime.rhel.7-x64.runtime.native.System.Security.Cryptography":"(,4.3.32767]","runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl":"(,4.3.32767]","runtime.ubuntu.14.04-x64.runtime.native.System":"(,4.3.32767]","runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression":"(,4.3.32767]","runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http":"(,4.3.32767]","runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security":"(,4.3.32767]","runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography":"(,4.3.32767]","runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl":"(,4.3.32767]","runtime.ubuntu.16.04-x64.runtime.native.System":"(,4.3.32767]","runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression":"(,4.3.32767]","runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http":"(,4.3.32767]","runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security":"(,4.3.32767]","runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography":"(,4.3.32767]","runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl":"(,4.3.32767]","runtime.ubuntu.16.10-x64.runtime.native.System":"(,4.3.32767]","runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression":"(,4.3.32767]","runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http":"(,4.3.32767]","runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security":"(,4.3.32767]","runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography":"(,4.3.32767]","runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl":"(,4.3.32767]","runtime.ubuntu.18.04-x64.runtime.native.System":"(,4.3.32767]","runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression":"(,4.3.32767]","runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http":"(,4.3.32767]","runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security":"(,4.3.32767]","runtime.unix.Microsoft.Win32.Primitives":"(,4.3.32767]","runtime.unix.System.Console":"(,4.3.32767]","runtime.unix.System.Diagnostics.Debug":"(,4.3.32767]","runtime.unix.System.IO.FileSystem":"(,4.3.32767]","runtime.unix.System.Net.Primitives":"(,4.3.32767]","runtime.unix.System.Net.Sockets":"(,4.3.32767]","runtime.unix.System.Private.Uri":"(,4.3.32767]","runtime.unix.System.Runtime.Extensions":"(,4.3.32767]","runtime.win.Microsoft.Win32.Primitives":"(,4.3.32767]","runtime.win.System.Console":"(,4.3.32767]","runtime.win.System.Diagnostics.Debug":"(,4.3.32767]","runtime.win.System.IO.FileSystem":"(,4.3.32767]","runtime.win.System.Net.Primitives":"(,4.3.32767]","runtime.win.System.Net.Sockets":"(,4.3.32767]","runtime.win.System.Runtime.Extensions":"(,4.3.32767]","runtime.win10-arm-aot.runtime.native.System.IO.Compression":"(,4.0.32767]","runtime.win10-arm64.runtime.native.System.IO.Compression":"(,4.3.32767]","runtime.win10-x64-aot.runtime.native.System.IO.Compression":"(,4.0.32767]","runtime.win10-x86-aot.runtime.native.System.IO.Compression":"(,4.0.32767]","runtime.win7-x64.runtime.native.System.IO.Compression":"(,4.3.32767]","runtime.win7-x86.runtime.native.System.IO.Compression":"(,4.3.32767]","runtime.win7.System.Private.Uri":"(,4.3.32767]","runtime.win8-arm.runtime.native.System.IO.Compression":"(,4.3.32767]","System.AppContext":"(,4.3.32767]","System.Buffers":"(,5.0.32767]","System.Collections":"(,4.3.32767]","System.Collections.Concurrent":"(,4.3.32767]","System.Collections.Immutable":"(,10.0.32767]","System.Collections.NonGeneric":"(,4.3.32767]","System.Collections.Specialized":"(,4.3.32767]","System.ComponentModel":"(,4.3.32767]","System.ComponentModel.Annotations":"(,4.3.32767]","System.ComponentModel.EventBasedAsync":"(,4.3.32767]","System.ComponentModel.Primitives":"(,4.3.32767]","System.ComponentModel.TypeConverter":"(,4.3.32767]","System.Console":"(,4.3.32767]","System.Data.Common":"(,4.3.32767]","System.Data.DataSetExtensions":"(,4.4.32767]","System.Diagnostics.Contracts":"(,4.3.32767]","System.Diagnostics.Debug":"(,4.3.32767]","System.Diagnostics.DiagnosticSource":"(,10.0.32767]","System.Diagnostics.EventLog":"(,10.0.32767]","System.Diagnostics.FileVersionInfo":"(,4.3.32767]","System.Diagnostics.Process":"(,4.3.32767]","System.Diagnostics.StackTrace":"(,4.3.32767]","System.Diagnostics.TextWriterTraceListener":"(,4.3.32767]","System.Diagnostics.Tools":"(,4.3.32767]","System.Diagnostics.TraceSource":"(,4.3.32767]","System.Diagnostics.Tracing":"(,4.3.32767]","System.Drawing.Primitives":"(,4.3.32767]","System.Dynamic.Runtime":"(,4.3.32767]","System.Formats.Asn1":"(,10.0.32767]","System.Formats.Cbor":"(,10.0.32767]","System.Formats.Tar":"(,10.0.32767]","System.Globalization":"(,4.3.32767]","System.Globalization.Calendars":"(,4.3.32767]","System.Globalization.Extensions":"(,4.3.32767]","System.IO":"(,4.3.32767]","System.IO.Compression":"(,4.3.32767]","System.IO.Compression.ZipFile":"(,4.3.32767]","System.IO.FileSystem":"(,4.3.32767]","System.IO.FileSystem.AccessControl":"(,4.4.32767]","System.IO.FileSystem.DriveInfo":"(,4.3.32767]","System.IO.FileSystem.Primitives":"(,4.3.32767]","System.IO.FileSystem.Watcher":"(,4.3.32767]","System.IO.IsolatedStorage":"(,4.3.32767]","System.IO.MemoryMappedFiles":"(,4.3.32767]","System.IO.Pipelines":"(,10.0.32767]","System.IO.Pipes":"(,4.3.32767]","System.IO.Pipes.AccessControl":"(,5.0.32767]","System.IO.UnmanagedMemoryStream":"(,4.3.32767]","System.Linq":"(,4.3.32767]","System.Linq.AsyncEnumerable":"(,10.0.32767]","System.Linq.Expressions":"(,4.3.32767]","System.Linq.Parallel":"(,4.3.32767]","System.Linq.Queryable":"(,4.3.32767]","System.Memory":"(,5.0.32767]","System.Net.Http":"(,4.3.32767]","System.Net.Http.Json":"(,10.0.32767]","System.Net.NameResolution":"(,4.3.32767]","System.Net.NetworkInformation":"(,4.3.32767]","System.Net.Ping":"(,4.3.32767]","System.Net.Primitives":"(,4.3.32767]","System.Net.Requests":"(,4.3.32767]","System.Net.Security":"(,4.3.32767]","System.Net.ServerSentEvents":"(,10.0.32767]","System.Net.Sockets":"(,4.3.32767]","System.Net.WebHeaderCollection":"(,4.3.32767]","System.Net.WebSockets":"(,4.3.32767]","System.Net.WebSockets.Client":"(,4.3.32767]","System.Numerics.Vectors":"(,5.0.32767]","System.ObjectModel":"(,4.3.32767]","System.Private.DataContractSerialization":"(,4.3.32767]","System.Private.Uri":"(,4.3.32767]","System.Reflection":"(,4.3.32767]","System.Reflection.DispatchProxy":"(,6.0.32767]","System.Reflection.Emit":"(,4.7.32767]","System.Reflection.Emit.ILGeneration":"(,4.7.32767]","System.Reflection.Emit.Lightweight":"(,4.7.32767]","System.Reflection.Extensions":"(,4.3.32767]","System.Reflection.Metadata":"(,10.0.32767]","System.Reflection.Primitives":"(,4.3.32767]","System.Reflection.TypeExtensions":"(,4.3.32767]","System.Resources.Reader":"(,4.3.32767]","System.Resources.ResourceManager":"(,4.3.32767]","System.Resources.Writer":"(,4.3.32767]","System.Runtime":"(,4.3.32767]","System.Runtime.CompilerServices.Unsafe":"(,7.0.32767]","System.Runtime.CompilerServices.VisualC":"(,4.3.32767]","System.Runtime.Extensions":"(,4.3.32767]","System.Runtime.Handles":"(,4.3.32767]","System.Runtime.InteropServices":"(,4.3.32767]","System.Runtime.InteropServices.RuntimeInformation":"(,4.3.32767]","System.Runtime.Loader":"(,4.3.32767]","System.Runtime.Numerics":"(,4.3.32767]","System.Runtime.Serialization.Formatters":"(,4.3.32767]","System.Runtime.Serialization.Json":"(,4.3.32767]","System.Runtime.Serialization.Primitives":"(,4.3.32767]","System.Runtime.Serialization.Xml":"(,4.3.32767]","System.Security.AccessControl":"(,6.0.32767]","System.Security.Claims":"(,4.3.32767]","System.Security.Cryptography.Algorithms":"(,4.3.32767]","System.Security.Cryptography.Cng":"(,5.0.32767]","System.Security.Cryptography.Csp":"(,4.3.32767]","System.Security.Cryptography.Encoding":"(,4.3.32767]","System.Security.Cryptography.OpenSsl":"(,5.0.32767]","System.Security.Cryptography.Primitives":"(,4.3.32767]","System.Security.Cryptography.X509Certificates":"(,4.3.32767]","System.Security.Cryptography.Xml":"(,10.0.32767]","System.Security.Principal":"(,4.3.32767]","System.Security.Principal.Windows":"(,5.0.32767]","System.Security.SecureString":"(,4.3.32767]","System.Text.Encoding":"(,4.3.32767]","System.Text.Encoding.CodePages":"(,10.0.32767]","System.Text.Encoding.Extensions":"(,4.3.32767]","System.Text.Encodings.Web":"(,10.0.32767]","System.Text.Json":"(,10.0.32767]","System.Text.RegularExpressions":"(,4.3.32767]","System.Threading":"(,4.3.32767]","System.Threading.AccessControl":"(,10.0.32767]","System.Threading.Channels":"(,10.0.32767]","System.Threading.Overlapped":"(,4.3.32767]","System.Threading.RateLimiting":"(,10.0.32767]","System.Threading.Tasks":"(,4.3.32767]","System.Threading.Tasks.Dataflow":"(,10.0.32767]","System.Threading.Tasks.Extensions":"(,5.0.32767]","System.Threading.Tasks.Parallel":"(,4.3.32767]","System.Threading.Thread":"(,4.3.32767]","System.Threading.ThreadPool":"(,4.3.32767]","System.Threading.Timer":"(,4.3.32767]","System.ValueTuple":"(,4.5.32767]","System.Xml.ReaderWriter":"(,4.3.32767]","System.Xml.XDocument":"(,4.3.32767]","System.Xml.XmlDocument":"(,4.3.32767]","System.Xml.XmlSerializer":"(,4.3.32767]","System.Xml.XPath":"(,4.3.32767]","System.Xml.XPath.XDocument":"(,5.0.32767]"}}}
\ No newline at end of file
diff --git a/BookHive/obj/rider.project.model.nuget.info b/BookHive/obj/rider.project.model.nuget.info
index 61f039a..ee49f9d 100644
--- a/BookHive/obj/rider.project.model.nuget.info
+++ b/BookHive/obj/rider.project.model.nuget.info
@@ -1 +1 @@
-17730886247869129
\ No newline at end of file
+17731267007572388
\ No newline at end of file
diff --git a/BookHive/obj/rider.project.restore.info b/BookHive/obj/rider.project.restore.info
index 467ee3c..a20b497 100644
--- a/BookHive/obj/rider.project.restore.info
+++ b/BookHive/obj/rider.project.restore.info
@@ -1 +1 @@
-17730886254460277
\ No newline at end of file
+17731267691332367
\ No newline at end of file