diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index be7661e..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,275 +0,0 @@
-# Created by https://www.toptal.com/developers/gitignore/api/aspnetcore
-# Edit at https://www.toptal.com/developers/gitignore?templates=aspnetcore
-
-### ASPNETCore ###
-## Ignore Visual Studio temporary files, build results, and
-## files generated by popular Visual Studio add-ons.
-.env
-
-# User-specific files
-*.suo
-*.user
-*.userosscache
-*.sln.docstates
-
-# User-specific files (MonoDevelop/Xamarin Studio)
-*.userprefs
-
-# Build results
-[Dd]ebug/
-[Dd]ebugPublic/
-[Rr]elease/
-[Rr]eleases/
-x64/
-x86/
-bld/
-[Bb]in/
-[Oo]bj/
-[Ll]og/
-
-# Visual Studio 2015 cache/options directory
-.vs/
-# Uncomment if you have tasks that create the project's static files in wwwroot
-#wwwroot/
-
-# MSTest test Results
-[Tt]est[Rr]esult*/
-[Bb]uild[Ll]og.*
-
-# NUNIT
-*.VisualState.xml
-TestResult.xml
-
-# Build Results of an ATL Project
-[Dd]ebugPS/
-[Rr]eleasePS/
-dlldata.c
-
-# DNX
-project.lock.json
-project.fragment.lock.json
-artifacts/
-
-*_i.c
-*_p.c
-*_i.h
-*.ilk
-*.meta
-*.obj
-*.pch
-*.pdb
-*.pgc
-*.pgd
-*.rsp
-*.sbr
-*.tlb
-*.tli
-*.tlh
-*.tmp
-*.tmp_proj
-*.log
-*.vspscc
-*.vssscc
-.builds
-*.pidb
-*.svclog
-*.scc
-
-# Chutzpah Test files
-_Chutzpah*
-
-# Visual C++ cache files
-ipch/
-*.aps
-*.ncb
-*.opendb
-*.opensdf
-*.sdf
-*.cachefile
-*.VC.db
-*.VC.VC.opendb
-
-# Visual Studio profiler
-*.psess
-*.vsp
-*.vspx
-*.sap
-
-# TFS 2012 Local Workspace
-$tf/
-
-# Guidance Automation Toolkit
-*.gpState
-
-# ReSharper is a .NET coding add-in
-_ReSharper*/
-*.[Rr]e[Ss]harper
-*.DotSettings.user
-
-# JustCode is a .NET coding add-in
-.JustCode
-
-# TeamCity is a build add-in
-_TeamCity*
-
-# DotCover is a Code Coverage Tool
-*.dotCover
-
-# Visual Studio code coverage results
-*.coverage
-*.coveragexml
-
-# NCrunch
-_NCrunch_*
-.*crunch*.local.xml
-nCrunchTemp_*
-
-# MightyMoose
-*.mm.*
-AutoTest.Net/
-
-# Web workbench (sass)
-.sass-cache/
-
-# Installshield output folder
-[Ee]xpress/
-
-# DocProject is a documentation generator add-in
-DocProject/buildhelp/
-DocProject/Help/*.HxT
-DocProject/Help/*.HxC
-DocProject/Help/*.hhc
-DocProject/Help/*.hhk
-DocProject/Help/*.hhp
-DocProject/Help/Html2
-DocProject/Help/html
-
-# Click-Once directory
-publish/
-
-# Publish Web Output
-*.[Pp]ublish.xml
-*.azurePubxml
-# TODO: Comment the next line if you want to checkin your web deploy settings
-# but database connection strings (with potential passwords) will be unencrypted
-*.pubxml
-*.publishproj
-
-# Microsoft Azure Web App publish settings. Comment the next line if you want to
-# checkin your Azure Web App publish settings, but sensitive information contained
-# in these scripts will be unencrypted
-PublishScripts/
-
-# NuGet Packages
-*.nupkg
-# The packages folder can be ignored because of Package Restore
-**/packages/*
-# except build/, which is used as an MSBuild target.
-!**/packages/build/
-# Uncomment if necessary however generally it will be regenerated when needed
-#!**/packages/repositories.config
-# NuGet v3's project.json files produces more ignoreable files
-*.nuget.props
-*.nuget.targets
-
-# Microsoft Azure Build Output
-csx/
-*.build.csdef
-
-# Microsoft Azure Emulator
-ecf/
-rcf/
-
-# Windows Store app package directories and files
-AppPackages/
-BundleArtifacts/
-Package.StoreAssociation.xml
-_pkginfo.txt
-
-# Visual Studio cache files
-# files ending in .cache can be ignored
-*.[Cc]ache
-# but keep track of directories ending in .cache
-!*.[Cc]ache/
-
-# Others
-ClientBin/
-~$*
-*~
-*.dbmdl
-*.dbproj.schemaview
-*.jfm
-*.pfx
-*.publishsettings
-node_modules/
-orleans.codegen.cs
-
-# Since there are multiple workflows, uncomment next line to ignore bower_components
-# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
-#bower_components/
-
-# RIA/Silverlight projects
-Generated_Code/
-
-# Backup & report files from converting an old project file
-# to a newer Visual Studio version. Backup files are not needed,
-# because we have git ;-)
-_UpgradeReport_Files/
-Backup*/
-UpgradeLog*.XML
-UpgradeLog*.htm
-
-# SQL Server files
-*.mdf
-*.ldf
-
-# Business Intelligence projects
-*.rdl.data
-*.bim.layout
-*.bim_*.settings
-
-# Microsoft Fakes
-FakesAssemblies/
-
-# GhostDoc plugin setting file
-*.GhostDoc.xml
-
-# Node.js Tools for Visual Studio
-.ntvs_analysis.dat
-
-# Visual Studio 6 build log
-*.plg
-
-# Visual Studio 6 workspace options file
-*.opt
-
-# Visual Studio LightSwitch build output
-**/*.HTMLClient/GeneratedArtifacts
-**/*.DesktopClient/GeneratedArtifacts
-**/*.DesktopClient/ModelManifest.xml
-**/*.Server/GeneratedArtifacts
-**/*.Server/ModelManifest.xml
-_Pvt_Extensions
-
-# Paket dependency manager
-.paket/paket.exe
-paket-files/
-
-# FAKE - F# Make
-.fake/
-
-# JetBrains Rider
-.idea/
-*.sln.iml
-
-# CodeRush
-.cr/
-
-# Python Tools for Visual Studio (PTVS)
-__pycache__/
-*.pyc
-
-# Cake - Uncomment if you are using it
-# tools/
-
-# End of https://www.toptal.com/developers/gitignore/api/aspnetcore
diff --git a/.vs/Integracion_DGA/CopilotIndices/17.12.38.29086/CodeChunks.db b/.vs/Integracion_DGA/CopilotIndices/17.12.38.29086/CodeChunks.db
new file mode 100644
index 0000000..7ac0217
Binary files /dev/null and b/.vs/Integracion_DGA/CopilotIndices/17.12.38.29086/CodeChunks.db differ
diff --git a/.vs/Integracion_DGA/CopilotIndices/17.12.38.29086/CodeChunks.db-shm b/.vs/Integracion_DGA/CopilotIndices/17.12.38.29086/CodeChunks.db-shm
new file mode 100644
index 0000000..54c2302
Binary files /dev/null and b/.vs/Integracion_DGA/CopilotIndices/17.12.38.29086/CodeChunks.db-shm differ
diff --git a/.vs/Integracion_DGA/CopilotIndices/17.12.38.29086/CodeChunks.db-wal b/.vs/Integracion_DGA/CopilotIndices/17.12.38.29086/CodeChunks.db-wal
new file mode 100644
index 0000000..7f1fbfe
Binary files /dev/null and b/.vs/Integracion_DGA/CopilotIndices/17.12.38.29086/CodeChunks.db-wal differ
diff --git a/.vs/Integracion_DGA/CopilotIndices/17.12.38.29086/SemanticSymbols.db b/.vs/Integracion_DGA/CopilotIndices/17.12.38.29086/SemanticSymbols.db
new file mode 100644
index 0000000..527188c
Binary files /dev/null and b/.vs/Integracion_DGA/CopilotIndices/17.12.38.29086/SemanticSymbols.db differ
diff --git a/.vs/Integracion_DGA/CopilotIndices/17.12.38.29086/SemanticSymbols.db-shm b/.vs/Integracion_DGA/CopilotIndices/17.12.38.29086/SemanticSymbols.db-shm
new file mode 100644
index 0000000..d7694ac
Binary files /dev/null and b/.vs/Integracion_DGA/CopilotIndices/17.12.38.29086/SemanticSymbols.db-shm differ
diff --git a/.vs/Integracion_DGA/CopilotIndices/17.12.38.29086/SemanticSymbols.db-wal b/.vs/Integracion_DGA/CopilotIndices/17.12.38.29086/SemanticSymbols.db-wal
new file mode 100644
index 0000000..a58b2aa
Binary files /dev/null and b/.vs/Integracion_DGA/CopilotIndices/17.12.38.29086/SemanticSymbols.db-wal differ
diff --git a/.vs/Integracion_DGA/CopilotIndices/17.14.786.1071/CodeChunks.db b/.vs/Integracion_DGA/CopilotIndices/17.14.786.1071/CodeChunks.db
new file mode 100644
index 0000000..05e8761
Binary files /dev/null and b/.vs/Integracion_DGA/CopilotIndices/17.14.786.1071/CodeChunks.db differ
diff --git a/.vs/Integracion_DGA/CopilotIndices/17.14.786.1071/SemanticSymbols.db b/.vs/Integracion_DGA/CopilotIndices/17.14.786.1071/SemanticSymbols.db
new file mode 100644
index 0000000..54f16dd
Binary files /dev/null and b/.vs/Integracion_DGA/CopilotIndices/17.14.786.1071/SemanticSymbols.db differ
diff --git a/.vs/Integracion_DGA/DesignTimeBuild/.dtbcache.v2 b/.vs/Integracion_DGA/DesignTimeBuild/.dtbcache.v2
new file mode 100644
index 0000000..1ade31f
Binary files /dev/null and b/.vs/Integracion_DGA/DesignTimeBuild/.dtbcache.v2 differ
diff --git a/.vs/Integracion_DGA/FileContentIndex/3be679a6-a855-453d-abed-5c6fbcc7ee61.vsidx b/.vs/Integracion_DGA/FileContentIndex/3be679a6-a855-453d-abed-5c6fbcc7ee61.vsidx
new file mode 100644
index 0000000..97a7cb4
Binary files /dev/null and b/.vs/Integracion_DGA/FileContentIndex/3be679a6-a855-453d-abed-5c6fbcc7ee61.vsidx differ
diff --git a/.vs/Integracion_DGA/FileContentIndex/621a3300-354f-4027-a098-13390464941f.vsidx b/.vs/Integracion_DGA/FileContentIndex/621a3300-354f-4027-a098-13390464941f.vsidx
new file mode 100644
index 0000000..d914a53
Binary files /dev/null and b/.vs/Integracion_DGA/FileContentIndex/621a3300-354f-4027-a098-13390464941f.vsidx differ
diff --git a/.vs/Integracion_DGA/FileContentIndex/68a5b4fb-2f89-486b-b173-dd0e293e48aa.vsidx b/.vs/Integracion_DGA/FileContentIndex/68a5b4fb-2f89-486b-b173-dd0e293e48aa.vsidx
new file mode 100644
index 0000000..ba69c49
Binary files /dev/null and b/.vs/Integracion_DGA/FileContentIndex/68a5b4fb-2f89-486b-b173-dd0e293e48aa.vsidx differ
diff --git a/.vs/Integracion_DGA/FileContentIndex/b2d36756-afd3-4874-8bd3-dad84a7f5d19.vsidx b/.vs/Integracion_DGA/FileContentIndex/b2d36756-afd3-4874-8bd3-dad84a7f5d19.vsidx
new file mode 100644
index 0000000..9d1916b
Binary files /dev/null and b/.vs/Integracion_DGA/FileContentIndex/b2d36756-afd3-4874-8bd3-dad84a7f5d19.vsidx differ
diff --git a/.vs/Integracion_DGA/FileContentIndex/dce595da-54d1-4f16-83f3-1a59a038e2ef.vsidx b/.vs/Integracion_DGA/FileContentIndex/dce595da-54d1-4f16-83f3-1a59a038e2ef.vsidx
new file mode 100644
index 0000000..9a046a5
Binary files /dev/null and b/.vs/Integracion_DGA/FileContentIndex/dce595da-54d1-4f16-83f3-1a59a038e2ef.vsidx differ
diff --git a/.vs/Integracion_DGA/config/applicationhost.config b/.vs/Integracion_DGA/config/applicationhost.config
new file mode 100644
index 0000000..0d88f0d
--- /dev/null
+++ b/.vs/Integracion_DGA/config/applicationhost.config
@@ -0,0 +1,1016 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/.vs/Integracion_DGA/v17/.futdcache.v2 b/.vs/Integracion_DGA/v17/.futdcache.v2
new file mode 100644
index 0000000..e5962f5
Binary files /dev/null and b/.vs/Integracion_DGA/v17/.futdcache.v2 differ
diff --git a/.vs/Integracion_DGA/v17/.suo b/.vs/Integracion_DGA/v17/.suo
new file mode 100644
index 0000000..5b0cf8d
Binary files /dev/null and b/.vs/Integracion_DGA/v17/.suo differ
diff --git a/.vs/Integracion_DGA/v17/DocumentLayout.backup.json b/.vs/Integracion_DGA/v17/DocumentLayout.backup.json
new file mode 100644
index 0000000..5e6cd91
--- /dev/null
+++ b/.vs/Integracion_DGA/v17/DocumentLayout.backup.json
@@ -0,0 +1,109 @@
+{
+ "Version": 1,
+ "WorkspaceRootPath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\",
+ "Documents": [
+ {
+ "AbsoluteMoniker": "D:0:0:{D2051D35-AE15-42FF-985B-F2CA99312901}|BLL\\BLL.csproj|c:\\users\\bastian castro\\documents\\integracion_dga\\bll\\enviodga.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+ "RelativeMoniker": "D:0:0:{D2051D35-AE15-42FF-985B-F2CA99312901}|BLL\\BLL.csproj|solutionrelative:bll\\enviodga.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+ },
+ {
+ "AbsoluteMoniker": "D:0:0:{E7F63FE5-0448-4903-9247-D57A4BCB6A01}|DAS\\DAS.csproj|c:\\users\\bastian castro\\documents\\integracion_dga\\das\\registrarmedicion.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+ "RelativeMoniker": "D:0:0:{E7F63FE5-0448-4903-9247-D57A4BCB6A01}|DAS\\DAS.csproj|solutionrelative:das\\registrarmedicion.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+ },
+ {
+ "AbsoluteMoniker": "D:0:0:{5D8AF76D-63BC-4DAA-A6CF-B8FEA0E5D709}|DAL\\DAL.csproj|c:\\users\\bastian castro\\documents\\integracion_dga\\dal\\medicionscadarepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+ "RelativeMoniker": "D:0:0:{5D8AF76D-63BC-4DAA-A6CF-B8FEA0E5D709}|DAL\\DAL.csproj|solutionrelative:dal\\medicionscadarepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+ },
+ {
+ "AbsoluteMoniker": "D:0:0:{F14D61AA-FE11-4055-8DE7-898A1C1F9DAF}|Integracion_DGA\\Integracion_DGA.csproj|c:\\users\\bastian castro\\documents\\integracion_dga\\integracion_dga\\program.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+ "RelativeMoniker": "D:0:0:{F14D61AA-FE11-4055-8DE7-898A1C1F9DAF}|Integracion_DGA\\Integracion_DGA.csproj|solutionrelative:integracion_dga\\program.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+ },
+ {
+ "AbsoluteMoniker": "D:0:0:{F14D61AA-FE11-4055-8DE7-898A1C1F9DAF}|Integracion_DGA\\Integracion_DGA.csproj|c:\\users\\bastian castro\\documents\\integracion_dga\\integracion_dga\\appsettings.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}",
+ "RelativeMoniker": "D:0:0:{F14D61AA-FE11-4055-8DE7-898A1C1F9DAF}|Integracion_DGA\\Integracion_DGA.csproj|solutionrelative:integracion_dga\\appsettings.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}"
+ }
+ ],
+ "DocumentGroupContainers": [
+ {
+ "Orientation": 0,
+ "VerticalTabListWidth": 256,
+ "DocumentGroups": [
+ {
+ "DockedWidth": 200,
+ "SelectedChildIndex": 2,
+ "Children": [
+ {
+ "$type": "Document",
+ "DocumentIndex": 3,
+ "Title": "Program.cs",
+ "DocumentMoniker": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\Integracion_DGA\\Program.cs",
+ "RelativeDocumentMoniker": "Integracion_DGA\\Program.cs",
+ "ToolTip": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\Integracion_DGA\\Program.cs",
+ "RelativeToolTip": "Integracion_DGA\\Program.cs",
+ "ViewState": "AgIAAAMAAAAAAAAAAAAAABQAAAA+AAAAAAAAAA==",
+ "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+ "WhenOpened": "2025-06-24T18:18:50.842Z",
+ "IsPinned": true,
+ "EditorCaption": ""
+ },
+ {
+ "$type": "Document",
+ "DocumentIndex": 2,
+ "Title": "MedicionScadaRepository.cs",
+ "DocumentMoniker": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\DAL\\MedicionScadaRepository.cs",
+ "RelativeDocumentMoniker": "DAL\\MedicionScadaRepository.cs",
+ "ToolTip": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\DAL\\MedicionScadaRepository.cs",
+ "RelativeToolTip": "DAL\\MedicionScadaRepository.cs",
+ "ViewState": "AgIAAAAAAAAAAAAAAAAAAAgAAAAoAAAAAAAAAA==",
+ "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+ "WhenOpened": "2025-06-24T18:17:41.699Z",
+ "IsPinned": true,
+ "EditorCaption": ""
+ },
+ {
+ "$type": "Document",
+ "DocumentIndex": 0,
+ "Title": "EnvioDGA.cs",
+ "DocumentMoniker": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\BLL\\EnvioDGA.cs",
+ "RelativeDocumentMoniker": "BLL\\EnvioDGA.cs",
+ "ToolTip": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\BLL\\EnvioDGA.cs",
+ "RelativeToolTip": "BLL\\EnvioDGA.cs",
+ "ViewState": "AgIAAAMAAAAAAAAAAAAAABkAAAAFAAAAAAAAAA==",
+ "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+ "WhenOpened": "2025-06-24T18:16:40.903Z",
+ "IsPinned": true,
+ "EditorCaption": ""
+ },
+ {
+ "$type": "Document",
+ "DocumentIndex": 4,
+ "Title": "appsettings.json",
+ "DocumentMoniker": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\Integracion_DGA\\appsettings.json",
+ "RelativeDocumentMoniker": "Integracion_DGA\\appsettings.json",
+ "ToolTip": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\Integracion_DGA\\appsettings.json",
+ "RelativeToolTip": "Integracion_DGA\\appsettings.json",
+ "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==",
+ "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001642|",
+ "WhenOpened": "2025-06-24T18:16:28.932Z",
+ "IsPinned": true,
+ "EditorCaption": ""
+ },
+ {
+ "$type": "Document",
+ "DocumentIndex": 1,
+ "Title": "RegistrarMedicion.cs",
+ "DocumentMoniker": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\DAS\\RegistrarMedicion.cs",
+ "RelativeDocumentMoniker": "DAS\\RegistrarMedicion.cs",
+ "ToolTip": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\DAS\\RegistrarMedicion.cs",
+ "RelativeToolTip": "DAS\\RegistrarMedicion.cs",
+ "ViewState": "AgIAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAA==",
+ "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+ "WhenOpened": "2025-06-24T18:44:08.866Z",
+ "EditorCaption": ""
+ }
+ ]
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/.vs/Integracion_DGA/v17/DocumentLayout.json b/.vs/Integracion_DGA/v17/DocumentLayout.json
new file mode 100644
index 0000000..5e6cd91
--- /dev/null
+++ b/.vs/Integracion_DGA/v17/DocumentLayout.json
@@ -0,0 +1,109 @@
+{
+ "Version": 1,
+ "WorkspaceRootPath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\",
+ "Documents": [
+ {
+ "AbsoluteMoniker": "D:0:0:{D2051D35-AE15-42FF-985B-F2CA99312901}|BLL\\BLL.csproj|c:\\users\\bastian castro\\documents\\integracion_dga\\bll\\enviodga.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+ "RelativeMoniker": "D:0:0:{D2051D35-AE15-42FF-985B-F2CA99312901}|BLL\\BLL.csproj|solutionrelative:bll\\enviodga.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+ },
+ {
+ "AbsoluteMoniker": "D:0:0:{E7F63FE5-0448-4903-9247-D57A4BCB6A01}|DAS\\DAS.csproj|c:\\users\\bastian castro\\documents\\integracion_dga\\das\\registrarmedicion.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+ "RelativeMoniker": "D:0:0:{E7F63FE5-0448-4903-9247-D57A4BCB6A01}|DAS\\DAS.csproj|solutionrelative:das\\registrarmedicion.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+ },
+ {
+ "AbsoluteMoniker": "D:0:0:{5D8AF76D-63BC-4DAA-A6CF-B8FEA0E5D709}|DAL\\DAL.csproj|c:\\users\\bastian castro\\documents\\integracion_dga\\dal\\medicionscadarepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+ "RelativeMoniker": "D:0:0:{5D8AF76D-63BC-4DAA-A6CF-B8FEA0E5D709}|DAL\\DAL.csproj|solutionrelative:dal\\medicionscadarepository.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+ },
+ {
+ "AbsoluteMoniker": "D:0:0:{F14D61AA-FE11-4055-8DE7-898A1C1F9DAF}|Integracion_DGA\\Integracion_DGA.csproj|c:\\users\\bastian castro\\documents\\integracion_dga\\integracion_dga\\program.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+ "RelativeMoniker": "D:0:0:{F14D61AA-FE11-4055-8DE7-898A1C1F9DAF}|Integracion_DGA\\Integracion_DGA.csproj|solutionrelative:integracion_dga\\program.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+ },
+ {
+ "AbsoluteMoniker": "D:0:0:{F14D61AA-FE11-4055-8DE7-898A1C1F9DAF}|Integracion_DGA\\Integracion_DGA.csproj|c:\\users\\bastian castro\\documents\\integracion_dga\\integracion_dga\\appsettings.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}",
+ "RelativeMoniker": "D:0:0:{F14D61AA-FE11-4055-8DE7-898A1C1F9DAF}|Integracion_DGA\\Integracion_DGA.csproj|solutionrelative:integracion_dga\\appsettings.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}"
+ }
+ ],
+ "DocumentGroupContainers": [
+ {
+ "Orientation": 0,
+ "VerticalTabListWidth": 256,
+ "DocumentGroups": [
+ {
+ "DockedWidth": 200,
+ "SelectedChildIndex": 2,
+ "Children": [
+ {
+ "$type": "Document",
+ "DocumentIndex": 3,
+ "Title": "Program.cs",
+ "DocumentMoniker": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\Integracion_DGA\\Program.cs",
+ "RelativeDocumentMoniker": "Integracion_DGA\\Program.cs",
+ "ToolTip": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\Integracion_DGA\\Program.cs",
+ "RelativeToolTip": "Integracion_DGA\\Program.cs",
+ "ViewState": "AgIAAAMAAAAAAAAAAAAAABQAAAA+AAAAAAAAAA==",
+ "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+ "WhenOpened": "2025-06-24T18:18:50.842Z",
+ "IsPinned": true,
+ "EditorCaption": ""
+ },
+ {
+ "$type": "Document",
+ "DocumentIndex": 2,
+ "Title": "MedicionScadaRepository.cs",
+ "DocumentMoniker": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\DAL\\MedicionScadaRepository.cs",
+ "RelativeDocumentMoniker": "DAL\\MedicionScadaRepository.cs",
+ "ToolTip": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\DAL\\MedicionScadaRepository.cs",
+ "RelativeToolTip": "DAL\\MedicionScadaRepository.cs",
+ "ViewState": "AgIAAAAAAAAAAAAAAAAAAAgAAAAoAAAAAAAAAA==",
+ "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+ "WhenOpened": "2025-06-24T18:17:41.699Z",
+ "IsPinned": true,
+ "EditorCaption": ""
+ },
+ {
+ "$type": "Document",
+ "DocumentIndex": 0,
+ "Title": "EnvioDGA.cs",
+ "DocumentMoniker": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\BLL\\EnvioDGA.cs",
+ "RelativeDocumentMoniker": "BLL\\EnvioDGA.cs",
+ "ToolTip": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\BLL\\EnvioDGA.cs",
+ "RelativeToolTip": "BLL\\EnvioDGA.cs",
+ "ViewState": "AgIAAAMAAAAAAAAAAAAAABkAAAAFAAAAAAAAAA==",
+ "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+ "WhenOpened": "2025-06-24T18:16:40.903Z",
+ "IsPinned": true,
+ "EditorCaption": ""
+ },
+ {
+ "$type": "Document",
+ "DocumentIndex": 4,
+ "Title": "appsettings.json",
+ "DocumentMoniker": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\Integracion_DGA\\appsettings.json",
+ "RelativeDocumentMoniker": "Integracion_DGA\\appsettings.json",
+ "ToolTip": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\Integracion_DGA\\appsettings.json",
+ "RelativeToolTip": "Integracion_DGA\\appsettings.json",
+ "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==",
+ "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001642|",
+ "WhenOpened": "2025-06-24T18:16:28.932Z",
+ "IsPinned": true,
+ "EditorCaption": ""
+ },
+ {
+ "$type": "Document",
+ "DocumentIndex": 1,
+ "Title": "RegistrarMedicion.cs",
+ "DocumentMoniker": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\DAS\\RegistrarMedicion.cs",
+ "RelativeDocumentMoniker": "DAS\\RegistrarMedicion.cs",
+ "ToolTip": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\DAS\\RegistrarMedicion.cs",
+ "RelativeToolTip": "DAS\\RegistrarMedicion.cs",
+ "ViewState": "AgIAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAA==",
+ "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+ "WhenOpened": "2025-06-24T18:44:08.866Z",
+ "EditorCaption": ""
+ }
+ ]
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/.vs/Integracion_DGA/v17/TestStore/0/000.testlog b/.vs/Integracion_DGA/v17/TestStore/0/000.testlog
new file mode 100644
index 0000000..d68ec94
Binary files /dev/null and b/.vs/Integracion_DGA/v17/TestStore/0/000.testlog differ
diff --git a/.vs/Integracion_DGA/v17/TestStore/0/testlog.manifest b/.vs/Integracion_DGA/v17/TestStore/0/testlog.manifest
new file mode 100644
index 0000000..e92ede2
Binary files /dev/null and b/.vs/Integracion_DGA/v17/TestStore/0/testlog.manifest differ
diff --git a/.vs/ProjectEvaluation/integracion_dga.metadata.v9.bin b/.vs/ProjectEvaluation/integracion_dga.metadata.v9.bin
new file mode 100644
index 0000000..d8da3b1
Binary files /dev/null and b/.vs/ProjectEvaluation/integracion_dga.metadata.v9.bin differ
diff --git a/.vs/ProjectEvaluation/integracion_dga.projects.v9.bin b/.vs/ProjectEvaluation/integracion_dga.projects.v9.bin
new file mode 100644
index 0000000..ef5eda5
Binary files /dev/null and b/.vs/ProjectEvaluation/integracion_dga.projects.v9.bin differ
diff --git a/.vs/ProjectEvaluation/integracion_dga.strings.v9.bin b/.vs/ProjectEvaluation/integracion_dga.strings.v9.bin
new file mode 100644
index 0000000..eb380b6
Binary files /dev/null and b/.vs/ProjectEvaluation/integracion_dga.strings.v9.bin differ
diff --git a/BLL/EnvioDGA.cs b/BLL/EnvioDGA.cs
index 608df5d..c6eddef 100644
--- a/BLL/EnvioDGA.cs
+++ b/BLL/EnvioDGA.cs
@@ -1,7 +1,6 @@
using Microsoft.Extensions.Configuration;
using Shared.DTO;
using DAL;
-using DAS;
namespace BLL
{
@@ -9,57 +8,20 @@ namespace BLL
{
private readonly IConfiguration _configuration;
private readonly MedicionScadaRepository _dGAMedicionScadaRepository;
- private readonly RegistrarMedicion _registrarMedicion;
- private static string? password;
- private static string? rutEmpresa;
- private static string? rutUsuario;
- public EnvioDGA(IConfiguration configuration, MedicionScadaRepository dGAMedicionScadaRepository, RegistrarMedicion registrarMedicion)
+ public EnvioDGA(IConfiguration configuration, MedicionScadaRepository dGAMedicionScadaRepository)
{
_configuration = configuration ?? new ConfigurationBuilder()
.SetBasePath(AppContext.BaseDirectory)
.AddJsonFile("appsettings.json", optional: false, reloadOnChange: true)
.Build();
+
_dGAMedicionScadaRepository = dGAMedicionScadaRepository;
- _registrarMedicion = registrarMedicion;
- rutUsuario = _configuration["Credenciales:rutEmpresa"] ?? "";
- rutEmpresa = _configuration["Credenciales:rutUsuario"] ?? "" ?? "";
- password = _configuration["Credenciales:password"] ?? "";
}
public async Task> ObtenerMedicionesAsync()
{
- var mediciones = await _dGAMedicionScadaRepository.ObtenerMedicionesAsync();
-
- foreach (var medicion in mediciones)
- {
- if (!string.IsNullOrEmpty(medicion.Code))
- {
- var body = new MedicionSubterraneaRequest
- {
- Autenticacion = new Autenticacion
- {
- Password = password,
- RutEmpresa = rutEmpresa,
- RutUsuario = rutUsuario
- },
- MedicionSubterranea = new Medicion
- {
- Caudal = medicion.Caudal.ToString() ?? "",
- FechaMedicion = medicion.DateOrigen?.ToString("yyyy-MM-dd") ?? "",
- HoraMedicion = medicion.DateOrigen?.ToString("HH:mm:ss") ?? "",
- NivelFreaticoDelPozo = "",
- Totalizador = medicion.Totalizador.ToString() ?? "",
- }
- };
-
- await _registrarMedicion.EnviarMedicionAsync(medicion.Code, body);
- }
- }
-
-
-
- return mediciones;
+ return await _dGAMedicionScadaRepository.ObtenerMedicionesAsync();
}
}
}
diff --git a/BLL/bin/Debug/net8.0/BLL.deps.json b/BLL/bin/Debug/net8.0/BLL.deps.json
new file mode 100644
index 0000000..6008601
--- /dev/null
+++ b/BLL/bin/Debug/net8.0/BLL.deps.json
@@ -0,0 +1,923 @@
+{
+ "runtimeTarget": {
+ "name": ".NETCoreApp,Version=v8.0",
+ "signature": ""
+ },
+ "compilationOptions": {},
+ "targets": {
+ ".NETCoreApp,Version=v8.0": {
+ "BLL/1.0.0": {
+ "dependencies": {
+ "DAL": "1.0.0",
+ "DAS": "1.0.0",
+ "Shared": "1.0.0"
+ },
+ "runtime": {
+ "BLL.dll": {}
+ }
+ },
+ "Azure.Core/1.38.0": {
+ "dependencies": {
+ "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
+ "System.ClientModel": "1.0.0",
+ "System.Diagnostics.DiagnosticSource": "6.0.1",
+ "System.Memory.Data": "1.0.2",
+ "System.Numerics.Vectors": "4.5.0",
+ "System.Text.Encodings.Web": "9.0.6",
+ "System.Text.Json": "9.0.6",
+ "System.Threading.Tasks.Extensions": "4.5.4"
+ },
+ "runtime": {
+ "lib/net6.0/Azure.Core.dll": {
+ "assemblyVersion": "1.38.0.0",
+ "fileVersion": "1.3800.24.12602"
+ }
+ }
+ },
+ "Azure.Identity/1.11.4": {
+ "dependencies": {
+ "Azure.Core": "1.38.0",
+ "Microsoft.Identity.Client": "4.61.3",
+ "Microsoft.Identity.Client.Extensions.Msal": "4.61.3",
+ "System.Memory": "4.5.4",
+ "System.Security.Cryptography.ProtectedData": "8.0.0",
+ "System.Text.Json": "9.0.6",
+ "System.Threading.Tasks.Extensions": "4.5.4"
+ },
+ "runtime": {
+ "lib/netstandard2.0/Azure.Identity.dll": {
+ "assemblyVersion": "1.11.4.0",
+ "fileVersion": "1.1100.424.31005"
+ }
+ }
+ },
+ "Dapper/2.1.66": {
+ "runtime": {
+ "lib/net8.0/Dapper.dll": {
+ "assemblyVersion": "2.0.0.0",
+ "fileVersion": "2.1.66.48463"
+ }
+ }
+ },
+ "Microsoft.Bcl.AsyncInterfaces/1.1.1": {
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {
+ "assemblyVersion": "1.0.0.0",
+ "fileVersion": "4.700.20.21406"
+ }
+ }
+ },
+ "Microsoft.Bcl.Cryptography/8.0.0": {
+ "runtime": {
+ "lib/net8.0/Microsoft.Bcl.Cryptography.dll": {
+ "assemblyVersion": "8.0.0.0",
+ "fileVersion": "8.0.23.53103"
+ }
+ }
+ },
+ "Microsoft.Data.SqlClient/6.0.2": {
+ "dependencies": {
+ "Azure.Identity": "1.11.4",
+ "Microsoft.Bcl.Cryptography": "8.0.0",
+ "Microsoft.Data.SqlClient.SNI.runtime": "6.0.2",
+ "Microsoft.Extensions.Caching.Memory": "8.0.1",
+ "Microsoft.IdentityModel.JsonWebTokens": "7.5.0",
+ "Microsoft.IdentityModel.Protocols.OpenIdConnect": "7.5.0",
+ "Microsoft.SqlServer.Server": "1.0.0",
+ "System.Configuration.ConfigurationManager": "8.0.1",
+ "System.Security.Cryptography.Pkcs": "8.0.1"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Data.SqlClient.dll": {
+ "assemblyVersion": "6.0.0.0",
+ "fileVersion": "6.2.25115.4"
+ }
+ },
+ "resources": {
+ "lib/net8.0/cs/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "cs"
+ },
+ "lib/net8.0/de/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "de"
+ },
+ "lib/net8.0/es/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "es"
+ },
+ "lib/net8.0/fr/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "fr"
+ },
+ "lib/net8.0/it/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "it"
+ },
+ "lib/net8.0/ja/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "ja"
+ },
+ "lib/net8.0/ko/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "ko"
+ },
+ "lib/net8.0/pl/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "pl"
+ },
+ "lib/net8.0/pt-BR/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "pt-BR"
+ },
+ "lib/net8.0/ru/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "ru"
+ },
+ "lib/net8.0/tr/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "tr"
+ },
+ "lib/net8.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "zh-Hans"
+ },
+ "lib/net8.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "zh-Hant"
+ }
+ },
+ "runtimeTargets": {
+ "runtimes/unix/lib/net8.0/Microsoft.Data.SqlClient.dll": {
+ "rid": "unix",
+ "assetType": "runtime",
+ "assemblyVersion": "6.0.0.0",
+ "fileVersion": "6.2.25115.4"
+ },
+ "runtimes/win/lib/net8.0/Microsoft.Data.SqlClient.dll": {
+ "rid": "win",
+ "assetType": "runtime",
+ "assemblyVersion": "6.0.0.0",
+ "fileVersion": "6.2.25115.4"
+ }
+ }
+ },
+ "Microsoft.Data.SqlClient.SNI.runtime/6.0.2": {
+ "runtimeTargets": {
+ "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": {
+ "rid": "win-arm64",
+ "assetType": "native",
+ "fileVersion": "6.2.0.0"
+ },
+ "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": {
+ "rid": "win-x64",
+ "assetType": "native",
+ "fileVersion": "6.2.0.0"
+ },
+ "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": {
+ "rid": "win-x86",
+ "assetType": "native",
+ "fileVersion": "6.2.0.0"
+ }
+ }
+ },
+ "Microsoft.Extensions.Caching.Abstractions/8.0.0": {
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "9.0.6"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": {
+ "assemblyVersion": "8.0.0.0",
+ "fileVersion": "8.0.23.53103"
+ }
+ }
+ },
+ "Microsoft.Extensions.Caching.Memory/8.0.1": {
+ "dependencies": {
+ "Microsoft.Extensions.Caching.Abstractions": "8.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2",
+ "Microsoft.Extensions.Logging.Abstractions": "8.0.2",
+ "Microsoft.Extensions.Options": "8.0.2",
+ "Microsoft.Extensions.Primitives": "9.0.6"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": {
+ "assemblyVersion": "8.0.0.0",
+ "fileVersion": "8.0.1024.46610"
+ }
+ }
+ },
+ "Microsoft.Extensions.Configuration/9.0.6": {
+ "dependencies": {
+ "Microsoft.Extensions.Configuration.Abstractions": "9.0.6",
+ "Microsoft.Extensions.Primitives": "9.0.6"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Configuration.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.625.26613"
+ }
+ }
+ },
+ "Microsoft.Extensions.Configuration.Abstractions/9.0.6": {
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "9.0.6"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.625.26613"
+ }
+ }
+ },
+ "Microsoft.Extensions.Configuration.FileExtensions/9.0.6": {
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": "9.0.6",
+ "Microsoft.Extensions.Configuration.Abstractions": "9.0.6",
+ "Microsoft.Extensions.FileProviders.Abstractions": "9.0.6",
+ "Microsoft.Extensions.FileProviders.Physical": "9.0.6",
+ "Microsoft.Extensions.Primitives": "9.0.6"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.625.26613"
+ }
+ }
+ },
+ "Microsoft.Extensions.Configuration.Json/9.0.6": {
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": "9.0.6",
+ "Microsoft.Extensions.Configuration.Abstractions": "9.0.6",
+ "Microsoft.Extensions.Configuration.FileExtensions": "9.0.6",
+ "Microsoft.Extensions.FileProviders.Abstractions": "9.0.6",
+ "System.Text.Json": "9.0.6"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.625.26613"
+ }
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.2": {
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "assemblyVersion": "8.0.0.0",
+ "fileVersion": "8.0.1024.46610"
+ }
+ }
+ },
+ "Microsoft.Extensions.FileProviders.Abstractions/9.0.6": {
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "9.0.6"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.625.26613"
+ }
+ }
+ },
+ "Microsoft.Extensions.FileProviders.Physical/9.0.6": {
+ "dependencies": {
+ "Microsoft.Extensions.FileProviders.Abstractions": "9.0.6",
+ "Microsoft.Extensions.FileSystemGlobbing": "9.0.6",
+ "Microsoft.Extensions.Primitives": "9.0.6"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.625.26613"
+ }
+ }
+ },
+ "Microsoft.Extensions.FileSystemGlobbing/9.0.6": {
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.625.26613"
+ }
+ }
+ },
+ "Microsoft.Extensions.Logging.Abstractions/8.0.2": {
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "assemblyVersion": "8.0.0.0",
+ "fileVersion": "8.0.1024.46610"
+ }
+ }
+ },
+ "Microsoft.Extensions.Options/8.0.2": {
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2",
+ "Microsoft.Extensions.Primitives": "9.0.6"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Options.dll": {
+ "assemblyVersion": "8.0.0.0",
+ "fileVersion": "8.0.224.6711"
+ }
+ }
+ },
+ "Microsoft.Extensions.Primitives/9.0.6": {
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Primitives.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.625.26613"
+ }
+ }
+ },
+ "Microsoft.Identity.Client/4.61.3": {
+ "dependencies": {
+ "Microsoft.IdentityModel.Abstractions": "7.5.0",
+ "System.Diagnostics.DiagnosticSource": "6.0.1"
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Identity.Client.dll": {
+ "assemblyVersion": "4.61.3.0",
+ "fileVersion": "4.61.3.0"
+ }
+ }
+ },
+ "Microsoft.Identity.Client.Extensions.Msal/4.61.3": {
+ "dependencies": {
+ "Microsoft.Identity.Client": "4.61.3",
+ "System.Security.Cryptography.ProtectedData": "8.0.0"
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll": {
+ "assemblyVersion": "4.61.3.0",
+ "fileVersion": "4.61.3.0"
+ }
+ }
+ },
+ "Microsoft.IdentityModel.Abstractions/7.5.0": {
+ "runtime": {
+ "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": {
+ "assemblyVersion": "7.5.0.0",
+ "fileVersion": "7.5.0.50326"
+ }
+ }
+ },
+ "Microsoft.IdentityModel.JsonWebTokens/7.5.0": {
+ "dependencies": {
+ "Microsoft.IdentityModel.Tokens": "7.5.0"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
+ "assemblyVersion": "7.5.0.0",
+ "fileVersion": "7.5.0.50326"
+ }
+ }
+ },
+ "Microsoft.IdentityModel.Logging/7.5.0": {
+ "dependencies": {
+ "Microsoft.IdentityModel.Abstractions": "7.5.0"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.IdentityModel.Logging.dll": {
+ "assemblyVersion": "7.5.0.0",
+ "fileVersion": "7.5.0.50326"
+ }
+ }
+ },
+ "Microsoft.IdentityModel.Protocols/7.5.0": {
+ "dependencies": {
+ "Microsoft.IdentityModel.Tokens": "7.5.0"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.IdentityModel.Protocols.dll": {
+ "assemblyVersion": "7.5.0.0",
+ "fileVersion": "7.5.0.50326"
+ }
+ }
+ },
+ "Microsoft.IdentityModel.Protocols.OpenIdConnect/7.5.0": {
+ "dependencies": {
+ "Microsoft.IdentityModel.Protocols": "7.5.0",
+ "System.IdentityModel.Tokens.Jwt": "7.5.0"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {
+ "assemblyVersion": "7.5.0.0",
+ "fileVersion": "7.5.0.50326"
+ }
+ }
+ },
+ "Microsoft.IdentityModel.Tokens/7.5.0": {
+ "dependencies": {
+ "Microsoft.IdentityModel.Logging": "7.5.0"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.IdentityModel.Tokens.dll": {
+ "assemblyVersion": "7.5.0.0",
+ "fileVersion": "7.5.0.50326"
+ }
+ }
+ },
+ "Microsoft.SqlServer.Server/1.0.0": {
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": {
+ "assemblyVersion": "1.0.0.0",
+ "fileVersion": "1.0.0.0"
+ }
+ }
+ },
+ "System.ClientModel/1.0.0": {
+ "dependencies": {
+ "System.Memory.Data": "1.0.2",
+ "System.Text.Json": "9.0.6"
+ },
+ "runtime": {
+ "lib/net6.0/System.ClientModel.dll": {
+ "assemblyVersion": "1.0.0.0",
+ "fileVersion": "1.0.24.5302"
+ }
+ }
+ },
+ "System.Configuration.ConfigurationManager/8.0.1": {
+ "dependencies": {
+ "System.Diagnostics.EventLog": "8.0.1",
+ "System.Security.Cryptography.ProtectedData": "8.0.0"
+ },
+ "runtime": {
+ "lib/net8.0/System.Configuration.ConfigurationManager.dll": {
+ "assemblyVersion": "8.0.0.0",
+ "fileVersion": "8.0.1024.46610"
+ }
+ }
+ },
+ "System.Diagnostics.DiagnosticSource/6.0.1": {
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ }
+ },
+ "System.Diagnostics.EventLog/8.0.1": {
+ "runtime": {
+ "lib/net8.0/System.Diagnostics.EventLog.dll": {
+ "assemblyVersion": "8.0.0.0",
+ "fileVersion": "8.0.1024.46610"
+ }
+ },
+ "runtimeTargets": {
+ "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll": {
+ "rid": "win",
+ "assetType": "runtime",
+ "assemblyVersion": "8.0.0.0",
+ "fileVersion": "0.0.0.0"
+ },
+ "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll": {
+ "rid": "win",
+ "assetType": "runtime",
+ "assemblyVersion": "8.0.0.0",
+ "fileVersion": "8.0.1024.46610"
+ }
+ }
+ },
+ "System.IdentityModel.Tokens.Jwt/7.5.0": {
+ "dependencies": {
+ "Microsoft.IdentityModel.JsonWebTokens": "7.5.0",
+ "Microsoft.IdentityModel.Tokens": "7.5.0"
+ },
+ "runtime": {
+ "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": {
+ "assemblyVersion": "7.5.0.0",
+ "fileVersion": "7.5.0.50326"
+ }
+ }
+ },
+ "System.IO.Pipelines/9.0.6": {
+ "runtime": {
+ "lib/net8.0/System.IO.Pipelines.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.625.26613"
+ }
+ }
+ },
+ "System.Memory/4.5.4": {},
+ "System.Memory.Data/1.0.2": {
+ "dependencies": {
+ "System.Text.Encodings.Web": "9.0.6",
+ "System.Text.Json": "9.0.6"
+ },
+ "runtime": {
+ "lib/netstandard2.0/System.Memory.Data.dll": {
+ "assemblyVersion": "1.0.2.0",
+ "fileVersion": "1.0.221.20802"
+ }
+ }
+ },
+ "System.Numerics.Vectors/4.5.0": {},
+ "System.Runtime.CompilerServices.Unsafe/6.0.0": {},
+ "System.Security.Cryptography.Pkcs/8.0.1": {
+ "runtime": {
+ "lib/net8.0/System.Security.Cryptography.Pkcs.dll": {
+ "assemblyVersion": "8.0.0.0",
+ "fileVersion": "8.0.1024.46610"
+ }
+ },
+ "runtimeTargets": {
+ "runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.dll": {
+ "rid": "win",
+ "assetType": "runtime",
+ "assemblyVersion": "8.0.0.0",
+ "fileVersion": "8.0.1024.46610"
+ }
+ }
+ },
+ "System.Security.Cryptography.ProtectedData/8.0.0": {
+ "runtime": {
+ "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": {
+ "assemblyVersion": "8.0.0.0",
+ "fileVersion": "8.0.23.53103"
+ }
+ }
+ },
+ "System.Text.Encodings.Web/9.0.6": {
+ "runtime": {
+ "lib/net8.0/System.Text.Encodings.Web.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.625.26613"
+ }
+ },
+ "runtimeTargets": {
+ "runtimes/browser/lib/net8.0/System.Text.Encodings.Web.dll": {
+ "rid": "browser",
+ "assetType": "runtime",
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.625.26613"
+ }
+ }
+ },
+ "System.Text.Json/9.0.6": {
+ "dependencies": {
+ "System.IO.Pipelines": "9.0.6",
+ "System.Text.Encodings.Web": "9.0.6"
+ },
+ "runtime": {
+ "lib/net8.0/System.Text.Json.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.625.26613"
+ }
+ }
+ },
+ "System.Threading.Tasks.Extensions/4.5.4": {},
+ "DAL/1.0.0": {
+ "dependencies": {
+ "Dapper": "2.1.66",
+ "Microsoft.Data.SqlClient": "6.0.2",
+ "Microsoft.Extensions.Configuration": "9.0.6",
+ "Microsoft.Extensions.Configuration.Json": "9.0.6",
+ "Shared": "1.0.0"
+ },
+ "runtime": {
+ "DAL.dll": {
+ "assemblyVersion": "1.0.0.0",
+ "fileVersion": "1.0.0.0"
+ }
+ }
+ },
+ "DAS/1.0.0": {
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": "9.0.6",
+ "Shared": "1.0.0"
+ },
+ "runtime": {
+ "DAS.dll": {
+ "assemblyVersion": "1.0.0.0",
+ "fileVersion": "1.0.0.0"
+ }
+ }
+ },
+ "Shared/1.0.0": {
+ "runtime": {
+ "Shared.dll": {
+ "assemblyVersion": "1.0.0.0",
+ "fileVersion": "1.0.0.0"
+ }
+ }
+ }
+ }
+ },
+ "libraries": {
+ "BLL/1.0.0": {
+ "type": "project",
+ "serviceable": false,
+ "sha512": ""
+ },
+ "Azure.Core/1.38.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-IuEgCoVA0ef7E4pQtpC3+TkPbzaoQfa77HlfJDmfuaJUCVJmn7fT0izamZiryW5sYUFKizsftIxMkXKbgIcPMQ==",
+ "path": "azure.core/1.38.0",
+ "hashPath": "azure.core.1.38.0.nupkg.sha512"
+ },
+ "Azure.Identity/1.11.4": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-Sf4BoE6Q3jTgFkgBkx7qztYOFELBCo+wQgpYDwal/qJ1unBH73ywPztIJKXBXORRzAeNijsuxhk94h0TIMvfYg==",
+ "path": "azure.identity/1.11.4",
+ "hashPath": "azure.identity.1.11.4.nupkg.sha512"
+ },
+ "Dapper/2.1.66": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-/q77jUgDOS+bzkmk3Vy9SiWMaetTw+NOoPAV0xPBsGVAyljd5S6P+4RUW7R3ZUGGr9lDRyPKgAMj2UAOwvqZYw==",
+ "path": "dapper/2.1.66",
+ "hashPath": "dapper.2.1.66.nupkg.sha512"
+ },
+ "Microsoft.Bcl.AsyncInterfaces/1.1.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-yuvf07qFWFqtK3P/MRkEKLhn5r2UbSpVueRziSqj0yJQIKFwG1pq9mOayK3zE5qZCTs0CbrwL9M6R8VwqyGy2w==",
+ "path": "microsoft.bcl.asyncinterfaces/1.1.1",
+ "hashPath": "microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512"
+ },
+ "Microsoft.Bcl.Cryptography/8.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-Y3t/c7C5XHJGFDnohjf1/9SYF3ZOfEU1fkNQuKg/dGf9hN18yrQj2owHITGfNS3+lKJdW6J4vY98jYu57jCO8A==",
+ "path": "microsoft.bcl.cryptography/8.0.0",
+ "hashPath": "microsoft.bcl.cryptography.8.0.0.nupkg.sha512"
+ },
+ "Microsoft.Data.SqlClient/6.0.2": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-RDqwzNu5slSqGy0eSgnN4fuLdGI1w9ZHBRNALrbUsykOIbXtGCpyotG0r5zz+HHtzxbe6LtcAyWcOiu0a+Fx/A==",
+ "path": "microsoft.data.sqlclient/6.0.2",
+ "hashPath": "microsoft.data.sqlclient.6.0.2.nupkg.sha512"
+ },
+ "Microsoft.Data.SqlClient.SNI.runtime/6.0.2": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-f+pRODTWX7Y67jXO3T5S2dIPZ9qMJNySjlZT/TKmWVNWe19N8jcWmHaqHnnchaq3gxEKv1SWVY5EFzOD06l41w==",
+ "path": "microsoft.data.sqlclient.sni.runtime/6.0.2",
+ "hashPath": "microsoft.data.sqlclient.sni.runtime.6.0.2.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Caching.Abstractions/8.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-3KuSxeHoNYdxVYfg2IRZCThcrlJ1XJqIXkAWikCsbm5C/bCjv7G0WoKDyuR98Q+T607QT2Zl5GsbGRkENcV2yQ==",
+ "path": "microsoft.extensions.caching.abstractions/8.0.0",
+ "hashPath": "microsoft.extensions.caching.abstractions.8.0.0.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Caching.Memory/8.0.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-HFDnhYLccngrzyGgHkjEDU5FMLn4MpOsr5ElgsBMC4yx6lJh4jeWO7fHS8+TXPq+dgxCmUa/Trl8svObmwW4QA==",
+ "path": "microsoft.extensions.caching.memory/8.0.1",
+ "hashPath": "microsoft.extensions.caching.memory.8.0.1.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Configuration/9.0.6": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-VWB5jdkxHsRiuoniTqwOL32R4OWyp5If/bAucLjRJczRVNcwb8iCXKLjn3Inv8fv+jHMVMnvQLg7xhSys+y5PA==",
+ "path": "microsoft.extensions.configuration/9.0.6",
+ "hashPath": "microsoft.extensions.configuration.9.0.6.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Configuration.Abstractions/9.0.6": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-3GgMIi2jP8g1fBW93Z9b9Unamc0SIsgyhiCmC91gq4loTixK9vQMuxxUsfJ1kRGwn+/FqLKwOHqmn0oYWn3Fvw==",
+ "path": "microsoft.extensions.configuration.abstractions/9.0.6",
+ "hashPath": "microsoft.extensions.configuration.abstractions.9.0.6.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Configuration.FileExtensions/9.0.6": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-pCEueasI5JhJ24KYzMFxtG40zyLnWpcQYawpARh9FNq9XbWozuWgexmdkPa8p8YoVNlpi3ecKfcjfoRMkKAufw==",
+ "path": "microsoft.extensions.configuration.fileextensions/9.0.6",
+ "hashPath": "microsoft.extensions.configuration.fileextensions.9.0.6.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Configuration.Json/9.0.6": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-N0dgOYQ9tDzJouL9Tyx2dgMCcHV2pBaY8yVtorbDqYYwiDRS2zd1TbhTA2FMHqXF3SMjBoO+gONZcDoA79gdSA==",
+ "path": "microsoft.extensions.configuration.json/9.0.6",
+ "hashPath": "microsoft.extensions.configuration.json.9.0.6.nupkg.sha512"
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.2": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-3iE7UF7MQkCv1cxzCahz+Y/guQbTqieyxyaWKhrRO91itI9cOKO76OHeQDahqG4MmW5umr3CcCvGmK92lWNlbg==",
+ "path": "microsoft.extensions.dependencyinjection.abstractions/8.0.2",
+ "hashPath": "microsoft.extensions.dependencyinjection.abstractions.8.0.2.nupkg.sha512"
+ },
+ "Microsoft.Extensions.FileProviders.Abstractions/9.0.6": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-q9FPkSGVA9ipI255p3PBAvWNXas5Tzjyp/DwYSwT+46mIFw9fWZahsF6vHpoxLt5/vtANotH2sAm7HunuFIx9g==",
+ "path": "microsoft.extensions.fileproviders.abstractions/9.0.6",
+ "hashPath": "microsoft.extensions.fileproviders.abstractions.9.0.6.nupkg.sha512"
+ },
+ "Microsoft.Extensions.FileProviders.Physical/9.0.6": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-l+dFA0NRl90vSIiJNy5d7V0kpTEOWHTqbgoWYzlTwF5uiM5sWJ953haaELKE05jkyJdnemVTnqjrlgo4wo7oyg==",
+ "path": "microsoft.extensions.fileproviders.physical/9.0.6",
+ "hashPath": "microsoft.extensions.fileproviders.physical.9.0.6.nupkg.sha512"
+ },
+ "Microsoft.Extensions.FileSystemGlobbing/9.0.6": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-1HJCAbwukNEoYbHgHbKHmenU0V/0huw8+i7Qtf5rLUG1E+3kEwRJQxpwD3wbTEagIgPSQisNgJTvmUX9yYVc6g==",
+ "path": "microsoft.extensions.filesystemglobbing/9.0.6",
+ "hashPath": "microsoft.extensions.filesystemglobbing.9.0.6.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Logging.Abstractions/8.0.2": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-nroMDjS7hNBPtkZqVBbSiQaQjWRDxITI8Y7XnDs97rqG3EbzVTNLZQf7bIeUJcaHOV8bca47s1Uxq94+2oGdxA==",
+ "path": "microsoft.extensions.logging.abstractions/8.0.2",
+ "hashPath": "microsoft.extensions.logging.abstractions.8.0.2.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Options/8.0.2": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-dWGKvhFybsaZpGmzkGCbNNwBD1rVlWzrZKANLW/CcbFJpCEceMCGzT7zZwHOGBCbwM0SzBuceMj5HN1LKV1QqA==",
+ "path": "microsoft.extensions.options/8.0.2",
+ "hashPath": "microsoft.extensions.options.8.0.2.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Primitives/9.0.6": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-BHniU24QV67qp1pJknqYSofAPYGmijGI8D+ci9yfw33iuFdyOeB9lWTg78ThyYLyQwZw3s0vZ36VMb0MqbUuLw==",
+ "path": "microsoft.extensions.primitives/9.0.6",
+ "hashPath": "microsoft.extensions.primitives.9.0.6.nupkg.sha512"
+ },
+ "Microsoft.Identity.Client/4.61.3": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-naJo/Qm35Caaoxp5utcw+R8eU8ZtLz2ALh8S+gkekOYQ1oazfCQMWVT4NJ/FnHzdIJlm8dMz0oMpMGCabx5odA==",
+ "path": "microsoft.identity.client/4.61.3",
+ "hashPath": "microsoft.identity.client.4.61.3.nupkg.sha512"
+ },
+ "Microsoft.Identity.Client.Extensions.Msal/4.61.3": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-PWnJcznrSGr25MN8ajlc2XIDW4zCFu0U6FkpaNLEWLgd1NgFCp5uDY3mqLDgM8zCN8hqj8yo5wHYfLB2HjcdGw==",
+ "path": "microsoft.identity.client.extensions.msal/4.61.3",
+ "hashPath": "microsoft.identity.client.extensions.msal.4.61.3.nupkg.sha512"
+ },
+ "Microsoft.IdentityModel.Abstractions/7.5.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-seOFPaBQh2K683eFujAuDsrO2XbOA+SvxRli+wu7kl+ZymuGQzjmmUKfyFHmDazpPOBnmOX1ZnjX7zFDZHyNIA==",
+ "path": "microsoft.identitymodel.abstractions/7.5.0",
+ "hashPath": "microsoft.identitymodel.abstractions.7.5.0.nupkg.sha512"
+ },
+ "Microsoft.IdentityModel.JsonWebTokens/7.5.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-mfyiGptbcH+oYrzAtWWwuV+7MoM0G0si+9owaj6DGWInhq/N/KDj/pWHhq1ShdmBu332gjP+cppjgwBpsOj7Fg==",
+ "path": "microsoft.identitymodel.jsonwebtokens/7.5.0",
+ "hashPath": "microsoft.identitymodel.jsonwebtokens.7.5.0.nupkg.sha512"
+ },
+ "Microsoft.IdentityModel.Logging/7.5.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-3BInZEajJvnTDP/YRrmJ3Fyw8XAWWR9jG+3FkhhzRJJYItVL+BEH9qlgxSmtrxp7S7N6TOv+Y+X8BG61viiehQ==",
+ "path": "microsoft.identitymodel.logging/7.5.0",
+ "hashPath": "microsoft.identitymodel.logging.7.5.0.nupkg.sha512"
+ },
+ "Microsoft.IdentityModel.Protocols/7.5.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-ugyb0Nm+I+UrHGYg28mL8oCV31xZrOEbs8fQkcShUoKvgk22HroD2odCnqEf56CoAFYTwoDExz8deXzrFC+TyA==",
+ "path": "microsoft.identitymodel.protocols/7.5.0",
+ "hashPath": "microsoft.identitymodel.protocols.7.5.0.nupkg.sha512"
+ },
+ "Microsoft.IdentityModel.Protocols.OpenIdConnect/7.5.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-/U3I/8uutTqZr2n/zt0q08bluYklq+5VWP7ZuOGpTUR1ln5bSbrexAzdSGzrhxTxNNbHMCU8Mn2bNQvcmehAxg==",
+ "path": "microsoft.identitymodel.protocols.openidconnect/7.5.0",
+ "hashPath": "microsoft.identitymodel.protocols.openidconnect.7.5.0.nupkg.sha512"
+ },
+ "Microsoft.IdentityModel.Tokens/7.5.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-owe33wqe0ZbwBxM3D90I0XotxNyTdl85jud03d+OrUOJNnTiqnYePwBk3WU9yW0Rk5CYX+sfSim7frmu6jeEzQ==",
+ "path": "microsoft.identitymodel.tokens/7.5.0",
+ "hashPath": "microsoft.identitymodel.tokens.7.5.0.nupkg.sha512"
+ },
+ "Microsoft.SqlServer.Server/1.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-N4KeF3cpcm1PUHym1RmakkzfkEv3GRMyofVv40uXsQhCQeglr2OHNcUk2WOG51AKpGO8ynGpo9M/kFXSzghwug==",
+ "path": "microsoft.sqlserver.server/1.0.0",
+ "hashPath": "microsoft.sqlserver.server.1.0.0.nupkg.sha512"
+ },
+ "System.ClientModel/1.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-I3CVkvxeqFYjIVEP59DnjbeoGNfo/+SZrCLpRz2v/g0gpCHaEMPtWSY0s9k/7jR1rAsLNg2z2u1JRB76tPjnIw==",
+ "path": "system.clientmodel/1.0.0",
+ "hashPath": "system.clientmodel.1.0.0.nupkg.sha512"
+ },
+ "System.Configuration.ConfigurationManager/8.0.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-gPYFPDyohW2gXNhdQRSjtmeS6FymL2crg4Sral1wtvEJ7DUqFCDWDVbbLobASbzxfic8U1hQEdC7hmg9LHncMw==",
+ "path": "system.configuration.configurationmanager/8.0.1",
+ "hashPath": "system.configuration.configurationmanager.8.0.1.nupkg.sha512"
+ },
+ "System.Diagnostics.DiagnosticSource/6.0.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-KiLYDu2k2J82Q9BJpWiuQqCkFjRBWVq4jDzKKWawVi9KWzyD0XG3cmfX0vqTQlL14Wi9EufJrbL0+KCLTbqWiQ==",
+ "path": "system.diagnostics.diagnosticsource/6.0.1",
+ "hashPath": "system.diagnostics.diagnosticsource.6.0.1.nupkg.sha512"
+ },
+ "System.Diagnostics.EventLog/8.0.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-n1ZP7NM2Gkn/MgD8+eOT5MulMj6wfeQMNS2Pizvq5GHCZfjlFMXV2irQlQmJhwA2VABC57M0auudO89Iu2uRLg==",
+ "path": "system.diagnostics.eventlog/8.0.1",
+ "hashPath": "system.diagnostics.eventlog.8.0.1.nupkg.sha512"
+ },
+ "System.IdentityModel.Tokens.Jwt/7.5.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-D0TtrWOfoPdyYSlvOGaU9F1QR+qrbgJ/4eiEsQkIz7YQKIKkGXQldXukn6cYG9OahSq5UVMvyAIObECpH6Wglg==",
+ "path": "system.identitymodel.tokens.jwt/7.5.0",
+ "hashPath": "system.identitymodel.tokens.jwt.7.5.0.nupkg.sha512"
+ },
+ "System.IO.Pipelines/9.0.6": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-0nlr0reXrRmkZNKifKqh2DgGhQgfkT7Qa3gQxIn/JI7/y3WDiTz67M+Sq3vFhUqcG8O5zVrpqHvIHeGPGUBsEw==",
+ "path": "system.io.pipelines/9.0.6",
+ "hashPath": "system.io.pipelines.9.0.6.nupkg.sha512"
+ },
+ "System.Memory/4.5.4": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==",
+ "path": "system.memory/4.5.4",
+ "hashPath": "system.memory.4.5.4.nupkg.sha512"
+ },
+ "System.Memory.Data/1.0.2": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-JGkzeqgBsiZwKJZ1IxPNsDFZDhUvuEdX8L8BDC8N3KOj+6zMcNU28CNN59TpZE/VJYy9cP+5M+sbxtWJx3/xtw==",
+ "path": "system.memory.data/1.0.2",
+ "hashPath": "system.memory.data.1.0.2.nupkg.sha512"
+ },
+ "System.Numerics.Vectors/4.5.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==",
+ "path": "system.numerics.vectors/4.5.0",
+ "hashPath": "system.numerics.vectors.4.5.0.nupkg.sha512"
+ },
+ "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==",
+ "path": "system.runtime.compilerservices.unsafe/6.0.0",
+ "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512"
+ },
+ "System.Security.Cryptography.Pkcs/8.0.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-CoCRHFym33aUSf/NtWSVSZa99dkd0Hm7OCZUxORBjRB16LNhIEOf8THPqzIYlvKM0nNDAPTRBa1FxEECrgaxxA==",
+ "path": "system.security.cryptography.pkcs/8.0.1",
+ "hashPath": "system.security.cryptography.pkcs.8.0.1.nupkg.sha512"
+ },
+ "System.Security.Cryptography.ProtectedData/8.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-+TUFINV2q2ifyXauQXRwy4CiBhqvDEDZeVJU7qfxya4aRYOKzVBpN+4acx25VcPB9ywUN6C0n8drWl110PhZEg==",
+ "path": "system.security.cryptography.protecteddata/8.0.0",
+ "hashPath": "system.security.cryptography.protecteddata.8.0.0.nupkg.sha512"
+ },
+ "System.Text.Encodings.Web/9.0.6": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-uWRgViw2yJAUyGxrzDLCc6fkzE2dZIoXxs8V6YjCujKsJuP0pnpYSlbm2/7tKd0SjBnMtwfDQhLenk3bXonVOA==",
+ "path": "system.text.encodings.web/9.0.6",
+ "hashPath": "system.text.encodings.web.9.0.6.nupkg.sha512"
+ },
+ "System.Text.Json/9.0.6": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-h+ZtYTyTnTh5Ju6mHCKb3FPGx4ylJZgm9W7Y2psUnkhQRPMOIxX+TCN0ZgaR/+Yea+93XHWAaMzYTar1/EHIPg==",
+ "path": "system.text.json/9.0.6",
+ "hashPath": "system.text.json.9.0.6.nupkg.sha512"
+ },
+ "System.Threading.Tasks.Extensions/4.5.4": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==",
+ "path": "system.threading.tasks.extensions/4.5.4",
+ "hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512"
+ },
+ "DAL/1.0.0": {
+ "type": "project",
+ "serviceable": false,
+ "sha512": ""
+ },
+ "DAS/1.0.0": {
+ "type": "project",
+ "serviceable": false,
+ "sha512": ""
+ },
+ "Shared/1.0.0": {
+ "type": "project",
+ "serviceable": false,
+ "sha512": ""
+ }
+ }
+}
\ No newline at end of file
diff --git a/BLL/bin/Debug/net8.0/BLL.dll b/BLL/bin/Debug/net8.0/BLL.dll
new file mode 100644
index 0000000..e0eb4f0
Binary files /dev/null and b/BLL/bin/Debug/net8.0/BLL.dll differ
diff --git a/BLL/bin/Debug/net8.0/BLL.pdb b/BLL/bin/Debug/net8.0/BLL.pdb
new file mode 100644
index 0000000..3b10362
Binary files /dev/null and b/BLL/bin/Debug/net8.0/BLL.pdb differ
diff --git a/BLL/bin/Debug/net8.0/DAL.dll b/BLL/bin/Debug/net8.0/DAL.dll
new file mode 100644
index 0000000..0bb1fa6
Binary files /dev/null and b/BLL/bin/Debug/net8.0/DAL.dll differ
diff --git a/BLL/bin/Debug/net8.0/DAL.pdb b/BLL/bin/Debug/net8.0/DAL.pdb
new file mode 100644
index 0000000..48b88ed
Binary files /dev/null and b/BLL/bin/Debug/net8.0/DAL.pdb differ
diff --git a/BLL/bin/Debug/net8.0/DAS.dll b/BLL/bin/Debug/net8.0/DAS.dll
new file mode 100644
index 0000000..02cc1de
Binary files /dev/null and b/BLL/bin/Debug/net8.0/DAS.dll differ
diff --git a/BLL/bin/Debug/net8.0/DAS.pdb b/BLL/bin/Debug/net8.0/DAS.pdb
new file mode 100644
index 0000000..4342c74
Binary files /dev/null and b/BLL/bin/Debug/net8.0/DAS.pdb differ
diff --git a/BLL/bin/Debug/net8.0/Shared.dll b/BLL/bin/Debug/net8.0/Shared.dll
new file mode 100644
index 0000000..6469eb5
Binary files /dev/null and b/BLL/bin/Debug/net8.0/Shared.dll differ
diff --git a/BLL/bin/Debug/net8.0/Shared.pdb b/BLL/bin/Debug/net8.0/Shared.pdb
new file mode 100644
index 0000000..216a884
Binary files /dev/null and b/BLL/bin/Debug/net8.0/Shared.pdb differ
diff --git a/BLL/obj/BLL.csproj.nuget.dgspec.json b/BLL/obj/BLL.csproj.nuget.dgspec.json
new file mode 100644
index 0000000..b5505e9
--- /dev/null
+++ b/BLL/obj/BLL.csproj.nuget.dgspec.json
@@ -0,0 +1,314 @@
+{
+ "format": 1,
+ "restore": {
+ "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\BLL\\BLL.csproj": {}
+ },
+ "projects": {
+ "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\BLL\\BLL.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\BLL\\BLL.csproj",
+ "projectName": "BLL",
+ "projectPath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\BLL\\BLL.csproj",
+ "packagesPath": "C:\\Users\\Bastian Castro\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\BLL\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\Bastian Castro\\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"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0": {
+ "targetAlias": "net8.0",
+ "projectReferences": {
+ "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\DAL\\DAL.csproj": {
+ "projectPath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\DAL\\DAL.csproj"
+ },
+ "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\DAS\\DAS.csproj": {
+ "projectPath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\DAS\\DAS.csproj"
+ },
+ "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\SHARED\\Shared.csproj": {
+ "projectPath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\SHARED\\Shared.csproj"
+ }
+ }
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ },
+ "SdkAnalysisLevel": "9.0.300"
+ },
+ "frameworks": {
+ "net8.0": {
+ "targetAlias": "net8.0",
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.301/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ },
+ "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\DAL\\DAL.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\DAL\\DAL.csproj",
+ "projectName": "DAL",
+ "projectPath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\DAL\\DAL.csproj",
+ "packagesPath": "C:\\Users\\Bastian Castro\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\DAL\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\Bastian Castro\\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"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0": {
+ "targetAlias": "net8.0",
+ "projectReferences": {
+ "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\SHARED\\Shared.csproj": {
+ "projectPath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\SHARED\\Shared.csproj"
+ }
+ }
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ },
+ "SdkAnalysisLevel": "9.0.300"
+ },
+ "frameworks": {
+ "net8.0": {
+ "targetAlias": "net8.0",
+ "dependencies": {
+ "Dapper": {
+ "target": "Package",
+ "version": "[2.1.66, )"
+ },
+ "Microsoft.Data.SqlClient": {
+ "target": "Package",
+ "version": "[6.0.2, )"
+ },
+ "Microsoft.Extensions.Configuration": {
+ "target": "Package",
+ "version": "[9.0.6, )"
+ },
+ "Microsoft.Extensions.Configuration.Json": {
+ "target": "Package",
+ "version": "[9.0.6, )"
+ }
+ },
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.301/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ },
+ "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\DAS\\DAS.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\DAS\\DAS.csproj",
+ "projectName": "DAS",
+ "projectPath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\DAS\\DAS.csproj",
+ "packagesPath": "C:\\Users\\Bastian Castro\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\DAS\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\Bastian Castro\\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"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0": {
+ "targetAlias": "net8.0",
+ "projectReferences": {
+ "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\SHARED\\Shared.csproj": {
+ "projectPath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\SHARED\\Shared.csproj"
+ }
+ }
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ },
+ "SdkAnalysisLevel": "9.0.300"
+ },
+ "frameworks": {
+ "net8.0": {
+ "targetAlias": "net8.0",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": {
+ "target": "Package",
+ "version": "[9.0.6, )"
+ }
+ },
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.301/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ },
+ "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\SHARED\\Shared.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\SHARED\\Shared.csproj",
+ "projectName": "Shared",
+ "projectPath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\SHARED\\Shared.csproj",
+ "packagesPath": "C:\\Users\\Bastian Castro\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\SHARED\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\Bastian Castro\\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"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0": {
+ "targetAlias": "net8.0",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ },
+ "SdkAnalysisLevel": "9.0.300"
+ },
+ "frameworks": {
+ "net8.0": {
+ "targetAlias": "net8.0",
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.301/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/BLL/obj/BLL.csproj.nuget.g.props b/BLL/obj/BLL.csproj.nuget.g.props
new file mode 100644
index 0000000..5f3545a
--- /dev/null
+++ b/BLL/obj/BLL.csproj.nuget.g.props
@@ -0,0 +1,16 @@
+
+
+
+ True
+ NuGet
+ $(MSBuildThisFileDirectory)project.assets.json
+ $(UserProfile)\.nuget\packages\
+ C:\Users\Bastian Castro\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages
+ PackageReference
+ 6.14.0
+
+
+
+
+
+
\ No newline at end of file
diff --git a/BLL/obj/BLL.csproj.nuget.g.targets b/BLL/obj/BLL.csproj.nuget.g.targets
new file mode 100644
index 0000000..c8403a9
--- /dev/null
+++ b/BLL/obj/BLL.csproj.nuget.g.targets
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/BLL/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/BLL/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs
new file mode 100644
index 0000000..2217181
--- /dev/null
+++ b/BLL/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs
@@ -0,0 +1,4 @@
+//
+using System;
+using System.Reflection;
+[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]
diff --git a/BLL/obj/Debug/net8.0/BLL.AssemblyInfo.cs b/BLL/obj/Debug/net8.0/BLL.AssemblyInfo.cs
new file mode 100644
index 0000000..2121f6b
--- /dev/null
+++ b/BLL/obj/Debug/net8.0/BLL.AssemblyInfo.cs
@@ -0,0 +1,23 @@
+//------------------------------------------------------------------------------
+//
+// Este código fue generado por una herramienta.
+// Versión de runtime:4.0.30319.42000
+//
+// Los cambios en este archivo podrían causar un comportamiento incorrecto y se perderán si
+// se vuelve a generar el código.
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("BLL")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+cdcaa6e49f5495b176ca06e37a04b9a4e1d17b40")]
+[assembly: System.Reflection.AssemblyProductAttribute("BLL")]
+[assembly: System.Reflection.AssemblyTitleAttribute("BLL")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+
+// Generado por la clase WriteCodeFragment de MSBuild.
+
diff --git a/BLL/obj/Debug/net8.0/BLL.AssemblyInfoInputs.cache b/BLL/obj/Debug/net8.0/BLL.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..c6f226e
--- /dev/null
+++ b/BLL/obj/Debug/net8.0/BLL.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+d7e3055ce0d6125553f64db7b73b1163cf75ae97a02a2168f1ea6e54e00f5524
diff --git a/BLL/obj/Debug/net8.0/BLL.GeneratedMSBuildEditorConfig.editorconfig b/BLL/obj/Debug/net8.0/BLL.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..80edf90
--- /dev/null
+++ b/BLL/obj/Debug/net8.0/BLL.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,15 @@
+is_global = true
+build_property.TargetFramework = net8.0
+build_property.TargetPlatformMinVersion =
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = BLL
+build_property.ProjectDir = C:\Users\Bastian Castro\Documents\Integracion_DGA\BLL\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
+build_property.EffectiveAnalysisLevelStyle = 8.0
+build_property.EnableCodeStyleSeverity =
diff --git a/BLL/obj/Debug/net8.0/BLL.GlobalUsings.g.cs b/BLL/obj/Debug/net8.0/BLL.GlobalUsings.g.cs
new file mode 100644
index 0000000..8578f3d
--- /dev/null
+++ b/BLL/obj/Debug/net8.0/BLL.GlobalUsings.g.cs
@@ -0,0 +1,8 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.IO;
+global using global::System.Linq;
+global using global::System.Net.Http;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/BLL/obj/Debug/net8.0/BLL.assets.cache b/BLL/obj/Debug/net8.0/BLL.assets.cache
new file mode 100644
index 0000000..c1787ce
Binary files /dev/null and b/BLL/obj/Debug/net8.0/BLL.assets.cache differ
diff --git a/BLL/obj/Debug/net8.0/BLL.csproj.AssemblyReference.cache b/BLL/obj/Debug/net8.0/BLL.csproj.AssemblyReference.cache
new file mode 100644
index 0000000..441a2d4
Binary files /dev/null and b/BLL/obj/Debug/net8.0/BLL.csproj.AssemblyReference.cache differ
diff --git a/BLL/obj/Debug/net8.0/BLL.csproj.BuildWithSkipAnalyzers b/BLL/obj/Debug/net8.0/BLL.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/BLL/obj/Debug/net8.0/BLL.csproj.CoreCompileInputs.cache b/BLL/obj/Debug/net8.0/BLL.csproj.CoreCompileInputs.cache
new file mode 100644
index 0000000..0ec3e63
--- /dev/null
+++ b/BLL/obj/Debug/net8.0/BLL.csproj.CoreCompileInputs.cache
@@ -0,0 +1 @@
+cf000399a705a8d3ea6fa4bfd8c04bbb154d4cfc63d2e599a9379cd0683d2c2d
diff --git a/BLL/obj/Debug/net8.0/BLL.csproj.FileListAbsolute.txt b/BLL/obj/Debug/net8.0/BLL.csproj.FileListAbsolute.txt
new file mode 100644
index 0000000..f404250
--- /dev/null
+++ b/BLL/obj/Debug/net8.0/BLL.csproj.FileListAbsolute.txt
@@ -0,0 +1,36 @@
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\BLL\bin\Debug\net8.0\BLL.deps.json
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\BLL\bin\Debug\net8.0\BLL.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\BLL\bin\Debug\net8.0\BLL.pdb
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\BLL\obj\Debug\net8.0\BLL.GeneratedMSBuildEditorConfig.editorconfig
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\BLL\obj\Debug\net8.0\BLL.AssemblyInfoInputs.cache
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\BLL\obj\Debug\net8.0\BLL.AssemblyInfo.cs
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\BLL\obj\Debug\net8.0\BLL.csproj.CoreCompileInputs.cache
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\BLL\obj\Debug\net8.0\BLL.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\BLL\obj\Debug\net8.0\refint\BLL.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\BLL\obj\Debug\net8.0\BLL.pdb
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\BLL\obj\Debug\net8.0\ref\BLL.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\BLL\obj\Debug\net8.0\BLL.csproj.AssemblyReference.cache
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\BLL\bin\Debug\net8.0\DAL.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\BLL\bin\Debug\net8.0\DAS.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\BLL\bin\Debug\net8.0\DAL.pdb
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\BLL\bin\Debug\net8.0\DAS.pdb
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\BLL\obj\Debug\net8.0\BLL.csproj.Up2Date
+C:\Users\Bastian Castro\Documents\Integracion_DGA\BLL\bin\Debug\net8.0\BLL.deps.json
+C:\Users\Bastian Castro\Documents\Integracion_DGA\BLL\bin\Debug\net8.0\BLL.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\BLL\bin\Debug\net8.0\BLL.pdb
+C:\Users\Bastian Castro\Documents\Integracion_DGA\BLL\bin\Debug\net8.0\DAL.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\BLL\bin\Debug\net8.0\DAS.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\BLL\bin\Debug\net8.0\DAL.pdb
+C:\Users\Bastian Castro\Documents\Integracion_DGA\BLL\bin\Debug\net8.0\DAS.pdb
+C:\Users\Bastian Castro\Documents\Integracion_DGA\BLL\obj\Debug\net8.0\BLL.csproj.AssemblyReference.cache
+C:\Users\Bastian Castro\Documents\Integracion_DGA\BLL\obj\Debug\net8.0\BLL.GeneratedMSBuildEditorConfig.editorconfig
+C:\Users\Bastian Castro\Documents\Integracion_DGA\BLL\obj\Debug\net8.0\BLL.AssemblyInfoInputs.cache
+C:\Users\Bastian Castro\Documents\Integracion_DGA\BLL\obj\Debug\net8.0\BLL.AssemblyInfo.cs
+C:\Users\Bastian Castro\Documents\Integracion_DGA\BLL\obj\Debug\net8.0\BLL.csproj.CoreCompileInputs.cache
+C:\Users\Bastian Castro\Documents\Integracion_DGA\BLL\obj\Debug\net8.0\BLL.csproj.Up2Date
+C:\Users\Bastian Castro\Documents\Integracion_DGA\BLL\obj\Debug\net8.0\BLL.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\BLL\obj\Debug\net8.0\refint\BLL.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\BLL\obj\Debug\net8.0\BLL.pdb
+C:\Users\Bastian Castro\Documents\Integracion_DGA\BLL\obj\Debug\net8.0\ref\BLL.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\BLL\bin\Debug\net8.0\Shared.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\BLL\bin\Debug\net8.0\Shared.pdb
diff --git a/BLL/obj/Debug/net8.0/BLL.csproj.Up2Date b/BLL/obj/Debug/net8.0/BLL.csproj.Up2Date
new file mode 100644
index 0000000..e69de29
diff --git a/BLL/obj/Debug/net8.0/BLL.dll b/BLL/obj/Debug/net8.0/BLL.dll
new file mode 100644
index 0000000..e0eb4f0
Binary files /dev/null and b/BLL/obj/Debug/net8.0/BLL.dll differ
diff --git a/BLL/obj/Debug/net8.0/BLL.pdb b/BLL/obj/Debug/net8.0/BLL.pdb
new file mode 100644
index 0000000..3b10362
Binary files /dev/null and b/BLL/obj/Debug/net8.0/BLL.pdb differ
diff --git a/BLL/obj/Debug/net8.0/ref/BLL.dll b/BLL/obj/Debug/net8.0/ref/BLL.dll
new file mode 100644
index 0000000..d1d3516
Binary files /dev/null and b/BLL/obj/Debug/net8.0/ref/BLL.dll differ
diff --git a/BLL/obj/Debug/net8.0/refint/BLL.dll b/BLL/obj/Debug/net8.0/refint/BLL.dll
new file mode 100644
index 0000000..d1d3516
Binary files /dev/null and b/BLL/obj/Debug/net8.0/refint/BLL.dll differ
diff --git a/BLL/obj/project.assets.json b/BLL/obj/project.assets.json
new file mode 100644
index 0000000..801f9b0
--- /dev/null
+++ b/BLL/obj/project.assets.json
@@ -0,0 +1,2292 @@
+{
+ "version": 3,
+ "targets": {
+ "net8.0": {
+ "Azure.Core/1.38.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
+ "System.ClientModel": "1.0.0",
+ "System.Diagnostics.DiagnosticSource": "6.0.1",
+ "System.Memory.Data": "1.0.2",
+ "System.Numerics.Vectors": "4.5.0",
+ "System.Text.Encodings.Web": "4.7.2",
+ "System.Text.Json": "4.7.2",
+ "System.Threading.Tasks.Extensions": "4.5.4"
+ },
+ "compile": {
+ "lib/net6.0/Azure.Core.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Azure.Core.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Azure.Identity/1.11.4": {
+ "type": "package",
+ "dependencies": {
+ "Azure.Core": "1.38.0",
+ "Microsoft.Identity.Client": "4.61.3",
+ "Microsoft.Identity.Client.Extensions.Msal": "4.61.3",
+ "System.Memory": "4.5.4",
+ "System.Security.Cryptography.ProtectedData": "4.7.0",
+ "System.Text.Json": "4.7.2",
+ "System.Threading.Tasks.Extensions": "4.5.4"
+ },
+ "compile": {
+ "lib/netstandard2.0/Azure.Identity.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Azure.Identity.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Dapper/2.1.66": {
+ "type": "package",
+ "compile": {
+ "lib/net8.0/Dapper.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Dapper.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Bcl.AsyncInterfaces/1.1.1": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {}
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Bcl.Cryptography/8.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net8.0/Microsoft.Bcl.Cryptography.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Bcl.Cryptography.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
+ }
+ },
+ "Microsoft.Data.SqlClient/6.0.2": {
+ "type": "package",
+ "dependencies": {
+ "Azure.Identity": "1.11.4",
+ "Microsoft.Bcl.Cryptography": "8.0.0",
+ "Microsoft.Data.SqlClient.SNI.runtime": "6.0.2",
+ "Microsoft.Extensions.Caching.Memory": "8.0.1",
+ "Microsoft.IdentityModel.JsonWebTokens": "7.5.0",
+ "Microsoft.IdentityModel.Protocols.OpenIdConnect": "7.5.0",
+ "Microsoft.SqlServer.Server": "1.0.0",
+ "System.Configuration.ConfigurationManager": "8.0.1",
+ "System.Security.Cryptography.Pkcs": "8.0.1"
+ },
+ "compile": {
+ "ref/net8.0/Microsoft.Data.SqlClient.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Data.SqlClient.dll": {
+ "related": ".xml"
+ }
+ },
+ "resource": {
+ "lib/net8.0/cs/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "cs"
+ },
+ "lib/net8.0/de/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "de"
+ },
+ "lib/net8.0/es/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "es"
+ },
+ "lib/net8.0/fr/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "fr"
+ },
+ "lib/net8.0/it/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "it"
+ },
+ "lib/net8.0/ja/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "ja"
+ },
+ "lib/net8.0/ko/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "ko"
+ },
+ "lib/net8.0/pl/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "pl"
+ },
+ "lib/net8.0/pt-BR/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "pt-BR"
+ },
+ "lib/net8.0/ru/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "ru"
+ },
+ "lib/net8.0/tr/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "tr"
+ },
+ "lib/net8.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "zh-Hans"
+ },
+ "lib/net8.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "zh-Hant"
+ }
+ },
+ "runtimeTargets": {
+ "runtimes/unix/lib/net8.0/Microsoft.Data.SqlClient.dll": {
+ "assetType": "runtime",
+ "rid": "unix"
+ },
+ "runtimes/win/lib/net8.0/Microsoft.Data.SqlClient.dll": {
+ "assetType": "runtime",
+ "rid": "win"
+ }
+ }
+ },
+ "Microsoft.Data.SqlClient.SNI.runtime/6.0.2": {
+ "type": "package",
+ "runtimeTargets": {
+ "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": {
+ "assetType": "native",
+ "rid": "win-arm64"
+ },
+ "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": {
+ "assetType": "native",
+ "rid": "win-x64"
+ },
+ "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": {
+ "assetType": "native",
+ "rid": "win-x86"
+ }
+ }
+ },
+ "Microsoft.Extensions.Caching.Abstractions/8.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "8.0.0"
+ },
+ "compile": {
+ "lib/net8.0/_._": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Caching.Memory/8.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Caching.Abstractions": "8.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2",
+ "Microsoft.Extensions.Logging.Abstractions": "8.0.2",
+ "Microsoft.Extensions.Options": "8.0.2",
+ "Microsoft.Extensions.Primitives": "8.0.0"
+ },
+ "compile": {
+ "lib/net8.0/_._": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Configuration/9.0.6": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration.Abstractions": "9.0.6",
+ "Microsoft.Extensions.Primitives": "9.0.6"
+ },
+ "compile": {
+ "lib/net8.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Configuration.Abstractions/9.0.6": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "9.0.6"
+ },
+ "compile": {
+ "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Configuration.FileExtensions/9.0.6": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": "9.0.6",
+ "Microsoft.Extensions.Configuration.Abstractions": "9.0.6",
+ "Microsoft.Extensions.FileProviders.Abstractions": "9.0.6",
+ "Microsoft.Extensions.FileProviders.Physical": "9.0.6",
+ "Microsoft.Extensions.Primitives": "9.0.6"
+ },
+ "compile": {
+ "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Configuration.Json/9.0.6": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": "9.0.6",
+ "Microsoft.Extensions.Configuration.Abstractions": "9.0.6",
+ "Microsoft.Extensions.Configuration.FileExtensions": "9.0.6",
+ "Microsoft.Extensions.FileProviders.Abstractions": "9.0.6",
+ "System.Text.Json": "9.0.6"
+ },
+ "compile": {
+ "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.2": {
+ "type": "package",
+ "compile": {
+ "lib/net8.0/_._": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
+ }
+ },
+ "Microsoft.Extensions.FileProviders.Abstractions/9.0.6": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "9.0.6"
+ },
+ "compile": {
+ "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "Microsoft.Extensions.FileProviders.Physical/9.0.6": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.FileProviders.Abstractions": "9.0.6",
+ "Microsoft.Extensions.FileSystemGlobbing": "9.0.6",
+ "Microsoft.Extensions.Primitives": "9.0.6"
+ },
+ "compile": {
+ "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "Microsoft.Extensions.FileSystemGlobbing/9.0.6": {
+ "type": "package",
+ "compile": {
+ "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Logging.Abstractions/8.0.2": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2"
+ },
+ "compile": {
+ "lib/net8.0/_._": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {}
+ }
+ },
+ "Microsoft.Extensions.Options/8.0.2": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0",
+ "Microsoft.Extensions.Primitives": "8.0.0"
+ },
+ "compile": {
+ "lib/net8.0/_._": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0/Microsoft.Extensions.Options.targets": {}
+ }
+ },
+ "Microsoft.Extensions.Primitives/9.0.6": {
+ "type": "package",
+ "compile": {
+ "lib/net8.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "Microsoft.Identity.Client/4.61.3": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.IdentityModel.Abstractions": "6.35.0",
+ "System.Diagnostics.DiagnosticSource": "6.0.1"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Identity.Client.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Identity.Client.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Identity.Client.Extensions.Msal/4.61.3": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Identity.Client": "4.61.3",
+ "System.Security.Cryptography.ProtectedData": "4.5.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.IdentityModel.Abstractions/7.5.0": {
+ "type": "package",
+ "compile": {
+ "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.IdentityModel.JsonWebTokens/7.5.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.IdentityModel.Tokens": "7.5.0"
+ },
+ "compile": {
+ "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.IdentityModel.Logging/7.5.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.IdentityModel.Abstractions": "7.5.0"
+ },
+ "compile": {
+ "lib/net8.0/Microsoft.IdentityModel.Logging.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.IdentityModel.Logging.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.IdentityModel.Protocols/7.5.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.IdentityModel.Tokens": "7.5.0"
+ },
+ "compile": {
+ "lib/net8.0/Microsoft.IdentityModel.Protocols.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.IdentityModel.Protocols.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.IdentityModel.Protocols.OpenIdConnect/7.5.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.IdentityModel.Protocols": "7.5.0",
+ "System.IdentityModel.Tokens.Jwt": "7.5.0"
+ },
+ "compile": {
+ "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.IdentityModel.Tokens/7.5.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.IdentityModel.Logging": "7.5.0"
+ },
+ "compile": {
+ "lib/net8.0/Microsoft.IdentityModel.Tokens.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.IdentityModel.Tokens.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.SqlServer.Server/1.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": {
+ "related": ".pdb;.xml"
+ }
+ }
+ },
+ "System.ClientModel/1.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Memory.Data": "1.0.2",
+ "System.Text.Json": "4.7.2"
+ },
+ "compile": {
+ "lib/net6.0/System.ClientModel.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.ClientModel.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "System.Configuration.ConfigurationManager/8.0.1": {
+ "type": "package",
+ "dependencies": {
+ "System.Diagnostics.EventLog": "8.0.1",
+ "System.Security.Cryptography.ProtectedData": "8.0.0"
+ },
+ "compile": {
+ "lib/net8.0/_._": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/System.Configuration.ConfigurationManager.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.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/8.0.1": {
+ "type": "package",
+ "compile": {
+ "lib/net8.0/_._": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/System.Diagnostics.EventLog.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
+ },
+ "runtimeTargets": {
+ "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll": {
+ "assetType": "runtime",
+ "rid": "win"
+ },
+ "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll": {
+ "assetType": "runtime",
+ "rid": "win"
+ }
+ }
+ },
+ "System.IdentityModel.Tokens.Jwt/7.5.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.IdentityModel.JsonWebTokens": "7.5.0",
+ "Microsoft.IdentityModel.Tokens": "7.5.0"
+ },
+ "compile": {
+ "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "System.IO.Pipelines/9.0.6": {
+ "type": "package",
+ "compile": {
+ "lib/net8.0/System.IO.Pipelines.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/System.IO.Pipelines.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "System.Memory/4.5.4": {
+ "type": "package",
+ "compile": {
+ "ref/netcoreapp2.1/_._": {}
+ },
+ "runtime": {
+ "lib/netcoreapp2.1/_._": {}
+ }
+ },
+ "System.Memory.Data/1.0.2": {
+ "type": "package",
+ "dependencies": {
+ "System.Text.Encodings.Web": "4.7.2",
+ "System.Text.Json": "4.6.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/System.Memory.Data.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/System.Memory.Data.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "System.Numerics.Vectors/4.5.0": {
+ "type": "package",
+ "compile": {
+ "ref/netcoreapp2.0/_._": {}
+ },
+ "runtime": {
+ "lib/netcoreapp2.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/8.0.1": {
+ "type": "package",
+ "compile": {
+ "lib/net8.0/System.Security.Cryptography.Pkcs.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/System.Security.Cryptography.Pkcs.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
+ },
+ "runtimeTargets": {
+ "runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.dll": {
+ "assetType": "runtime",
+ "rid": "win"
+ }
+ }
+ },
+ "System.Security.Cryptography.ProtectedData/8.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
+ }
+ },
+ "System.Text.Encodings.Web/9.0.6": {
+ "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/net8.0/_._": {}
+ },
+ "runtimeTargets": {
+ "runtimes/browser/lib/net8.0/System.Text.Encodings.Web.dll": {
+ "assetType": "runtime",
+ "rid": "browser"
+ }
+ }
+ },
+ "System.Text.Json/9.0.6": {
+ "type": "package",
+ "dependencies": {
+ "System.IO.Pipelines": "9.0.6",
+ "System.Text.Encodings.Web": "9.0.6"
+ },
+ "compile": {
+ "lib/net8.0/System.Text.Json.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/System.Text.Json.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/System.Text.Json.targets": {}
+ }
+ },
+ "System.Threading.Tasks.Extensions/4.5.4": {
+ "type": "package",
+ "compile": {
+ "ref/netcoreapp2.1/_._": {}
+ },
+ "runtime": {
+ "lib/netcoreapp2.1/_._": {}
+ }
+ },
+ "DAL/1.0.0": {
+ "type": "project",
+ "framework": ".NETCoreApp,Version=v8.0",
+ "dependencies": {
+ "Dapper": "2.1.66",
+ "Microsoft.Data.SqlClient": "6.0.2",
+ "Microsoft.Extensions.Configuration": "9.0.6",
+ "Microsoft.Extensions.Configuration.Json": "9.0.6",
+ "Shared": "1.0.0"
+ },
+ "compile": {
+ "bin/placeholder/DAL.dll": {}
+ },
+ "runtime": {
+ "bin/placeholder/DAL.dll": {}
+ }
+ },
+ "DAS/1.0.0": {
+ "type": "project",
+ "framework": ".NETCoreApp,Version=v8.0",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": "9.0.6",
+ "Shared": "1.0.0"
+ },
+ "compile": {
+ "bin/placeholder/DAS.dll": {}
+ },
+ "runtime": {
+ "bin/placeholder/DAS.dll": {}
+ }
+ },
+ "Shared/1.0.0": {
+ "type": "project",
+ "framework": ".NETCoreApp,Version=v8.0",
+ "compile": {
+ "bin/placeholder/Shared.dll": {}
+ },
+ "runtime": {
+ "bin/placeholder/Shared.dll": {}
+ }
+ }
+ }
+ },
+ "libraries": {
+ "Azure.Core/1.38.0": {
+ "sha512": "IuEgCoVA0ef7E4pQtpC3+TkPbzaoQfa77HlfJDmfuaJUCVJmn7fT0izamZiryW5sYUFKizsftIxMkXKbgIcPMQ==",
+ "type": "package",
+ "path": "azure.core/1.38.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "CHANGELOG.md",
+ "README.md",
+ "azure.core.1.38.0.nupkg.sha512",
+ "azure.core.nuspec",
+ "azureicon.png",
+ "lib/net461/Azure.Core.dll",
+ "lib/net461/Azure.Core.xml",
+ "lib/net472/Azure.Core.dll",
+ "lib/net472/Azure.Core.xml",
+ "lib/net6.0/Azure.Core.dll",
+ "lib/net6.0/Azure.Core.xml",
+ "lib/netstandard2.0/Azure.Core.dll",
+ "lib/netstandard2.0/Azure.Core.xml"
+ ]
+ },
+ "Azure.Identity/1.11.4": {
+ "sha512": "Sf4BoE6Q3jTgFkgBkx7qztYOFELBCo+wQgpYDwal/qJ1unBH73ywPztIJKXBXORRzAeNijsuxhk94h0TIMvfYg==",
+ "type": "package",
+ "path": "azure.identity/1.11.4",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "CHANGELOG.md",
+ "README.md",
+ "azure.identity.1.11.4.nupkg.sha512",
+ "azure.identity.nuspec",
+ "azureicon.png",
+ "lib/netstandard2.0/Azure.Identity.dll",
+ "lib/netstandard2.0/Azure.Identity.xml"
+ ]
+ },
+ "Dapper/2.1.66": {
+ "sha512": "/q77jUgDOS+bzkmk3Vy9SiWMaetTw+NOoPAV0xPBsGVAyljd5S6P+4RUW7R3ZUGGr9lDRyPKgAMj2UAOwvqZYw==",
+ "type": "package",
+ "path": "dapper/2.1.66",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Dapper.png",
+ "dapper.2.1.66.nupkg.sha512",
+ "dapper.nuspec",
+ "lib/net461/Dapper.dll",
+ "lib/net461/Dapper.xml",
+ "lib/net8.0/Dapper.dll",
+ "lib/net8.0/Dapper.xml",
+ "lib/netstandard2.0/Dapper.dll",
+ "lib/netstandard2.0/Dapper.xml",
+ "readme.md"
+ ]
+ },
+ "Microsoft.Bcl.AsyncInterfaces/1.1.1": {
+ "sha512": "yuvf07qFWFqtK3P/MRkEKLhn5r2UbSpVueRziSqj0yJQIKFwG1pq9mOayK3zE5qZCTs0CbrwL9M6R8VwqyGy2w==",
+ "type": "package",
+ "path": "microsoft.bcl.asyncinterfaces/1.1.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "lib/net461/Microsoft.Bcl.AsyncInterfaces.dll",
+ "lib/net461/Microsoft.Bcl.AsyncInterfaces.xml",
+ "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll",
+ "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.xml",
+ "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll",
+ "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.xml",
+ "microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512",
+ "microsoft.bcl.asyncinterfaces.nuspec",
+ "ref/net461/Microsoft.Bcl.AsyncInterfaces.dll",
+ "ref/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll",
+ "ref/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll",
+ "useSharedDesignerContext.txt",
+ "version.txt"
+ ]
+ },
+ "Microsoft.Bcl.Cryptography/8.0.0": {
+ "sha512": "Y3t/c7C5XHJGFDnohjf1/9SYF3ZOfEU1fkNQuKg/dGf9hN18yrQj2owHITGfNS3+lKJdW6J4vY98jYu57jCO8A==",
+ "type": "package",
+ "path": "microsoft.bcl.cryptography/8.0.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Bcl.Cryptography.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net6.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Bcl.Cryptography.targets",
+ "lib/net462/Microsoft.Bcl.Cryptography.dll",
+ "lib/net462/Microsoft.Bcl.Cryptography.xml",
+ "lib/net8.0/Microsoft.Bcl.Cryptography.dll",
+ "lib/net8.0/Microsoft.Bcl.Cryptography.xml",
+ "lib/netstandard2.0/Microsoft.Bcl.Cryptography.dll",
+ "lib/netstandard2.0/Microsoft.Bcl.Cryptography.xml",
+ "microsoft.bcl.cryptography.8.0.0.nupkg.sha512",
+ "microsoft.bcl.cryptography.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Data.SqlClient/6.0.2": {
+ "sha512": "RDqwzNu5slSqGy0eSgnN4fuLdGI1w9ZHBRNALrbUsykOIbXtGCpyotG0r5zz+HHtzxbe6LtcAyWcOiu0a+Fx/A==",
+ "type": "package",
+ "path": "microsoft.data.sqlclient/6.0.2",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "README.md",
+ "dotnet.png",
+ "lib/net462/Microsoft.Data.SqlClient.dll",
+ "lib/net462/Microsoft.Data.SqlClient.xml",
+ "lib/net462/cs/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net462/de/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net462/es/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net462/fr/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net462/it/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net462/ja/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net462/ko/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net462/pl/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net462/pt-BR/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net462/ru/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net462/tr/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net462/zh-Hans/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net462/zh-Hant/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net8.0/Microsoft.Data.SqlClient.dll",
+ "lib/net8.0/Microsoft.Data.SqlClient.xml",
+ "lib/net8.0/cs/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net8.0/de/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net8.0/es/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net8.0/fr/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net8.0/it/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net8.0/ja/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net8.0/ko/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net8.0/pl/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net8.0/pt-BR/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net8.0/ru/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net8.0/tr/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net8.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net8.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net9.0/Microsoft.Data.SqlClient.dll",
+ "lib/net9.0/Microsoft.Data.SqlClient.xml",
+ "lib/net9.0/cs/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net9.0/de/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net9.0/es/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net9.0/fr/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net9.0/it/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net9.0/ja/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net9.0/ko/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net9.0/pl/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net9.0/pt-BR/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net9.0/ru/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net9.0/tr/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net9.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net9.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll",
+ "microsoft.data.sqlclient.6.0.2.nupkg.sha512",
+ "microsoft.data.sqlclient.nuspec",
+ "ref/net462/Microsoft.Data.SqlClient.dll",
+ "ref/net462/Microsoft.Data.SqlClient.xml",
+ "ref/net8.0/Microsoft.Data.SqlClient.dll",
+ "ref/net8.0/Microsoft.Data.SqlClient.xml",
+ "ref/net9.0/Microsoft.Data.SqlClient.dll",
+ "ref/net9.0/Microsoft.Data.SqlClient.xml",
+ "runtimes/unix/lib/net8.0/Microsoft.Data.SqlClient.dll",
+ "runtimes/unix/lib/net9.0/Microsoft.Data.SqlClient.dll",
+ "runtimes/win/lib/net462/Microsoft.Data.SqlClient.dll",
+ "runtimes/win/lib/net8.0/Microsoft.Data.SqlClient.dll",
+ "runtimes/win/lib/net9.0/Microsoft.Data.SqlClient.dll"
+ ]
+ },
+ "Microsoft.Data.SqlClient.SNI.runtime/6.0.2": {
+ "sha512": "f+pRODTWX7Y67jXO3T5S2dIPZ9qMJNySjlZT/TKmWVNWe19N8jcWmHaqHnnchaq3gxEKv1SWVY5EFzOD06l41w==",
+ "type": "package",
+ "path": "microsoft.data.sqlclient.sni.runtime/6.0.2",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.txt",
+ "dotnet.png",
+ "microsoft.data.sqlclient.sni.runtime.6.0.2.nupkg.sha512",
+ "microsoft.data.sqlclient.sni.runtime.nuspec",
+ "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll",
+ "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll",
+ "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll"
+ ]
+ },
+ "Microsoft.Extensions.Caching.Abstractions/8.0.0": {
+ "sha512": "3KuSxeHoNYdxVYfg2IRZCThcrlJ1XJqIXkAWikCsbm5C/bCjv7G0WoKDyuR98Q+T607QT2Zl5GsbGRkENcV2yQ==",
+ "type": "package",
+ "path": "microsoft.extensions.caching.abstractions/8.0.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Extensions.Caching.Abstractions.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net6.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Caching.Abstractions.targets",
+ "lib/net462/Microsoft.Extensions.Caching.Abstractions.dll",
+ "lib/net462/Microsoft.Extensions.Caching.Abstractions.xml",
+ "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.dll",
+ "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.xml",
+ "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll",
+ "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.xml",
+ "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll",
+ "lib/net8.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.8.0.0.nupkg.sha512",
+ "microsoft.extensions.caching.abstractions.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.Caching.Memory/8.0.1": {
+ "sha512": "HFDnhYLccngrzyGgHkjEDU5FMLn4MpOsr5ElgsBMC4yx6lJh4jeWO7fHS8+TXPq+dgxCmUa/Trl8svObmwW4QA==",
+ "type": "package",
+ "path": "microsoft.extensions.caching.memory/8.0.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Extensions.Caching.Memory.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net6.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Caching.Memory.targets",
+ "lib/net462/Microsoft.Extensions.Caching.Memory.dll",
+ "lib/net462/Microsoft.Extensions.Caching.Memory.xml",
+ "lib/net6.0/Microsoft.Extensions.Caching.Memory.dll",
+ "lib/net6.0/Microsoft.Extensions.Caching.Memory.xml",
+ "lib/net7.0/Microsoft.Extensions.Caching.Memory.dll",
+ "lib/net7.0/Microsoft.Extensions.Caching.Memory.xml",
+ "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll",
+ "lib/net8.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.8.0.1.nupkg.sha512",
+ "microsoft.extensions.caching.memory.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.Configuration/9.0.6": {
+ "sha512": "VWB5jdkxHsRiuoniTqwOL32R4OWyp5If/bAucLjRJczRVNcwb8iCXKLjn3Inv8fv+jHMVMnvQLg7xhSys+y5PA==",
+ "type": "package",
+ "path": "microsoft.extensions.configuration/9.0.6",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Extensions.Configuration.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net8.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.targets",
+ "lib/net462/Microsoft.Extensions.Configuration.dll",
+ "lib/net462/Microsoft.Extensions.Configuration.xml",
+ "lib/net8.0/Microsoft.Extensions.Configuration.dll",
+ "lib/net8.0/Microsoft.Extensions.Configuration.xml",
+ "lib/net9.0/Microsoft.Extensions.Configuration.dll",
+ "lib/net9.0/Microsoft.Extensions.Configuration.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.xml",
+ "microsoft.extensions.configuration.9.0.6.nupkg.sha512",
+ "microsoft.extensions.configuration.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.Configuration.Abstractions/9.0.6": {
+ "sha512": "3GgMIi2jP8g1fBW93Z9b9Unamc0SIsgyhiCmC91gq4loTixK9vQMuxxUsfJ1kRGwn+/FqLKwOHqmn0oYWn3Fvw==",
+ "type": "package",
+ "path": "microsoft.extensions.configuration.abstractions/9.0.6",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Extensions.Configuration.Abstractions.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net8.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.Abstractions.targets",
+ "lib/net462/Microsoft.Extensions.Configuration.Abstractions.dll",
+ "lib/net462/Microsoft.Extensions.Configuration.Abstractions.xml",
+ "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll",
+ "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.xml",
+ "lib/net9.0/Microsoft.Extensions.Configuration.Abstractions.dll",
+ "lib/net9.0/Microsoft.Extensions.Configuration.Abstractions.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.xml",
+ "microsoft.extensions.configuration.abstractions.9.0.6.nupkg.sha512",
+ "microsoft.extensions.configuration.abstractions.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.Configuration.FileExtensions/9.0.6": {
+ "sha512": "pCEueasI5JhJ24KYzMFxtG40zyLnWpcQYawpARh9FNq9XbWozuWgexmdkPa8p8YoVNlpi3ecKfcjfoRMkKAufw==",
+ "type": "package",
+ "path": "microsoft.extensions.configuration.fileextensions/9.0.6",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Extensions.Configuration.FileExtensions.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net8.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.FileExtensions.targets",
+ "lib/net462/Microsoft.Extensions.Configuration.FileExtensions.dll",
+ "lib/net462/Microsoft.Extensions.Configuration.FileExtensions.xml",
+ "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll",
+ "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.xml",
+ "lib/net9.0/Microsoft.Extensions.Configuration.FileExtensions.dll",
+ "lib/net9.0/Microsoft.Extensions.Configuration.FileExtensions.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.xml",
+ "microsoft.extensions.configuration.fileextensions.9.0.6.nupkg.sha512",
+ "microsoft.extensions.configuration.fileextensions.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.Configuration.Json/9.0.6": {
+ "sha512": "N0dgOYQ9tDzJouL9Tyx2dgMCcHV2pBaY8yVtorbDqYYwiDRS2zd1TbhTA2FMHqXF3SMjBoO+gONZcDoA79gdSA==",
+ "type": "package",
+ "path": "microsoft.extensions.configuration.json/9.0.6",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Extensions.Configuration.Json.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net8.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.Json.targets",
+ "lib/net462/Microsoft.Extensions.Configuration.Json.dll",
+ "lib/net462/Microsoft.Extensions.Configuration.Json.xml",
+ "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll",
+ "lib/net8.0/Microsoft.Extensions.Configuration.Json.xml",
+ "lib/net9.0/Microsoft.Extensions.Configuration.Json.dll",
+ "lib/net9.0/Microsoft.Extensions.Configuration.Json.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.xml",
+ "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.dll",
+ "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.xml",
+ "microsoft.extensions.configuration.json.9.0.6.nupkg.sha512",
+ "microsoft.extensions.configuration.json.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.2": {
+ "sha512": "3iE7UF7MQkCv1cxzCahz+Y/guQbTqieyxyaWKhrRO91itI9cOKO76OHeQDahqG4MmW5umr3CcCvGmK92lWNlbg==",
+ "type": "package",
+ "path": "microsoft.extensions.dependencyinjection.abstractions/8.0.2",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.Abstractions.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net6.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.Abstractions.targets",
+ "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
+ "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
+ "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
+ "lib/net8.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.8.0.2.nupkg.sha512",
+ "microsoft.extensions.dependencyinjection.abstractions.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.FileProviders.Abstractions/9.0.6": {
+ "sha512": "q9FPkSGVA9ipI255p3PBAvWNXas5Tzjyp/DwYSwT+46mIFw9fWZahsF6vHpoxLt5/vtANotH2sAm7HunuFIx9g==",
+ "type": "package",
+ "path": "microsoft.extensions.fileproviders.abstractions/9.0.6",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Extensions.FileProviders.Abstractions.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net8.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileProviders.Abstractions.targets",
+ "lib/net462/Microsoft.Extensions.FileProviders.Abstractions.dll",
+ "lib/net462/Microsoft.Extensions.FileProviders.Abstractions.xml",
+ "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll",
+ "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.xml",
+ "lib/net9.0/Microsoft.Extensions.FileProviders.Abstractions.dll",
+ "lib/net9.0/Microsoft.Extensions.FileProviders.Abstractions.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.xml",
+ "microsoft.extensions.fileproviders.abstractions.9.0.6.nupkg.sha512",
+ "microsoft.extensions.fileproviders.abstractions.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.FileProviders.Physical/9.0.6": {
+ "sha512": "l+dFA0NRl90vSIiJNy5d7V0kpTEOWHTqbgoWYzlTwF5uiM5sWJ953haaELKE05jkyJdnemVTnqjrlgo4wo7oyg==",
+ "type": "package",
+ "path": "microsoft.extensions.fileproviders.physical/9.0.6",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Extensions.FileProviders.Physical.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net8.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileProviders.Physical.targets",
+ "lib/net462/Microsoft.Extensions.FileProviders.Physical.dll",
+ "lib/net462/Microsoft.Extensions.FileProviders.Physical.xml",
+ "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll",
+ "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.xml",
+ "lib/net9.0/Microsoft.Extensions.FileProviders.Physical.dll",
+ "lib/net9.0/Microsoft.Extensions.FileProviders.Physical.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.xml",
+ "microsoft.extensions.fileproviders.physical.9.0.6.nupkg.sha512",
+ "microsoft.extensions.fileproviders.physical.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.FileSystemGlobbing/9.0.6": {
+ "sha512": "1HJCAbwukNEoYbHgHbKHmenU0V/0huw8+i7Qtf5rLUG1E+3kEwRJQxpwD3wbTEagIgPSQisNgJTvmUX9yYVc6g==",
+ "type": "package",
+ "path": "microsoft.extensions.filesystemglobbing/9.0.6",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Extensions.FileSystemGlobbing.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net8.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileSystemGlobbing.targets",
+ "lib/net462/Microsoft.Extensions.FileSystemGlobbing.dll",
+ "lib/net462/Microsoft.Extensions.FileSystemGlobbing.xml",
+ "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll",
+ "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.xml",
+ "lib/net9.0/Microsoft.Extensions.FileSystemGlobbing.dll",
+ "lib/net9.0/Microsoft.Extensions.FileSystemGlobbing.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.xml",
+ "microsoft.extensions.filesystemglobbing.9.0.6.nupkg.sha512",
+ "microsoft.extensions.filesystemglobbing.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.Logging.Abstractions/8.0.2": {
+ "sha512": "nroMDjS7hNBPtkZqVBbSiQaQjWRDxITI8Y7XnDs97rqG3EbzVTNLZQf7bIeUJcaHOV8bca47s1Uxq94+2oGdxA==",
+ "type": "package",
+ "path": "microsoft.extensions.logging.abstractions/8.0.2",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "analyzers/dotnet/roslyn3.11/cs/Microsoft.Extensions.Logging.Generators.dll",
+ "analyzers/dotnet/roslyn3.11/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/Microsoft.Extensions.Logging.Generators.dll",
+ "analyzers/dotnet/roslyn4.0/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Logging.Generators.dll",
+ "analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "buildTransitive/net461/Microsoft.Extensions.Logging.Abstractions.targets",
+ "buildTransitive/net462/Microsoft.Extensions.Logging.Abstractions.targets",
+ "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Abstractions.targets",
+ "buildTransitive/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.targets",
+ "lib/net462/Microsoft.Extensions.Logging.Abstractions.dll",
+ "lib/net462/Microsoft.Extensions.Logging.Abstractions.xml",
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll",
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.xml",
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll",
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.xml",
+ "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll",
+ "lib/net8.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.8.0.2.nupkg.sha512",
+ "microsoft.extensions.logging.abstractions.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.Options/8.0.2": {
+ "sha512": "dWGKvhFybsaZpGmzkGCbNNwBD1rVlWzrZKANLW/CcbFJpCEceMCGzT7zZwHOGBCbwM0SzBuceMj5HN1LKV1QqA==",
+ "type": "package",
+ "path": "microsoft.extensions.options/8.0.2",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Options.SourceGeneration.dll",
+ "analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
+ "buildTransitive/net461/Microsoft.Extensions.Options.targets",
+ "buildTransitive/net462/Microsoft.Extensions.Options.targets",
+ "buildTransitive/net6.0/Microsoft.Extensions.Options.targets",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Options.targets",
+ "buildTransitive/netstandard2.0/Microsoft.Extensions.Options.targets",
+ "lib/net462/Microsoft.Extensions.Options.dll",
+ "lib/net462/Microsoft.Extensions.Options.xml",
+ "lib/net6.0/Microsoft.Extensions.Options.dll",
+ "lib/net6.0/Microsoft.Extensions.Options.xml",
+ "lib/net7.0/Microsoft.Extensions.Options.dll",
+ "lib/net7.0/Microsoft.Extensions.Options.xml",
+ "lib/net8.0/Microsoft.Extensions.Options.dll",
+ "lib/net8.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.8.0.2.nupkg.sha512",
+ "microsoft.extensions.options.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.Primitives/9.0.6": {
+ "sha512": "BHniU24QV67qp1pJknqYSofAPYGmijGI8D+ci9yfw33iuFdyOeB9lWTg78ThyYLyQwZw3s0vZ36VMb0MqbUuLw==",
+ "type": "package",
+ "path": "microsoft.extensions.primitives/9.0.6",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Extensions.Primitives.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net8.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Primitives.targets",
+ "lib/net462/Microsoft.Extensions.Primitives.dll",
+ "lib/net462/Microsoft.Extensions.Primitives.xml",
+ "lib/net8.0/Microsoft.Extensions.Primitives.dll",
+ "lib/net8.0/Microsoft.Extensions.Primitives.xml",
+ "lib/net9.0/Microsoft.Extensions.Primitives.dll",
+ "lib/net9.0/Microsoft.Extensions.Primitives.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.Primitives.xml",
+ "microsoft.extensions.primitives.9.0.6.nupkg.sha512",
+ "microsoft.extensions.primitives.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Identity.Client/4.61.3": {
+ "sha512": "naJo/Qm35Caaoxp5utcw+R8eU8ZtLz2ALh8S+gkekOYQ1oazfCQMWVT4NJ/FnHzdIJlm8dMz0oMpMGCabx5odA==",
+ "type": "package",
+ "path": "microsoft.identity.client/4.61.3",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "README.md",
+ "lib/net462/Microsoft.Identity.Client.dll",
+ "lib/net462/Microsoft.Identity.Client.xml",
+ "lib/net6.0-android31.0/Microsoft.Identity.Client.dll",
+ "lib/net6.0-android31.0/Microsoft.Identity.Client.xml",
+ "lib/net6.0-ios15.4/Microsoft.Identity.Client.dll",
+ "lib/net6.0-ios15.4/Microsoft.Identity.Client.xml",
+ "lib/net6.0/Microsoft.Identity.Client.dll",
+ "lib/net6.0/Microsoft.Identity.Client.xml",
+ "lib/netstandard2.0/Microsoft.Identity.Client.dll",
+ "lib/netstandard2.0/Microsoft.Identity.Client.xml",
+ "microsoft.identity.client.4.61.3.nupkg.sha512",
+ "microsoft.identity.client.nuspec"
+ ]
+ },
+ "Microsoft.Identity.Client.Extensions.Msal/4.61.3": {
+ "sha512": "PWnJcznrSGr25MN8ajlc2XIDW4zCFu0U6FkpaNLEWLgd1NgFCp5uDY3mqLDgM8zCN8hqj8yo5wHYfLB2HjcdGw==",
+ "type": "package",
+ "path": "microsoft.identity.client.extensions.msal/4.61.3",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll",
+ "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.xml",
+ "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.dll",
+ "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.xml",
+ "microsoft.identity.client.extensions.msal.4.61.3.nupkg.sha512",
+ "microsoft.identity.client.extensions.msal.nuspec"
+ ]
+ },
+ "Microsoft.IdentityModel.Abstractions/7.5.0": {
+ "sha512": "seOFPaBQh2K683eFujAuDsrO2XbOA+SvxRli+wu7kl+ZymuGQzjmmUKfyFHmDazpPOBnmOX1ZnjX7zFDZHyNIA==",
+ "type": "package",
+ "path": "microsoft.identitymodel.abstractions/7.5.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "lib/net461/Microsoft.IdentityModel.Abstractions.dll",
+ "lib/net461/Microsoft.IdentityModel.Abstractions.xml",
+ "lib/net462/Microsoft.IdentityModel.Abstractions.dll",
+ "lib/net462/Microsoft.IdentityModel.Abstractions.xml",
+ "lib/net472/Microsoft.IdentityModel.Abstractions.dll",
+ "lib/net472/Microsoft.IdentityModel.Abstractions.xml",
+ "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll",
+ "lib/net6.0/Microsoft.IdentityModel.Abstractions.xml",
+ "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll",
+ "lib/net8.0/Microsoft.IdentityModel.Abstractions.xml",
+ "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.dll",
+ "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.xml",
+ "microsoft.identitymodel.abstractions.7.5.0.nupkg.sha512",
+ "microsoft.identitymodel.abstractions.nuspec"
+ ]
+ },
+ "Microsoft.IdentityModel.JsonWebTokens/7.5.0": {
+ "sha512": "mfyiGptbcH+oYrzAtWWwuV+7MoM0G0si+9owaj6DGWInhq/N/KDj/pWHhq1ShdmBu332gjP+cppjgwBpsOj7Fg==",
+ "type": "package",
+ "path": "microsoft.identitymodel.jsonwebtokens/7.5.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "lib/net461/Microsoft.IdentityModel.JsonWebTokens.dll",
+ "lib/net461/Microsoft.IdentityModel.JsonWebTokens.xml",
+ "lib/net462/Microsoft.IdentityModel.JsonWebTokens.dll",
+ "lib/net462/Microsoft.IdentityModel.JsonWebTokens.xml",
+ "lib/net472/Microsoft.IdentityModel.JsonWebTokens.dll",
+ "lib/net472/Microsoft.IdentityModel.JsonWebTokens.xml",
+ "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll",
+ "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.xml",
+ "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll",
+ "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.xml",
+ "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll",
+ "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.xml",
+ "microsoft.identitymodel.jsonwebtokens.7.5.0.nupkg.sha512",
+ "microsoft.identitymodel.jsonwebtokens.nuspec"
+ ]
+ },
+ "Microsoft.IdentityModel.Logging/7.5.0": {
+ "sha512": "3BInZEajJvnTDP/YRrmJ3Fyw8XAWWR9jG+3FkhhzRJJYItVL+BEH9qlgxSmtrxp7S7N6TOv+Y+X8BG61viiehQ==",
+ "type": "package",
+ "path": "microsoft.identitymodel.logging/7.5.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "lib/net461/Microsoft.IdentityModel.Logging.dll",
+ "lib/net461/Microsoft.IdentityModel.Logging.xml",
+ "lib/net462/Microsoft.IdentityModel.Logging.dll",
+ "lib/net462/Microsoft.IdentityModel.Logging.xml",
+ "lib/net472/Microsoft.IdentityModel.Logging.dll",
+ "lib/net472/Microsoft.IdentityModel.Logging.xml",
+ "lib/net6.0/Microsoft.IdentityModel.Logging.dll",
+ "lib/net6.0/Microsoft.IdentityModel.Logging.xml",
+ "lib/net8.0/Microsoft.IdentityModel.Logging.dll",
+ "lib/net8.0/Microsoft.IdentityModel.Logging.xml",
+ "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll",
+ "lib/netstandard2.0/Microsoft.IdentityModel.Logging.xml",
+ "microsoft.identitymodel.logging.7.5.0.nupkg.sha512",
+ "microsoft.identitymodel.logging.nuspec"
+ ]
+ },
+ "Microsoft.IdentityModel.Protocols/7.5.0": {
+ "sha512": "ugyb0Nm+I+UrHGYg28mL8oCV31xZrOEbs8fQkcShUoKvgk22HroD2odCnqEf56CoAFYTwoDExz8deXzrFC+TyA==",
+ "type": "package",
+ "path": "microsoft.identitymodel.protocols/7.5.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "lib/net461/Microsoft.IdentityModel.Protocols.dll",
+ "lib/net461/Microsoft.IdentityModel.Protocols.xml",
+ "lib/net462/Microsoft.IdentityModel.Protocols.dll",
+ "lib/net462/Microsoft.IdentityModel.Protocols.xml",
+ "lib/net472/Microsoft.IdentityModel.Protocols.dll",
+ "lib/net472/Microsoft.IdentityModel.Protocols.xml",
+ "lib/net6.0/Microsoft.IdentityModel.Protocols.dll",
+ "lib/net6.0/Microsoft.IdentityModel.Protocols.xml",
+ "lib/net8.0/Microsoft.IdentityModel.Protocols.dll",
+ "lib/net8.0/Microsoft.IdentityModel.Protocols.xml",
+ "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll",
+ "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.xml",
+ "microsoft.identitymodel.protocols.7.5.0.nupkg.sha512",
+ "microsoft.identitymodel.protocols.nuspec"
+ ]
+ },
+ "Microsoft.IdentityModel.Protocols.OpenIdConnect/7.5.0": {
+ "sha512": "/U3I/8uutTqZr2n/zt0q08bluYklq+5VWP7ZuOGpTUR1ln5bSbrexAzdSGzrhxTxNNbHMCU8Mn2bNQvcmehAxg==",
+ "type": "package",
+ "path": "microsoft.identitymodel.protocols.openidconnect/7.5.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll",
+ "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml",
+ "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll",
+ "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml",
+ "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll",
+ "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml",
+ "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll",
+ "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml",
+ "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll",
+ "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml",
+ "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll",
+ "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml",
+ "microsoft.identitymodel.protocols.openidconnect.7.5.0.nupkg.sha512",
+ "microsoft.identitymodel.protocols.openidconnect.nuspec"
+ ]
+ },
+ "Microsoft.IdentityModel.Tokens/7.5.0": {
+ "sha512": "owe33wqe0ZbwBxM3D90I0XotxNyTdl85jud03d+OrUOJNnTiqnYePwBk3WU9yW0Rk5CYX+sfSim7frmu6jeEzQ==",
+ "type": "package",
+ "path": "microsoft.identitymodel.tokens/7.5.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "lib/net461/Microsoft.IdentityModel.Tokens.dll",
+ "lib/net461/Microsoft.IdentityModel.Tokens.xml",
+ "lib/net462/Microsoft.IdentityModel.Tokens.dll",
+ "lib/net462/Microsoft.IdentityModel.Tokens.xml",
+ "lib/net472/Microsoft.IdentityModel.Tokens.dll",
+ "lib/net472/Microsoft.IdentityModel.Tokens.xml",
+ "lib/net6.0/Microsoft.IdentityModel.Tokens.dll",
+ "lib/net6.0/Microsoft.IdentityModel.Tokens.xml",
+ "lib/net8.0/Microsoft.IdentityModel.Tokens.dll",
+ "lib/net8.0/Microsoft.IdentityModel.Tokens.xml",
+ "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll",
+ "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.xml",
+ "microsoft.identitymodel.tokens.7.5.0.nupkg.sha512",
+ "microsoft.identitymodel.tokens.nuspec"
+ ]
+ },
+ "Microsoft.SqlServer.Server/1.0.0": {
+ "sha512": "N4KeF3cpcm1PUHym1RmakkzfkEv3GRMyofVv40uXsQhCQeglr2OHNcUk2WOG51AKpGO8ynGpo9M/kFXSzghwug==",
+ "type": "package",
+ "path": "microsoft.sqlserver.server/1.0.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "dotnet.png",
+ "lib/net46/Microsoft.SqlServer.Server.dll",
+ "lib/net46/Microsoft.SqlServer.Server.pdb",
+ "lib/net46/Microsoft.SqlServer.Server.xml",
+ "lib/netstandard2.0/Microsoft.SqlServer.Server.dll",
+ "lib/netstandard2.0/Microsoft.SqlServer.Server.pdb",
+ "lib/netstandard2.0/Microsoft.SqlServer.Server.xml",
+ "microsoft.sqlserver.server.1.0.0.nupkg.sha512",
+ "microsoft.sqlserver.server.nuspec"
+ ]
+ },
+ "System.ClientModel/1.0.0": {
+ "sha512": "I3CVkvxeqFYjIVEP59DnjbeoGNfo/+SZrCLpRz2v/g0gpCHaEMPtWSY0s9k/7jR1rAsLNg2z2u1JRB76tPjnIw==",
+ "type": "package",
+ "path": "system.clientmodel/1.0.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "CHANGELOG.md",
+ "DotNetPackageIcon.png",
+ "README.md",
+ "lib/net6.0/System.ClientModel.dll",
+ "lib/net6.0/System.ClientModel.xml",
+ "lib/netstandard2.0/System.ClientModel.dll",
+ "lib/netstandard2.0/System.ClientModel.xml",
+ "system.clientmodel.1.0.0.nupkg.sha512",
+ "system.clientmodel.nuspec"
+ ]
+ },
+ "System.Configuration.ConfigurationManager/8.0.1": {
+ "sha512": "gPYFPDyohW2gXNhdQRSjtmeS6FymL2crg4Sral1wtvEJ7DUqFCDWDVbbLobASbzxfic8U1hQEdC7hmg9LHncMw==",
+ "type": "package",
+ "path": "system.configuration.configurationmanager/8.0.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/System.Configuration.ConfigurationManager.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net6.0/_._",
+ "buildTransitive/netcoreapp2.0/System.Configuration.ConfigurationManager.targets",
+ "lib/net462/System.Configuration.ConfigurationManager.dll",
+ "lib/net462/System.Configuration.ConfigurationManager.xml",
+ "lib/net6.0/System.Configuration.ConfigurationManager.dll",
+ "lib/net6.0/System.Configuration.ConfigurationManager.xml",
+ "lib/net7.0/System.Configuration.ConfigurationManager.dll",
+ "lib/net7.0/System.Configuration.ConfigurationManager.xml",
+ "lib/net8.0/System.Configuration.ConfigurationManager.dll",
+ "lib/net8.0/System.Configuration.ConfigurationManager.xml",
+ "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll",
+ "lib/netstandard2.0/System.Configuration.ConfigurationManager.xml",
+ "system.configuration.configurationmanager.8.0.1.nupkg.sha512",
+ "system.configuration.configurationmanager.nuspec",
+ "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/8.0.1": {
+ "sha512": "n1ZP7NM2Gkn/MgD8+eOT5MulMj6wfeQMNS2Pizvq5GHCZfjlFMXV2irQlQmJhwA2VABC57M0auudO89Iu2uRLg==",
+ "type": "package",
+ "path": "system.diagnostics.eventlog/8.0.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/System.Diagnostics.EventLog.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net6.0/_._",
+ "buildTransitive/netcoreapp2.0/System.Diagnostics.EventLog.targets",
+ "lib/net462/System.Diagnostics.EventLog.dll",
+ "lib/net462/System.Diagnostics.EventLog.xml",
+ "lib/net6.0/System.Diagnostics.EventLog.dll",
+ "lib/net6.0/System.Diagnostics.EventLog.xml",
+ "lib/net7.0/System.Diagnostics.EventLog.dll",
+ "lib/net7.0/System.Diagnostics.EventLog.xml",
+ "lib/net8.0/System.Diagnostics.EventLog.dll",
+ "lib/net8.0/System.Diagnostics.EventLog.xml",
+ "lib/netstandard2.0/System.Diagnostics.EventLog.dll",
+ "lib/netstandard2.0/System.Diagnostics.EventLog.xml",
+ "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.Messages.dll",
+ "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.dll",
+ "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.xml",
+ "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.Messages.dll",
+ "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.dll",
+ "runtimes/win/lib/net7.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",
+ "system.diagnostics.eventlog.8.0.1.nupkg.sha512",
+ "system.diagnostics.eventlog.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "System.IdentityModel.Tokens.Jwt/7.5.0": {
+ "sha512": "D0TtrWOfoPdyYSlvOGaU9F1QR+qrbgJ/4eiEsQkIz7YQKIKkGXQldXukn6cYG9OahSq5UVMvyAIObECpH6Wglg==",
+ "type": "package",
+ "path": "system.identitymodel.tokens.jwt/7.5.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "lib/net461/System.IdentityModel.Tokens.Jwt.dll",
+ "lib/net461/System.IdentityModel.Tokens.Jwt.xml",
+ "lib/net462/System.IdentityModel.Tokens.Jwt.dll",
+ "lib/net462/System.IdentityModel.Tokens.Jwt.xml",
+ "lib/net472/System.IdentityModel.Tokens.Jwt.dll",
+ "lib/net472/System.IdentityModel.Tokens.Jwt.xml",
+ "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll",
+ "lib/net6.0/System.IdentityModel.Tokens.Jwt.xml",
+ "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll",
+ "lib/net8.0/System.IdentityModel.Tokens.Jwt.xml",
+ "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll",
+ "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.xml",
+ "system.identitymodel.tokens.jwt.7.5.0.nupkg.sha512",
+ "system.identitymodel.tokens.jwt.nuspec"
+ ]
+ },
+ "System.IO.Pipelines/9.0.6": {
+ "sha512": "0nlr0reXrRmkZNKifKqh2DgGhQgfkT7Qa3gQxIn/JI7/y3WDiTz67M+Sq3vFhUqcG8O5zVrpqHvIHeGPGUBsEw==",
+ "type": "package",
+ "path": "system.io.pipelines/9.0.6",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/System.IO.Pipelines.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net8.0/_._",
+ "buildTransitive/netcoreapp2.0/System.IO.Pipelines.targets",
+ "lib/net462/System.IO.Pipelines.dll",
+ "lib/net462/System.IO.Pipelines.xml",
+ "lib/net8.0/System.IO.Pipelines.dll",
+ "lib/net8.0/System.IO.Pipelines.xml",
+ "lib/net9.0/System.IO.Pipelines.dll",
+ "lib/net9.0/System.IO.Pipelines.xml",
+ "lib/netstandard2.0/System.IO.Pipelines.dll",
+ "lib/netstandard2.0/System.IO.Pipelines.xml",
+ "system.io.pipelines.9.0.6.nupkg.sha512",
+ "system.io.pipelines.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "System.Memory/4.5.4": {
+ "sha512": "1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==",
+ "type": "package",
+ "path": "system.memory/4.5.4",
+ "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.4.nupkg.sha512",
+ "system.memory.nuspec",
+ "useSharedDesignerContext.txt",
+ "version.txt"
+ ]
+ },
+ "System.Memory.Data/1.0.2": {
+ "sha512": "JGkzeqgBsiZwKJZ1IxPNsDFZDhUvuEdX8L8BDC8N3KOj+6zMcNU28CNN59TpZE/VJYy9cP+5M+sbxtWJx3/xtw==",
+ "type": "package",
+ "path": "system.memory.data/1.0.2",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "CHANGELOG.md",
+ "DotNetPackageIcon.png",
+ "README.md",
+ "lib/net461/System.Memory.Data.dll",
+ "lib/net461/System.Memory.Data.xml",
+ "lib/netstandard2.0/System.Memory.Data.dll",
+ "lib/netstandard2.0/System.Memory.Data.xml",
+ "system.memory.data.1.0.2.nupkg.sha512",
+ "system.memory.data.nuspec"
+ ]
+ },
+ "System.Numerics.Vectors/4.5.0": {
+ "sha512": "QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==",
+ "type": "package",
+ "path": "system.numerics.vectors/4.5.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "lib/MonoAndroid10/_._",
+ "lib/MonoTouch10/_._",
+ "lib/net46/System.Numerics.Vectors.dll",
+ "lib/net46/System.Numerics.Vectors.xml",
+ "lib/netcoreapp2.0/_._",
+ "lib/netstandard1.0/System.Numerics.Vectors.dll",
+ "lib/netstandard1.0/System.Numerics.Vectors.xml",
+ "lib/netstandard2.0/System.Numerics.Vectors.dll",
+ "lib/netstandard2.0/System.Numerics.Vectors.xml",
+ "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.dll",
+ "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.xml",
+ "lib/uap10.0.16299/_._",
+ "lib/xamarinios10/_._",
+ "lib/xamarinmac20/_._",
+ "lib/xamarintvos10/_._",
+ "lib/xamarinwatchos10/_._",
+ "ref/MonoAndroid10/_._",
+ "ref/MonoTouch10/_._",
+ "ref/net45/System.Numerics.Vectors.dll",
+ "ref/net45/System.Numerics.Vectors.xml",
+ "ref/net46/System.Numerics.Vectors.dll",
+ "ref/net46/System.Numerics.Vectors.xml",
+ "ref/netcoreapp2.0/_._",
+ "ref/netstandard1.0/System.Numerics.Vectors.dll",
+ "ref/netstandard1.0/System.Numerics.Vectors.xml",
+ "ref/netstandard2.0/System.Numerics.Vectors.dll",
+ "ref/netstandard2.0/System.Numerics.Vectors.xml",
+ "ref/uap10.0.16299/_._",
+ "ref/xamarinios10/_._",
+ "ref/xamarinmac20/_._",
+ "ref/xamarintvos10/_._",
+ "ref/xamarinwatchos10/_._",
+ "system.numerics.vectors.4.5.0.nupkg.sha512",
+ "system.numerics.vectors.nuspec",
+ "useSharedDesignerContext.txt",
+ "version.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/8.0.1": {
+ "sha512": "CoCRHFym33aUSf/NtWSVSZa99dkd0Hm7OCZUxORBjRB16LNhIEOf8THPqzIYlvKM0nNDAPTRBa1FxEECrgaxxA==",
+ "type": "package",
+ "path": "system.security.cryptography.pkcs/8.0.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/System.Security.Cryptography.Pkcs.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net6.0/_._",
+ "buildTransitive/netcoreapp2.0/System.Security.Cryptography.Pkcs.targets",
+ "lib/net462/System.Security.Cryptography.Pkcs.dll",
+ "lib/net462/System.Security.Cryptography.Pkcs.xml",
+ "lib/net6.0/System.Security.Cryptography.Pkcs.dll",
+ "lib/net6.0/System.Security.Cryptography.Pkcs.xml",
+ "lib/net7.0/System.Security.Cryptography.Pkcs.dll",
+ "lib/net7.0/System.Security.Cryptography.Pkcs.xml",
+ "lib/net8.0/System.Security.Cryptography.Pkcs.dll",
+ "lib/net8.0/System.Security.Cryptography.Pkcs.xml",
+ "lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll",
+ "lib/netstandard2.0/System.Security.Cryptography.Pkcs.xml",
+ "lib/netstandard2.1/System.Security.Cryptography.Pkcs.dll",
+ "lib/netstandard2.1/System.Security.Cryptography.Pkcs.xml",
+ "runtimes/win/lib/net6.0/System.Security.Cryptography.Pkcs.dll",
+ "runtimes/win/lib/net6.0/System.Security.Cryptography.Pkcs.xml",
+ "runtimes/win/lib/net7.0/System.Security.Cryptography.Pkcs.dll",
+ "runtimes/win/lib/net7.0/System.Security.Cryptography.Pkcs.xml",
+ "runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.dll",
+ "runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.xml",
+ "system.security.cryptography.pkcs.8.0.1.nupkg.sha512",
+ "system.security.cryptography.pkcs.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "System.Security.Cryptography.ProtectedData/8.0.0": {
+ "sha512": "+TUFINV2q2ifyXauQXRwy4CiBhqvDEDZeVJU7qfxya4aRYOKzVBpN+4acx25VcPB9ywUN6C0n8drWl110PhZEg==",
+ "type": "package",
+ "path": "system.security.cryptography.protecteddata/8.0.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/System.Security.Cryptography.ProtectedData.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net6.0/_._",
+ "buildTransitive/netcoreapp2.0/System.Security.Cryptography.ProtectedData.targets",
+ "lib/MonoAndroid10/_._",
+ "lib/MonoTouch10/_._",
+ "lib/net462/System.Security.Cryptography.ProtectedData.dll",
+ "lib/net462/System.Security.Cryptography.ProtectedData.xml",
+ "lib/net6.0/System.Security.Cryptography.ProtectedData.dll",
+ "lib/net6.0/System.Security.Cryptography.ProtectedData.xml",
+ "lib/net7.0/System.Security.Cryptography.ProtectedData.dll",
+ "lib/net7.0/System.Security.Cryptography.ProtectedData.xml",
+ "lib/net8.0/System.Security.Cryptography.ProtectedData.dll",
+ "lib/net8.0/System.Security.Cryptography.ProtectedData.xml",
+ "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll",
+ "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.xml",
+ "lib/xamarinios10/_._",
+ "lib/xamarinmac20/_._",
+ "lib/xamarintvos10/_._",
+ "lib/xamarinwatchos10/_._",
+ "system.security.cryptography.protecteddata.8.0.0.nupkg.sha512",
+ "system.security.cryptography.protecteddata.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "System.Text.Encodings.Web/9.0.6": {
+ "sha512": "uWRgViw2yJAUyGxrzDLCc6fkzE2dZIoXxs8V6YjCujKsJuP0pnpYSlbm2/7tKd0SjBnMtwfDQhLenk3bXonVOA==",
+ "type": "package",
+ "path": "system.text.encodings.web/9.0.6",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/System.Text.Encodings.Web.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net8.0/_._",
+ "buildTransitive/netcoreapp2.0/System.Text.Encodings.Web.targets",
+ "lib/net462/System.Text.Encodings.Web.dll",
+ "lib/net462/System.Text.Encodings.Web.xml",
+ "lib/net8.0/System.Text.Encodings.Web.dll",
+ "lib/net8.0/System.Text.Encodings.Web.xml",
+ "lib/net9.0/System.Text.Encodings.Web.dll",
+ "lib/net9.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/net8.0/System.Text.Encodings.Web.dll",
+ "runtimes/browser/lib/net8.0/System.Text.Encodings.Web.xml",
+ "runtimes/browser/lib/net9.0/System.Text.Encodings.Web.dll",
+ "runtimes/browser/lib/net9.0/System.Text.Encodings.Web.xml",
+ "system.text.encodings.web.9.0.6.nupkg.sha512",
+ "system.text.encodings.web.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "System.Text.Json/9.0.6": {
+ "sha512": "h+ZtYTyTnTh5Ju6mHCKb3FPGx4ylJZgm9W7Y2psUnkhQRPMOIxX+TCN0ZgaR/+Yea+93XHWAaMzYTar1/EHIPg==",
+ "type": "package",
+ "path": "system.text.json/9.0.6",
+ "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.6.nupkg.sha512",
+ "system.text.json.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "System.Threading.Tasks.Extensions/4.5.4": {
+ "sha512": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==",
+ "type": "package",
+ "path": "system.threading.tasks.extensions/4.5.4",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "lib/MonoAndroid10/_._",
+ "lib/MonoTouch10/_._",
+ "lib/net461/System.Threading.Tasks.Extensions.dll",
+ "lib/net461/System.Threading.Tasks.Extensions.xml",
+ "lib/netcoreapp2.1/_._",
+ "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll",
+ "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml",
+ "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll",
+ "lib/netstandard2.0/System.Threading.Tasks.Extensions.xml",
+ "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll",
+ "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml",
+ "lib/xamarinios10/_._",
+ "lib/xamarinmac20/_._",
+ "lib/xamarintvos10/_._",
+ "lib/xamarinwatchos10/_._",
+ "ref/MonoAndroid10/_._",
+ "ref/MonoTouch10/_._",
+ "ref/netcoreapp2.1/_._",
+ "ref/xamarinios10/_._",
+ "ref/xamarinmac20/_._",
+ "ref/xamarintvos10/_._",
+ "ref/xamarinwatchos10/_._",
+ "system.threading.tasks.extensions.4.5.4.nupkg.sha512",
+ "system.threading.tasks.extensions.nuspec",
+ "useSharedDesignerContext.txt",
+ "version.txt"
+ ]
+ },
+ "DAL/1.0.0": {
+ "type": "project",
+ "path": "../DAL/DAL.csproj",
+ "msbuildProject": "../DAL/DAL.csproj"
+ },
+ "DAS/1.0.0": {
+ "type": "project",
+ "path": "../DAS/DAS.csproj",
+ "msbuildProject": "../DAS/DAS.csproj"
+ },
+ "Shared/1.0.0": {
+ "type": "project",
+ "path": "../SHARED/Shared.csproj",
+ "msbuildProject": "../SHARED/Shared.csproj"
+ }
+ },
+ "projectFileDependencyGroups": {
+ "net8.0": [
+ "DAL >= 1.0.0",
+ "DAS >= 1.0.0",
+ "Shared >= 1.0.0"
+ ]
+ },
+ "packageFolders": {
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\": {},
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
+ },
+ "project": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\BLL\\BLL.csproj",
+ "projectName": "BLL",
+ "projectPath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\BLL\\BLL.csproj",
+ "packagesPath": "C:\\Users\\Bastian Castro\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\BLL\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\Bastian Castro\\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"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0": {
+ "targetAlias": "net8.0",
+ "projectReferences": {
+ "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\DAL\\DAL.csproj": {
+ "projectPath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\DAL\\DAL.csproj"
+ },
+ "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\DAS\\DAS.csproj": {
+ "projectPath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\DAS\\DAS.csproj"
+ },
+ "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\SHARED\\Shared.csproj": {
+ "projectPath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\SHARED\\Shared.csproj"
+ }
+ }
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ },
+ "SdkAnalysisLevel": "9.0.300"
+ },
+ "frameworks": {
+ "net8.0": {
+ "targetAlias": "net8.0",
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.301/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/BLL/obj/project.nuget.cache b/BLL/obj/project.nuget.cache
new file mode 100644
index 0000000..6ff5a06
--- /dev/null
+++ b/BLL/obj/project.nuget.cache
@@ -0,0 +1,53 @@
+{
+ "version": 2,
+ "dgSpecHash": "VjaLo+1wz2c=",
+ "success": true,
+ "projectFilePath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\BLL\\BLL.csproj",
+ "expectedPackageFiles": [
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\azure.core\\1.38.0\\azure.core.1.38.0.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\azure.identity\\1.11.4\\azure.identity.1.11.4.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\dapper\\2.1.66\\dapper.2.1.66.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.bcl.asyncinterfaces\\1.1.1\\microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.bcl.cryptography\\8.0.0\\microsoft.bcl.cryptography.8.0.0.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.data.sqlclient\\6.0.2\\microsoft.data.sqlclient.6.0.2.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.data.sqlclient.sni.runtime\\6.0.2\\microsoft.data.sqlclient.sni.runtime.6.0.2.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.extensions.caching.abstractions\\8.0.0\\microsoft.extensions.caching.abstractions.8.0.0.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.extensions.caching.memory\\8.0.1\\microsoft.extensions.caching.memory.8.0.1.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.extensions.configuration\\9.0.6\\microsoft.extensions.configuration.9.0.6.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.extensions.configuration.abstractions\\9.0.6\\microsoft.extensions.configuration.abstractions.9.0.6.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.extensions.configuration.fileextensions\\9.0.6\\microsoft.extensions.configuration.fileextensions.9.0.6.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.extensions.configuration.json\\9.0.6\\microsoft.extensions.configuration.json.9.0.6.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.extensions.dependencyinjection.abstractions\\8.0.2\\microsoft.extensions.dependencyinjection.abstractions.8.0.2.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.extensions.fileproviders.abstractions\\9.0.6\\microsoft.extensions.fileproviders.abstractions.9.0.6.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.extensions.fileproviders.physical\\9.0.6\\microsoft.extensions.fileproviders.physical.9.0.6.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.extensions.filesystemglobbing\\9.0.6\\microsoft.extensions.filesystemglobbing.9.0.6.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.extensions.logging.abstractions\\8.0.2\\microsoft.extensions.logging.abstractions.8.0.2.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.extensions.options\\8.0.2\\microsoft.extensions.options.8.0.2.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.extensions.primitives\\9.0.6\\microsoft.extensions.primitives.9.0.6.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.identity.client\\4.61.3\\microsoft.identity.client.4.61.3.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.identity.client.extensions.msal\\4.61.3\\microsoft.identity.client.extensions.msal.4.61.3.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.identitymodel.abstractions\\7.5.0\\microsoft.identitymodel.abstractions.7.5.0.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.identitymodel.jsonwebtokens\\7.5.0\\microsoft.identitymodel.jsonwebtokens.7.5.0.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.identitymodel.logging\\7.5.0\\microsoft.identitymodel.logging.7.5.0.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.identitymodel.protocols\\7.5.0\\microsoft.identitymodel.protocols.7.5.0.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.identitymodel.protocols.openidconnect\\7.5.0\\microsoft.identitymodel.protocols.openidconnect.7.5.0.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.identitymodel.tokens\\7.5.0\\microsoft.identitymodel.tokens.7.5.0.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.sqlserver.server\\1.0.0\\microsoft.sqlserver.server.1.0.0.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\system.clientmodel\\1.0.0\\system.clientmodel.1.0.0.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\system.configuration.configurationmanager\\8.0.1\\system.configuration.configurationmanager.8.0.1.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\system.diagnostics.diagnosticsource\\6.0.1\\system.diagnostics.diagnosticsource.6.0.1.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\system.diagnostics.eventlog\\8.0.1\\system.diagnostics.eventlog.8.0.1.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\system.identitymodel.tokens.jwt\\7.5.0\\system.identitymodel.tokens.jwt.7.5.0.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\system.io.pipelines\\9.0.6\\system.io.pipelines.9.0.6.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\system.memory\\4.5.4\\system.memory.4.5.4.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\system.memory.data\\1.0.2\\system.memory.data.1.0.2.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\system.numerics.vectors\\4.5.0\\system.numerics.vectors.4.5.0.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\6.0.0\\system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\system.security.cryptography.pkcs\\8.0.1\\system.security.cryptography.pkcs.8.0.1.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\system.security.cryptography.protecteddata\\8.0.0\\system.security.cryptography.protecteddata.8.0.0.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\system.text.encodings.web\\9.0.6\\system.text.encodings.web.9.0.6.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\system.text.json\\9.0.6\\system.text.json.9.0.6.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\system.threading.tasks.extensions\\4.5.4\\system.threading.tasks.extensions.4.5.4.nupkg.sha512"
+ ],
+ "logs": []
+}
\ No newline at end of file
diff --git a/DAL/bin/Debug/net8.0/DAL.deps.json b/DAL/bin/Debug/net8.0/DAL.deps.json
new file mode 100644
index 0000000..87bc9fc
--- /dev/null
+++ b/DAL/bin/Debug/net8.0/DAL.deps.json
@@ -0,0 +1,888 @@
+{
+ "runtimeTarget": {
+ "name": ".NETCoreApp,Version=v8.0",
+ "signature": ""
+ },
+ "compilationOptions": {},
+ "targets": {
+ ".NETCoreApp,Version=v8.0": {
+ "DAL/1.0.0": {
+ "dependencies": {
+ "Dapper": "2.1.66",
+ "Microsoft.Data.SqlClient": "6.0.2",
+ "Microsoft.Extensions.Configuration": "9.0.6",
+ "Microsoft.Extensions.Configuration.Json": "9.0.6",
+ "Shared": "1.0.0"
+ },
+ "runtime": {
+ "DAL.dll": {}
+ }
+ },
+ "Azure.Core/1.38.0": {
+ "dependencies": {
+ "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
+ "System.ClientModel": "1.0.0",
+ "System.Diagnostics.DiagnosticSource": "6.0.1",
+ "System.Memory.Data": "1.0.2",
+ "System.Numerics.Vectors": "4.5.0",
+ "System.Text.Encodings.Web": "9.0.6",
+ "System.Text.Json": "9.0.6",
+ "System.Threading.Tasks.Extensions": "4.5.4"
+ },
+ "runtime": {
+ "lib/net6.0/Azure.Core.dll": {
+ "assemblyVersion": "1.38.0.0",
+ "fileVersion": "1.3800.24.12602"
+ }
+ }
+ },
+ "Azure.Identity/1.11.4": {
+ "dependencies": {
+ "Azure.Core": "1.38.0",
+ "Microsoft.Identity.Client": "4.61.3",
+ "Microsoft.Identity.Client.Extensions.Msal": "4.61.3",
+ "System.Memory": "4.5.4",
+ "System.Security.Cryptography.ProtectedData": "8.0.0",
+ "System.Text.Json": "9.0.6",
+ "System.Threading.Tasks.Extensions": "4.5.4"
+ },
+ "runtime": {
+ "lib/netstandard2.0/Azure.Identity.dll": {
+ "assemblyVersion": "1.11.4.0",
+ "fileVersion": "1.1100.424.31005"
+ }
+ }
+ },
+ "Dapper/2.1.66": {
+ "runtime": {
+ "lib/net8.0/Dapper.dll": {
+ "assemblyVersion": "2.0.0.0",
+ "fileVersion": "2.1.66.48463"
+ }
+ }
+ },
+ "Microsoft.Bcl.AsyncInterfaces/1.1.1": {
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {
+ "assemblyVersion": "1.0.0.0",
+ "fileVersion": "4.700.20.21406"
+ }
+ }
+ },
+ "Microsoft.Bcl.Cryptography/8.0.0": {
+ "runtime": {
+ "lib/net8.0/Microsoft.Bcl.Cryptography.dll": {
+ "assemblyVersion": "8.0.0.0",
+ "fileVersion": "8.0.23.53103"
+ }
+ }
+ },
+ "Microsoft.Data.SqlClient/6.0.2": {
+ "dependencies": {
+ "Azure.Identity": "1.11.4",
+ "Microsoft.Bcl.Cryptography": "8.0.0",
+ "Microsoft.Data.SqlClient.SNI.runtime": "6.0.2",
+ "Microsoft.Extensions.Caching.Memory": "8.0.1",
+ "Microsoft.IdentityModel.JsonWebTokens": "7.5.0",
+ "Microsoft.IdentityModel.Protocols.OpenIdConnect": "7.5.0",
+ "Microsoft.SqlServer.Server": "1.0.0",
+ "System.Configuration.ConfigurationManager": "8.0.1",
+ "System.Security.Cryptography.Pkcs": "8.0.1"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Data.SqlClient.dll": {
+ "assemblyVersion": "6.0.0.0",
+ "fileVersion": "6.2.25115.4"
+ }
+ },
+ "resources": {
+ "lib/net8.0/cs/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "cs"
+ },
+ "lib/net8.0/de/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "de"
+ },
+ "lib/net8.0/es/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "es"
+ },
+ "lib/net8.0/fr/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "fr"
+ },
+ "lib/net8.0/it/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "it"
+ },
+ "lib/net8.0/ja/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "ja"
+ },
+ "lib/net8.0/ko/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "ko"
+ },
+ "lib/net8.0/pl/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "pl"
+ },
+ "lib/net8.0/pt-BR/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "pt-BR"
+ },
+ "lib/net8.0/ru/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "ru"
+ },
+ "lib/net8.0/tr/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "tr"
+ },
+ "lib/net8.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "zh-Hans"
+ },
+ "lib/net8.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "zh-Hant"
+ }
+ },
+ "runtimeTargets": {
+ "runtimes/unix/lib/net8.0/Microsoft.Data.SqlClient.dll": {
+ "rid": "unix",
+ "assetType": "runtime",
+ "assemblyVersion": "6.0.0.0",
+ "fileVersion": "6.2.25115.4"
+ },
+ "runtimes/win/lib/net8.0/Microsoft.Data.SqlClient.dll": {
+ "rid": "win",
+ "assetType": "runtime",
+ "assemblyVersion": "6.0.0.0",
+ "fileVersion": "6.2.25115.4"
+ }
+ }
+ },
+ "Microsoft.Data.SqlClient.SNI.runtime/6.0.2": {
+ "runtimeTargets": {
+ "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": {
+ "rid": "win-arm64",
+ "assetType": "native",
+ "fileVersion": "6.2.0.0"
+ },
+ "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": {
+ "rid": "win-x64",
+ "assetType": "native",
+ "fileVersion": "6.2.0.0"
+ },
+ "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": {
+ "rid": "win-x86",
+ "assetType": "native",
+ "fileVersion": "6.2.0.0"
+ }
+ }
+ },
+ "Microsoft.Extensions.Caching.Abstractions/8.0.0": {
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "9.0.6"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": {
+ "assemblyVersion": "8.0.0.0",
+ "fileVersion": "8.0.23.53103"
+ }
+ }
+ },
+ "Microsoft.Extensions.Caching.Memory/8.0.1": {
+ "dependencies": {
+ "Microsoft.Extensions.Caching.Abstractions": "8.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2",
+ "Microsoft.Extensions.Logging.Abstractions": "8.0.2",
+ "Microsoft.Extensions.Options": "8.0.2",
+ "Microsoft.Extensions.Primitives": "9.0.6"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": {
+ "assemblyVersion": "8.0.0.0",
+ "fileVersion": "8.0.1024.46610"
+ }
+ }
+ },
+ "Microsoft.Extensions.Configuration/9.0.6": {
+ "dependencies": {
+ "Microsoft.Extensions.Configuration.Abstractions": "9.0.6",
+ "Microsoft.Extensions.Primitives": "9.0.6"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Configuration.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.625.26613"
+ }
+ }
+ },
+ "Microsoft.Extensions.Configuration.Abstractions/9.0.6": {
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "9.0.6"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.625.26613"
+ }
+ }
+ },
+ "Microsoft.Extensions.Configuration.FileExtensions/9.0.6": {
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": "9.0.6",
+ "Microsoft.Extensions.Configuration.Abstractions": "9.0.6",
+ "Microsoft.Extensions.FileProviders.Abstractions": "9.0.6",
+ "Microsoft.Extensions.FileProviders.Physical": "9.0.6",
+ "Microsoft.Extensions.Primitives": "9.0.6"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.625.26613"
+ }
+ }
+ },
+ "Microsoft.Extensions.Configuration.Json/9.0.6": {
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": "9.0.6",
+ "Microsoft.Extensions.Configuration.Abstractions": "9.0.6",
+ "Microsoft.Extensions.Configuration.FileExtensions": "9.0.6",
+ "Microsoft.Extensions.FileProviders.Abstractions": "9.0.6",
+ "System.Text.Json": "9.0.6"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.625.26613"
+ }
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.2": {
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "assemblyVersion": "8.0.0.0",
+ "fileVersion": "8.0.1024.46610"
+ }
+ }
+ },
+ "Microsoft.Extensions.FileProviders.Abstractions/9.0.6": {
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "9.0.6"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.625.26613"
+ }
+ }
+ },
+ "Microsoft.Extensions.FileProviders.Physical/9.0.6": {
+ "dependencies": {
+ "Microsoft.Extensions.FileProviders.Abstractions": "9.0.6",
+ "Microsoft.Extensions.FileSystemGlobbing": "9.0.6",
+ "Microsoft.Extensions.Primitives": "9.0.6"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.625.26613"
+ }
+ }
+ },
+ "Microsoft.Extensions.FileSystemGlobbing/9.0.6": {
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.625.26613"
+ }
+ }
+ },
+ "Microsoft.Extensions.Logging.Abstractions/8.0.2": {
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "assemblyVersion": "8.0.0.0",
+ "fileVersion": "8.0.1024.46610"
+ }
+ }
+ },
+ "Microsoft.Extensions.Options/8.0.2": {
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2",
+ "Microsoft.Extensions.Primitives": "9.0.6"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Options.dll": {
+ "assemblyVersion": "8.0.0.0",
+ "fileVersion": "8.0.224.6711"
+ }
+ }
+ },
+ "Microsoft.Extensions.Primitives/9.0.6": {
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Primitives.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.625.26613"
+ }
+ }
+ },
+ "Microsoft.Identity.Client/4.61.3": {
+ "dependencies": {
+ "Microsoft.IdentityModel.Abstractions": "7.5.0",
+ "System.Diagnostics.DiagnosticSource": "6.0.1"
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Identity.Client.dll": {
+ "assemblyVersion": "4.61.3.0",
+ "fileVersion": "4.61.3.0"
+ }
+ }
+ },
+ "Microsoft.Identity.Client.Extensions.Msal/4.61.3": {
+ "dependencies": {
+ "Microsoft.Identity.Client": "4.61.3",
+ "System.Security.Cryptography.ProtectedData": "8.0.0"
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll": {
+ "assemblyVersion": "4.61.3.0",
+ "fileVersion": "4.61.3.0"
+ }
+ }
+ },
+ "Microsoft.IdentityModel.Abstractions/7.5.0": {
+ "runtime": {
+ "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": {
+ "assemblyVersion": "7.5.0.0",
+ "fileVersion": "7.5.0.50326"
+ }
+ }
+ },
+ "Microsoft.IdentityModel.JsonWebTokens/7.5.0": {
+ "dependencies": {
+ "Microsoft.IdentityModel.Tokens": "7.5.0"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
+ "assemblyVersion": "7.5.0.0",
+ "fileVersion": "7.5.0.50326"
+ }
+ }
+ },
+ "Microsoft.IdentityModel.Logging/7.5.0": {
+ "dependencies": {
+ "Microsoft.IdentityModel.Abstractions": "7.5.0"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.IdentityModel.Logging.dll": {
+ "assemblyVersion": "7.5.0.0",
+ "fileVersion": "7.5.0.50326"
+ }
+ }
+ },
+ "Microsoft.IdentityModel.Protocols/7.5.0": {
+ "dependencies": {
+ "Microsoft.IdentityModel.Tokens": "7.5.0"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.IdentityModel.Protocols.dll": {
+ "assemblyVersion": "7.5.0.0",
+ "fileVersion": "7.5.0.50326"
+ }
+ }
+ },
+ "Microsoft.IdentityModel.Protocols.OpenIdConnect/7.5.0": {
+ "dependencies": {
+ "Microsoft.IdentityModel.Protocols": "7.5.0",
+ "System.IdentityModel.Tokens.Jwt": "7.5.0"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {
+ "assemblyVersion": "7.5.0.0",
+ "fileVersion": "7.5.0.50326"
+ }
+ }
+ },
+ "Microsoft.IdentityModel.Tokens/7.5.0": {
+ "dependencies": {
+ "Microsoft.IdentityModel.Logging": "7.5.0"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.IdentityModel.Tokens.dll": {
+ "assemblyVersion": "7.5.0.0",
+ "fileVersion": "7.5.0.50326"
+ }
+ }
+ },
+ "Microsoft.SqlServer.Server/1.0.0": {
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": {
+ "assemblyVersion": "1.0.0.0",
+ "fileVersion": "1.0.0.0"
+ }
+ }
+ },
+ "System.ClientModel/1.0.0": {
+ "dependencies": {
+ "System.Memory.Data": "1.0.2",
+ "System.Text.Json": "9.0.6"
+ },
+ "runtime": {
+ "lib/net6.0/System.ClientModel.dll": {
+ "assemblyVersion": "1.0.0.0",
+ "fileVersion": "1.0.24.5302"
+ }
+ }
+ },
+ "System.Configuration.ConfigurationManager/8.0.1": {
+ "dependencies": {
+ "System.Diagnostics.EventLog": "8.0.1",
+ "System.Security.Cryptography.ProtectedData": "8.0.0"
+ },
+ "runtime": {
+ "lib/net8.0/System.Configuration.ConfigurationManager.dll": {
+ "assemblyVersion": "8.0.0.0",
+ "fileVersion": "8.0.1024.46610"
+ }
+ }
+ },
+ "System.Diagnostics.DiagnosticSource/6.0.1": {
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ }
+ },
+ "System.Diagnostics.EventLog/8.0.1": {
+ "runtime": {
+ "lib/net8.0/System.Diagnostics.EventLog.dll": {
+ "assemblyVersion": "8.0.0.0",
+ "fileVersion": "8.0.1024.46610"
+ }
+ },
+ "runtimeTargets": {
+ "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll": {
+ "rid": "win",
+ "assetType": "runtime",
+ "assemblyVersion": "8.0.0.0",
+ "fileVersion": "0.0.0.0"
+ },
+ "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll": {
+ "rid": "win",
+ "assetType": "runtime",
+ "assemblyVersion": "8.0.0.0",
+ "fileVersion": "8.0.1024.46610"
+ }
+ }
+ },
+ "System.IdentityModel.Tokens.Jwt/7.5.0": {
+ "dependencies": {
+ "Microsoft.IdentityModel.JsonWebTokens": "7.5.0",
+ "Microsoft.IdentityModel.Tokens": "7.5.0"
+ },
+ "runtime": {
+ "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": {
+ "assemblyVersion": "7.5.0.0",
+ "fileVersion": "7.5.0.50326"
+ }
+ }
+ },
+ "System.IO.Pipelines/9.0.6": {
+ "runtime": {
+ "lib/net8.0/System.IO.Pipelines.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.625.26613"
+ }
+ }
+ },
+ "System.Memory/4.5.4": {},
+ "System.Memory.Data/1.0.2": {
+ "dependencies": {
+ "System.Text.Encodings.Web": "9.0.6",
+ "System.Text.Json": "9.0.6"
+ },
+ "runtime": {
+ "lib/netstandard2.0/System.Memory.Data.dll": {
+ "assemblyVersion": "1.0.2.0",
+ "fileVersion": "1.0.221.20802"
+ }
+ }
+ },
+ "System.Numerics.Vectors/4.5.0": {},
+ "System.Runtime.CompilerServices.Unsafe/6.0.0": {},
+ "System.Security.Cryptography.Pkcs/8.0.1": {
+ "runtime": {
+ "lib/net8.0/System.Security.Cryptography.Pkcs.dll": {
+ "assemblyVersion": "8.0.0.0",
+ "fileVersion": "8.0.1024.46610"
+ }
+ },
+ "runtimeTargets": {
+ "runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.dll": {
+ "rid": "win",
+ "assetType": "runtime",
+ "assemblyVersion": "8.0.0.0",
+ "fileVersion": "8.0.1024.46610"
+ }
+ }
+ },
+ "System.Security.Cryptography.ProtectedData/8.0.0": {
+ "runtime": {
+ "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": {
+ "assemblyVersion": "8.0.0.0",
+ "fileVersion": "8.0.23.53103"
+ }
+ }
+ },
+ "System.Text.Encodings.Web/9.0.6": {
+ "runtime": {
+ "lib/net8.0/System.Text.Encodings.Web.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.625.26613"
+ }
+ },
+ "runtimeTargets": {
+ "runtimes/browser/lib/net8.0/System.Text.Encodings.Web.dll": {
+ "rid": "browser",
+ "assetType": "runtime",
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.625.26613"
+ }
+ }
+ },
+ "System.Text.Json/9.0.6": {
+ "dependencies": {
+ "System.IO.Pipelines": "9.0.6",
+ "System.Text.Encodings.Web": "9.0.6"
+ },
+ "runtime": {
+ "lib/net8.0/System.Text.Json.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.625.26613"
+ }
+ }
+ },
+ "System.Threading.Tasks.Extensions/4.5.4": {},
+ "Shared/1.0.0": {
+ "runtime": {
+ "Shared.dll": {
+ "assemblyVersion": "1.0.0.0",
+ "fileVersion": "1.0.0.0"
+ }
+ }
+ }
+ }
+ },
+ "libraries": {
+ "DAL/1.0.0": {
+ "type": "project",
+ "serviceable": false,
+ "sha512": ""
+ },
+ "Azure.Core/1.38.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-IuEgCoVA0ef7E4pQtpC3+TkPbzaoQfa77HlfJDmfuaJUCVJmn7fT0izamZiryW5sYUFKizsftIxMkXKbgIcPMQ==",
+ "path": "azure.core/1.38.0",
+ "hashPath": "azure.core.1.38.0.nupkg.sha512"
+ },
+ "Azure.Identity/1.11.4": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-Sf4BoE6Q3jTgFkgBkx7qztYOFELBCo+wQgpYDwal/qJ1unBH73ywPztIJKXBXORRzAeNijsuxhk94h0TIMvfYg==",
+ "path": "azure.identity/1.11.4",
+ "hashPath": "azure.identity.1.11.4.nupkg.sha512"
+ },
+ "Dapper/2.1.66": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-/q77jUgDOS+bzkmk3Vy9SiWMaetTw+NOoPAV0xPBsGVAyljd5S6P+4RUW7R3ZUGGr9lDRyPKgAMj2UAOwvqZYw==",
+ "path": "dapper/2.1.66",
+ "hashPath": "dapper.2.1.66.nupkg.sha512"
+ },
+ "Microsoft.Bcl.AsyncInterfaces/1.1.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-yuvf07qFWFqtK3P/MRkEKLhn5r2UbSpVueRziSqj0yJQIKFwG1pq9mOayK3zE5qZCTs0CbrwL9M6R8VwqyGy2w==",
+ "path": "microsoft.bcl.asyncinterfaces/1.1.1",
+ "hashPath": "microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512"
+ },
+ "Microsoft.Bcl.Cryptography/8.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-Y3t/c7C5XHJGFDnohjf1/9SYF3ZOfEU1fkNQuKg/dGf9hN18yrQj2owHITGfNS3+lKJdW6J4vY98jYu57jCO8A==",
+ "path": "microsoft.bcl.cryptography/8.0.0",
+ "hashPath": "microsoft.bcl.cryptography.8.0.0.nupkg.sha512"
+ },
+ "Microsoft.Data.SqlClient/6.0.2": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-RDqwzNu5slSqGy0eSgnN4fuLdGI1w9ZHBRNALrbUsykOIbXtGCpyotG0r5zz+HHtzxbe6LtcAyWcOiu0a+Fx/A==",
+ "path": "microsoft.data.sqlclient/6.0.2",
+ "hashPath": "microsoft.data.sqlclient.6.0.2.nupkg.sha512"
+ },
+ "Microsoft.Data.SqlClient.SNI.runtime/6.0.2": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-f+pRODTWX7Y67jXO3T5S2dIPZ9qMJNySjlZT/TKmWVNWe19N8jcWmHaqHnnchaq3gxEKv1SWVY5EFzOD06l41w==",
+ "path": "microsoft.data.sqlclient.sni.runtime/6.0.2",
+ "hashPath": "microsoft.data.sqlclient.sni.runtime.6.0.2.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Caching.Abstractions/8.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-3KuSxeHoNYdxVYfg2IRZCThcrlJ1XJqIXkAWikCsbm5C/bCjv7G0WoKDyuR98Q+T607QT2Zl5GsbGRkENcV2yQ==",
+ "path": "microsoft.extensions.caching.abstractions/8.0.0",
+ "hashPath": "microsoft.extensions.caching.abstractions.8.0.0.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Caching.Memory/8.0.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-HFDnhYLccngrzyGgHkjEDU5FMLn4MpOsr5ElgsBMC4yx6lJh4jeWO7fHS8+TXPq+dgxCmUa/Trl8svObmwW4QA==",
+ "path": "microsoft.extensions.caching.memory/8.0.1",
+ "hashPath": "microsoft.extensions.caching.memory.8.0.1.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Configuration/9.0.6": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-VWB5jdkxHsRiuoniTqwOL32R4OWyp5If/bAucLjRJczRVNcwb8iCXKLjn3Inv8fv+jHMVMnvQLg7xhSys+y5PA==",
+ "path": "microsoft.extensions.configuration/9.0.6",
+ "hashPath": "microsoft.extensions.configuration.9.0.6.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Configuration.Abstractions/9.0.6": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-3GgMIi2jP8g1fBW93Z9b9Unamc0SIsgyhiCmC91gq4loTixK9vQMuxxUsfJ1kRGwn+/FqLKwOHqmn0oYWn3Fvw==",
+ "path": "microsoft.extensions.configuration.abstractions/9.0.6",
+ "hashPath": "microsoft.extensions.configuration.abstractions.9.0.6.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Configuration.FileExtensions/9.0.6": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-pCEueasI5JhJ24KYzMFxtG40zyLnWpcQYawpARh9FNq9XbWozuWgexmdkPa8p8YoVNlpi3ecKfcjfoRMkKAufw==",
+ "path": "microsoft.extensions.configuration.fileextensions/9.0.6",
+ "hashPath": "microsoft.extensions.configuration.fileextensions.9.0.6.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Configuration.Json/9.0.6": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-N0dgOYQ9tDzJouL9Tyx2dgMCcHV2pBaY8yVtorbDqYYwiDRS2zd1TbhTA2FMHqXF3SMjBoO+gONZcDoA79gdSA==",
+ "path": "microsoft.extensions.configuration.json/9.0.6",
+ "hashPath": "microsoft.extensions.configuration.json.9.0.6.nupkg.sha512"
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.2": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-3iE7UF7MQkCv1cxzCahz+Y/guQbTqieyxyaWKhrRO91itI9cOKO76OHeQDahqG4MmW5umr3CcCvGmK92lWNlbg==",
+ "path": "microsoft.extensions.dependencyinjection.abstractions/8.0.2",
+ "hashPath": "microsoft.extensions.dependencyinjection.abstractions.8.0.2.nupkg.sha512"
+ },
+ "Microsoft.Extensions.FileProviders.Abstractions/9.0.6": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-q9FPkSGVA9ipI255p3PBAvWNXas5Tzjyp/DwYSwT+46mIFw9fWZahsF6vHpoxLt5/vtANotH2sAm7HunuFIx9g==",
+ "path": "microsoft.extensions.fileproviders.abstractions/9.0.6",
+ "hashPath": "microsoft.extensions.fileproviders.abstractions.9.0.6.nupkg.sha512"
+ },
+ "Microsoft.Extensions.FileProviders.Physical/9.0.6": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-l+dFA0NRl90vSIiJNy5d7V0kpTEOWHTqbgoWYzlTwF5uiM5sWJ953haaELKE05jkyJdnemVTnqjrlgo4wo7oyg==",
+ "path": "microsoft.extensions.fileproviders.physical/9.0.6",
+ "hashPath": "microsoft.extensions.fileproviders.physical.9.0.6.nupkg.sha512"
+ },
+ "Microsoft.Extensions.FileSystemGlobbing/9.0.6": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-1HJCAbwukNEoYbHgHbKHmenU0V/0huw8+i7Qtf5rLUG1E+3kEwRJQxpwD3wbTEagIgPSQisNgJTvmUX9yYVc6g==",
+ "path": "microsoft.extensions.filesystemglobbing/9.0.6",
+ "hashPath": "microsoft.extensions.filesystemglobbing.9.0.6.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Logging.Abstractions/8.0.2": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-nroMDjS7hNBPtkZqVBbSiQaQjWRDxITI8Y7XnDs97rqG3EbzVTNLZQf7bIeUJcaHOV8bca47s1Uxq94+2oGdxA==",
+ "path": "microsoft.extensions.logging.abstractions/8.0.2",
+ "hashPath": "microsoft.extensions.logging.abstractions.8.0.2.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Options/8.0.2": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-dWGKvhFybsaZpGmzkGCbNNwBD1rVlWzrZKANLW/CcbFJpCEceMCGzT7zZwHOGBCbwM0SzBuceMj5HN1LKV1QqA==",
+ "path": "microsoft.extensions.options/8.0.2",
+ "hashPath": "microsoft.extensions.options.8.0.2.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Primitives/9.0.6": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-BHniU24QV67qp1pJknqYSofAPYGmijGI8D+ci9yfw33iuFdyOeB9lWTg78ThyYLyQwZw3s0vZ36VMb0MqbUuLw==",
+ "path": "microsoft.extensions.primitives/9.0.6",
+ "hashPath": "microsoft.extensions.primitives.9.0.6.nupkg.sha512"
+ },
+ "Microsoft.Identity.Client/4.61.3": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-naJo/Qm35Caaoxp5utcw+R8eU8ZtLz2ALh8S+gkekOYQ1oazfCQMWVT4NJ/FnHzdIJlm8dMz0oMpMGCabx5odA==",
+ "path": "microsoft.identity.client/4.61.3",
+ "hashPath": "microsoft.identity.client.4.61.3.nupkg.sha512"
+ },
+ "Microsoft.Identity.Client.Extensions.Msal/4.61.3": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-PWnJcznrSGr25MN8ajlc2XIDW4zCFu0U6FkpaNLEWLgd1NgFCp5uDY3mqLDgM8zCN8hqj8yo5wHYfLB2HjcdGw==",
+ "path": "microsoft.identity.client.extensions.msal/4.61.3",
+ "hashPath": "microsoft.identity.client.extensions.msal.4.61.3.nupkg.sha512"
+ },
+ "Microsoft.IdentityModel.Abstractions/7.5.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-seOFPaBQh2K683eFujAuDsrO2XbOA+SvxRli+wu7kl+ZymuGQzjmmUKfyFHmDazpPOBnmOX1ZnjX7zFDZHyNIA==",
+ "path": "microsoft.identitymodel.abstractions/7.5.0",
+ "hashPath": "microsoft.identitymodel.abstractions.7.5.0.nupkg.sha512"
+ },
+ "Microsoft.IdentityModel.JsonWebTokens/7.5.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-mfyiGptbcH+oYrzAtWWwuV+7MoM0G0si+9owaj6DGWInhq/N/KDj/pWHhq1ShdmBu332gjP+cppjgwBpsOj7Fg==",
+ "path": "microsoft.identitymodel.jsonwebtokens/7.5.0",
+ "hashPath": "microsoft.identitymodel.jsonwebtokens.7.5.0.nupkg.sha512"
+ },
+ "Microsoft.IdentityModel.Logging/7.5.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-3BInZEajJvnTDP/YRrmJ3Fyw8XAWWR9jG+3FkhhzRJJYItVL+BEH9qlgxSmtrxp7S7N6TOv+Y+X8BG61viiehQ==",
+ "path": "microsoft.identitymodel.logging/7.5.0",
+ "hashPath": "microsoft.identitymodel.logging.7.5.0.nupkg.sha512"
+ },
+ "Microsoft.IdentityModel.Protocols/7.5.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-ugyb0Nm+I+UrHGYg28mL8oCV31xZrOEbs8fQkcShUoKvgk22HroD2odCnqEf56CoAFYTwoDExz8deXzrFC+TyA==",
+ "path": "microsoft.identitymodel.protocols/7.5.0",
+ "hashPath": "microsoft.identitymodel.protocols.7.5.0.nupkg.sha512"
+ },
+ "Microsoft.IdentityModel.Protocols.OpenIdConnect/7.5.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-/U3I/8uutTqZr2n/zt0q08bluYklq+5VWP7ZuOGpTUR1ln5bSbrexAzdSGzrhxTxNNbHMCU8Mn2bNQvcmehAxg==",
+ "path": "microsoft.identitymodel.protocols.openidconnect/7.5.0",
+ "hashPath": "microsoft.identitymodel.protocols.openidconnect.7.5.0.nupkg.sha512"
+ },
+ "Microsoft.IdentityModel.Tokens/7.5.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-owe33wqe0ZbwBxM3D90I0XotxNyTdl85jud03d+OrUOJNnTiqnYePwBk3WU9yW0Rk5CYX+sfSim7frmu6jeEzQ==",
+ "path": "microsoft.identitymodel.tokens/7.5.0",
+ "hashPath": "microsoft.identitymodel.tokens.7.5.0.nupkg.sha512"
+ },
+ "Microsoft.SqlServer.Server/1.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-N4KeF3cpcm1PUHym1RmakkzfkEv3GRMyofVv40uXsQhCQeglr2OHNcUk2WOG51AKpGO8ynGpo9M/kFXSzghwug==",
+ "path": "microsoft.sqlserver.server/1.0.0",
+ "hashPath": "microsoft.sqlserver.server.1.0.0.nupkg.sha512"
+ },
+ "System.ClientModel/1.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-I3CVkvxeqFYjIVEP59DnjbeoGNfo/+SZrCLpRz2v/g0gpCHaEMPtWSY0s9k/7jR1rAsLNg2z2u1JRB76tPjnIw==",
+ "path": "system.clientmodel/1.0.0",
+ "hashPath": "system.clientmodel.1.0.0.nupkg.sha512"
+ },
+ "System.Configuration.ConfigurationManager/8.0.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-gPYFPDyohW2gXNhdQRSjtmeS6FymL2crg4Sral1wtvEJ7DUqFCDWDVbbLobASbzxfic8U1hQEdC7hmg9LHncMw==",
+ "path": "system.configuration.configurationmanager/8.0.1",
+ "hashPath": "system.configuration.configurationmanager.8.0.1.nupkg.sha512"
+ },
+ "System.Diagnostics.DiagnosticSource/6.0.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-KiLYDu2k2J82Q9BJpWiuQqCkFjRBWVq4jDzKKWawVi9KWzyD0XG3cmfX0vqTQlL14Wi9EufJrbL0+KCLTbqWiQ==",
+ "path": "system.diagnostics.diagnosticsource/6.0.1",
+ "hashPath": "system.diagnostics.diagnosticsource.6.0.1.nupkg.sha512"
+ },
+ "System.Diagnostics.EventLog/8.0.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-n1ZP7NM2Gkn/MgD8+eOT5MulMj6wfeQMNS2Pizvq5GHCZfjlFMXV2irQlQmJhwA2VABC57M0auudO89Iu2uRLg==",
+ "path": "system.diagnostics.eventlog/8.0.1",
+ "hashPath": "system.diagnostics.eventlog.8.0.1.nupkg.sha512"
+ },
+ "System.IdentityModel.Tokens.Jwt/7.5.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-D0TtrWOfoPdyYSlvOGaU9F1QR+qrbgJ/4eiEsQkIz7YQKIKkGXQldXukn6cYG9OahSq5UVMvyAIObECpH6Wglg==",
+ "path": "system.identitymodel.tokens.jwt/7.5.0",
+ "hashPath": "system.identitymodel.tokens.jwt.7.5.0.nupkg.sha512"
+ },
+ "System.IO.Pipelines/9.0.6": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-0nlr0reXrRmkZNKifKqh2DgGhQgfkT7Qa3gQxIn/JI7/y3WDiTz67M+Sq3vFhUqcG8O5zVrpqHvIHeGPGUBsEw==",
+ "path": "system.io.pipelines/9.0.6",
+ "hashPath": "system.io.pipelines.9.0.6.nupkg.sha512"
+ },
+ "System.Memory/4.5.4": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==",
+ "path": "system.memory/4.5.4",
+ "hashPath": "system.memory.4.5.4.nupkg.sha512"
+ },
+ "System.Memory.Data/1.0.2": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-JGkzeqgBsiZwKJZ1IxPNsDFZDhUvuEdX8L8BDC8N3KOj+6zMcNU28CNN59TpZE/VJYy9cP+5M+sbxtWJx3/xtw==",
+ "path": "system.memory.data/1.0.2",
+ "hashPath": "system.memory.data.1.0.2.nupkg.sha512"
+ },
+ "System.Numerics.Vectors/4.5.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==",
+ "path": "system.numerics.vectors/4.5.0",
+ "hashPath": "system.numerics.vectors.4.5.0.nupkg.sha512"
+ },
+ "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==",
+ "path": "system.runtime.compilerservices.unsafe/6.0.0",
+ "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512"
+ },
+ "System.Security.Cryptography.Pkcs/8.0.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-CoCRHFym33aUSf/NtWSVSZa99dkd0Hm7OCZUxORBjRB16LNhIEOf8THPqzIYlvKM0nNDAPTRBa1FxEECrgaxxA==",
+ "path": "system.security.cryptography.pkcs/8.0.1",
+ "hashPath": "system.security.cryptography.pkcs.8.0.1.nupkg.sha512"
+ },
+ "System.Security.Cryptography.ProtectedData/8.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-+TUFINV2q2ifyXauQXRwy4CiBhqvDEDZeVJU7qfxya4aRYOKzVBpN+4acx25VcPB9ywUN6C0n8drWl110PhZEg==",
+ "path": "system.security.cryptography.protecteddata/8.0.0",
+ "hashPath": "system.security.cryptography.protecteddata.8.0.0.nupkg.sha512"
+ },
+ "System.Text.Encodings.Web/9.0.6": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-uWRgViw2yJAUyGxrzDLCc6fkzE2dZIoXxs8V6YjCujKsJuP0pnpYSlbm2/7tKd0SjBnMtwfDQhLenk3bXonVOA==",
+ "path": "system.text.encodings.web/9.0.6",
+ "hashPath": "system.text.encodings.web.9.0.6.nupkg.sha512"
+ },
+ "System.Text.Json/9.0.6": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-h+ZtYTyTnTh5Ju6mHCKb3FPGx4ylJZgm9W7Y2psUnkhQRPMOIxX+TCN0ZgaR/+Yea+93XHWAaMzYTar1/EHIPg==",
+ "path": "system.text.json/9.0.6",
+ "hashPath": "system.text.json.9.0.6.nupkg.sha512"
+ },
+ "System.Threading.Tasks.Extensions/4.5.4": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==",
+ "path": "system.threading.tasks.extensions/4.5.4",
+ "hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512"
+ },
+ "Shared/1.0.0": {
+ "type": "project",
+ "serviceable": false,
+ "sha512": ""
+ }
+ }
+}
\ No newline at end of file
diff --git a/DAL/bin/Debug/net8.0/DAL.dll b/DAL/bin/Debug/net8.0/DAL.dll
new file mode 100644
index 0000000..0bb1fa6
Binary files /dev/null and b/DAL/bin/Debug/net8.0/DAL.dll differ
diff --git a/DAL/bin/Debug/net8.0/DAL.pdb b/DAL/bin/Debug/net8.0/DAL.pdb
new file mode 100644
index 0000000..48b88ed
Binary files /dev/null and b/DAL/bin/Debug/net8.0/DAL.pdb differ
diff --git a/DAL/bin/Debug/net8.0/Shared.dll b/DAL/bin/Debug/net8.0/Shared.dll
new file mode 100644
index 0000000..6469eb5
Binary files /dev/null and b/DAL/bin/Debug/net8.0/Shared.dll differ
diff --git a/DAL/bin/Debug/net8.0/Shared.pdb b/DAL/bin/Debug/net8.0/Shared.pdb
new file mode 100644
index 0000000..216a884
Binary files /dev/null and b/DAL/bin/Debug/net8.0/Shared.pdb differ
diff --git a/DAL/obj/DAL.csproj.nuget.dgspec.json b/DAL/obj/DAL.csproj.nuget.dgspec.json
new file mode 100644
index 0000000..1dc32c5
--- /dev/null
+++ b/DAL/obj/DAL.csproj.nuget.dgspec.json
@@ -0,0 +1,162 @@
+{
+ "format": 1,
+ "restore": {
+ "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\DAL\\DAL.csproj": {}
+ },
+ "projects": {
+ "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\DAL\\DAL.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\DAL\\DAL.csproj",
+ "projectName": "DAL",
+ "projectPath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\DAL\\DAL.csproj",
+ "packagesPath": "C:\\Users\\Bastian Castro\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\DAL\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\Bastian Castro\\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"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0": {
+ "targetAlias": "net8.0",
+ "projectReferences": {
+ "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\SHARED\\Shared.csproj": {
+ "projectPath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\SHARED\\Shared.csproj"
+ }
+ }
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ },
+ "SdkAnalysisLevel": "9.0.300"
+ },
+ "frameworks": {
+ "net8.0": {
+ "targetAlias": "net8.0",
+ "dependencies": {
+ "Dapper": {
+ "target": "Package",
+ "version": "[2.1.66, )"
+ },
+ "Microsoft.Data.SqlClient": {
+ "target": "Package",
+ "version": "[6.0.2, )"
+ },
+ "Microsoft.Extensions.Configuration": {
+ "target": "Package",
+ "version": "[9.0.6, )"
+ },
+ "Microsoft.Extensions.Configuration.Json": {
+ "target": "Package",
+ "version": "[9.0.6, )"
+ }
+ },
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.301/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ },
+ "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\SHARED\\Shared.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\SHARED\\Shared.csproj",
+ "projectName": "Shared",
+ "projectPath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\SHARED\\Shared.csproj",
+ "packagesPath": "C:\\Users\\Bastian Castro\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\SHARED\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\Bastian Castro\\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"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0": {
+ "targetAlias": "net8.0",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ },
+ "SdkAnalysisLevel": "9.0.300"
+ },
+ "frameworks": {
+ "net8.0": {
+ "targetAlias": "net8.0",
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.301/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/DAL/obj/DAL.csproj.nuget.g.props b/DAL/obj/DAL.csproj.nuget.g.props
new file mode 100644
index 0000000..5f3545a
--- /dev/null
+++ b/DAL/obj/DAL.csproj.nuget.g.props
@@ -0,0 +1,16 @@
+
+
+
+ True
+ NuGet
+ $(MSBuildThisFileDirectory)project.assets.json
+ $(UserProfile)\.nuget\packages\
+ C:\Users\Bastian Castro\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages
+ PackageReference
+ 6.14.0
+
+
+
+
+
+
\ No newline at end of file
diff --git a/DAL/obj/DAL.csproj.nuget.g.targets b/DAL/obj/DAL.csproj.nuget.g.targets
new file mode 100644
index 0000000..c8403a9
--- /dev/null
+++ b/DAL/obj/DAL.csproj.nuget.g.targets
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/DAL/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/DAL/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs
new file mode 100644
index 0000000..2217181
--- /dev/null
+++ b/DAL/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs
@@ -0,0 +1,4 @@
+//
+using System;
+using System.Reflection;
+[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]
diff --git a/DAL/obj/Debug/net8.0/DAL.AssemblyInfo.cs b/DAL/obj/Debug/net8.0/DAL.AssemblyInfo.cs
new file mode 100644
index 0000000..8602535
--- /dev/null
+++ b/DAL/obj/Debug/net8.0/DAL.AssemblyInfo.cs
@@ -0,0 +1,23 @@
+//------------------------------------------------------------------------------
+//
+// Este código fue generado por una herramienta.
+// Versión de runtime:4.0.30319.42000
+//
+// Los cambios en este archivo podrían causar un comportamiento incorrecto y se perderán si
+// se vuelve a generar el código.
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("DAL")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+cdcaa6e49f5495b176ca06e37a04b9a4e1d17b40")]
+[assembly: System.Reflection.AssemblyProductAttribute("DAL")]
+[assembly: System.Reflection.AssemblyTitleAttribute("DAL")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+
+// Generado por la clase WriteCodeFragment de MSBuild.
+
diff --git a/DAL/obj/Debug/net8.0/DAL.AssemblyInfoInputs.cache b/DAL/obj/Debug/net8.0/DAL.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..28efc4e
--- /dev/null
+++ b/DAL/obj/Debug/net8.0/DAL.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+db4900345993fbd61a838856c14e74cff1a468cb531a769acb519fb54f75a6f3
diff --git a/DAL/obj/Debug/net8.0/DAL.GeneratedMSBuildEditorConfig.editorconfig b/DAL/obj/Debug/net8.0/DAL.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..280a0a0
--- /dev/null
+++ b/DAL/obj/Debug/net8.0/DAL.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,15 @@
+is_global = true
+build_property.TargetFramework = net8.0
+build_property.TargetPlatformMinVersion =
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = DAL
+build_property.ProjectDir = C:\Users\Bastian Castro\Documents\Integracion_DGA\DAL\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
+build_property.EffectiveAnalysisLevelStyle = 8.0
+build_property.EnableCodeStyleSeverity =
diff --git a/DAL/obj/Debug/net8.0/DAL.GlobalUsings.g.cs b/DAL/obj/Debug/net8.0/DAL.GlobalUsings.g.cs
new file mode 100644
index 0000000..8578f3d
--- /dev/null
+++ b/DAL/obj/Debug/net8.0/DAL.GlobalUsings.g.cs
@@ -0,0 +1,8 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.IO;
+global using global::System.Linq;
+global using global::System.Net.Http;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/DAL/obj/Debug/net8.0/DAL.assets.cache b/DAL/obj/Debug/net8.0/DAL.assets.cache
new file mode 100644
index 0000000..36508d1
Binary files /dev/null and b/DAL/obj/Debug/net8.0/DAL.assets.cache differ
diff --git a/DAL/obj/Debug/net8.0/DAL.csproj.AssemblyReference.cache b/DAL/obj/Debug/net8.0/DAL.csproj.AssemblyReference.cache
new file mode 100644
index 0000000..a3f935b
Binary files /dev/null and b/DAL/obj/Debug/net8.0/DAL.csproj.AssemblyReference.cache differ
diff --git a/DAL/obj/Debug/net8.0/DAL.csproj.BuildWithSkipAnalyzers b/DAL/obj/Debug/net8.0/DAL.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/DAL/obj/Debug/net8.0/DAL.csproj.CoreCompileInputs.cache b/DAL/obj/Debug/net8.0/DAL.csproj.CoreCompileInputs.cache
new file mode 100644
index 0000000..4ca9662
--- /dev/null
+++ b/DAL/obj/Debug/net8.0/DAL.csproj.CoreCompileInputs.cache
@@ -0,0 +1 @@
+c1712e730a606555ea7e88fbf4d417f0dcd39df696c4ccda534130894826317f
diff --git a/DAL/obj/Debug/net8.0/DAL.csproj.FileListAbsolute.txt b/DAL/obj/Debug/net8.0/DAL.csproj.FileListAbsolute.txt
new file mode 100644
index 0000000..43fe8b8
--- /dev/null
+++ b/DAL/obj/Debug/net8.0/DAL.csproj.FileListAbsolute.txt
@@ -0,0 +1,27 @@
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\DAL\bin\Debug\net8.0\DAL.deps.json
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\DAL\bin\Debug\net8.0\DAL.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\DAL\bin\Debug\net8.0\DAL.pdb
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\DAL\obj\Debug\net8.0\DAL.csproj.AssemblyReference.cache
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\DAL\obj\Debug\net8.0\DAL.GeneratedMSBuildEditorConfig.editorconfig
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\DAL\obj\Debug\net8.0\DAL.AssemblyInfoInputs.cache
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\DAL\obj\Debug\net8.0\DAL.AssemblyInfo.cs
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\DAL\obj\Debug\net8.0\DAL.csproj.CoreCompileInputs.cache
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\DAL\obj\Debug\net8.0\DAL.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\DAL\obj\Debug\net8.0\refint\DAL.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\DAL\obj\Debug\net8.0\DAL.pdb
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\DAL\obj\Debug\net8.0\ref\DAL.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\DAL\bin\Debug\net8.0\DAL.deps.json
+C:\Users\Bastian Castro\Documents\Integracion_DGA\DAL\bin\Debug\net8.0\DAL.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\DAL\bin\Debug\net8.0\DAL.pdb
+C:\Users\Bastian Castro\Documents\Integracion_DGA\DAL\obj\Debug\net8.0\DAL.csproj.AssemblyReference.cache
+C:\Users\Bastian Castro\Documents\Integracion_DGA\DAL\obj\Debug\net8.0\DAL.GeneratedMSBuildEditorConfig.editorconfig
+C:\Users\Bastian Castro\Documents\Integracion_DGA\DAL\obj\Debug\net8.0\DAL.AssemblyInfoInputs.cache
+C:\Users\Bastian Castro\Documents\Integracion_DGA\DAL\obj\Debug\net8.0\DAL.AssemblyInfo.cs
+C:\Users\Bastian Castro\Documents\Integracion_DGA\DAL\obj\Debug\net8.0\DAL.csproj.CoreCompileInputs.cache
+C:\Users\Bastian Castro\Documents\Integracion_DGA\DAL\obj\Debug\net8.0\DAL.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\DAL\obj\Debug\net8.0\refint\DAL.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\DAL\obj\Debug\net8.0\DAL.pdb
+C:\Users\Bastian Castro\Documents\Integracion_DGA\DAL\obj\Debug\net8.0\ref\DAL.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\DAL\bin\Debug\net8.0\Shared.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\DAL\bin\Debug\net8.0\Shared.pdb
+C:\Users\Bastian Castro\Documents\Integracion_DGA\DAL\obj\Debug\net8.0\DAL.csproj.Up2Date
diff --git a/DAL/obj/Debug/net8.0/DAL.csproj.Up2Date b/DAL/obj/Debug/net8.0/DAL.csproj.Up2Date
new file mode 100644
index 0000000..e69de29
diff --git a/DAL/obj/Debug/net8.0/DAL.dll b/DAL/obj/Debug/net8.0/DAL.dll
new file mode 100644
index 0000000..0bb1fa6
Binary files /dev/null and b/DAL/obj/Debug/net8.0/DAL.dll differ
diff --git a/DAL/obj/Debug/net8.0/DAL.pdb b/DAL/obj/Debug/net8.0/DAL.pdb
new file mode 100644
index 0000000..48b88ed
Binary files /dev/null and b/DAL/obj/Debug/net8.0/DAL.pdb differ
diff --git a/DAL/obj/Debug/net8.0/ref/DAL.dll b/DAL/obj/Debug/net8.0/ref/DAL.dll
new file mode 100644
index 0000000..44ee764
Binary files /dev/null and b/DAL/obj/Debug/net8.0/ref/DAL.dll differ
diff --git a/DAL/obj/Debug/net8.0/refint/DAL.dll b/DAL/obj/Debug/net8.0/refint/DAL.dll
new file mode 100644
index 0000000..44ee764
Binary files /dev/null and b/DAL/obj/Debug/net8.0/refint/DAL.dll differ
diff --git a/DAL/obj/project.assets.json b/DAL/obj/project.assets.json
new file mode 100644
index 0000000..f0e301c
--- /dev/null
+++ b/DAL/obj/project.assets.json
@@ -0,0 +1,2265 @@
+{
+ "version": 3,
+ "targets": {
+ "net8.0": {
+ "Azure.Core/1.38.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
+ "System.ClientModel": "1.0.0",
+ "System.Diagnostics.DiagnosticSource": "6.0.1",
+ "System.Memory.Data": "1.0.2",
+ "System.Numerics.Vectors": "4.5.0",
+ "System.Text.Encodings.Web": "4.7.2",
+ "System.Text.Json": "4.7.2",
+ "System.Threading.Tasks.Extensions": "4.5.4"
+ },
+ "compile": {
+ "lib/net6.0/Azure.Core.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Azure.Core.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Azure.Identity/1.11.4": {
+ "type": "package",
+ "dependencies": {
+ "Azure.Core": "1.38.0",
+ "Microsoft.Identity.Client": "4.61.3",
+ "Microsoft.Identity.Client.Extensions.Msal": "4.61.3",
+ "System.Memory": "4.5.4",
+ "System.Security.Cryptography.ProtectedData": "4.7.0",
+ "System.Text.Json": "4.7.2",
+ "System.Threading.Tasks.Extensions": "4.5.4"
+ },
+ "compile": {
+ "lib/netstandard2.0/Azure.Identity.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Azure.Identity.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Dapper/2.1.66": {
+ "type": "package",
+ "compile": {
+ "lib/net8.0/Dapper.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Dapper.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Bcl.AsyncInterfaces/1.1.1": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {}
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Bcl.Cryptography/8.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net8.0/Microsoft.Bcl.Cryptography.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Bcl.Cryptography.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
+ }
+ },
+ "Microsoft.Data.SqlClient/6.0.2": {
+ "type": "package",
+ "dependencies": {
+ "Azure.Identity": "1.11.4",
+ "Microsoft.Bcl.Cryptography": "8.0.0",
+ "Microsoft.Data.SqlClient.SNI.runtime": "6.0.2",
+ "Microsoft.Extensions.Caching.Memory": "8.0.1",
+ "Microsoft.IdentityModel.JsonWebTokens": "7.5.0",
+ "Microsoft.IdentityModel.Protocols.OpenIdConnect": "7.5.0",
+ "Microsoft.SqlServer.Server": "1.0.0",
+ "System.Configuration.ConfigurationManager": "8.0.1",
+ "System.Security.Cryptography.Pkcs": "8.0.1"
+ },
+ "compile": {
+ "ref/net8.0/Microsoft.Data.SqlClient.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Data.SqlClient.dll": {
+ "related": ".xml"
+ }
+ },
+ "resource": {
+ "lib/net8.0/cs/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "cs"
+ },
+ "lib/net8.0/de/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "de"
+ },
+ "lib/net8.0/es/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "es"
+ },
+ "lib/net8.0/fr/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "fr"
+ },
+ "lib/net8.0/it/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "it"
+ },
+ "lib/net8.0/ja/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "ja"
+ },
+ "lib/net8.0/ko/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "ko"
+ },
+ "lib/net8.0/pl/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "pl"
+ },
+ "lib/net8.0/pt-BR/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "pt-BR"
+ },
+ "lib/net8.0/ru/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "ru"
+ },
+ "lib/net8.0/tr/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "tr"
+ },
+ "lib/net8.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "zh-Hans"
+ },
+ "lib/net8.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "zh-Hant"
+ }
+ },
+ "runtimeTargets": {
+ "runtimes/unix/lib/net8.0/Microsoft.Data.SqlClient.dll": {
+ "assetType": "runtime",
+ "rid": "unix"
+ },
+ "runtimes/win/lib/net8.0/Microsoft.Data.SqlClient.dll": {
+ "assetType": "runtime",
+ "rid": "win"
+ }
+ }
+ },
+ "Microsoft.Data.SqlClient.SNI.runtime/6.0.2": {
+ "type": "package",
+ "runtimeTargets": {
+ "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": {
+ "assetType": "native",
+ "rid": "win-arm64"
+ },
+ "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": {
+ "assetType": "native",
+ "rid": "win-x64"
+ },
+ "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": {
+ "assetType": "native",
+ "rid": "win-x86"
+ }
+ }
+ },
+ "Microsoft.Extensions.Caching.Abstractions/8.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "8.0.0"
+ },
+ "compile": {
+ "lib/net8.0/_._": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Caching.Memory/8.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Caching.Abstractions": "8.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2",
+ "Microsoft.Extensions.Logging.Abstractions": "8.0.2",
+ "Microsoft.Extensions.Options": "8.0.2",
+ "Microsoft.Extensions.Primitives": "8.0.0"
+ },
+ "compile": {
+ "lib/net8.0/_._": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Configuration/9.0.6": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration.Abstractions": "9.0.6",
+ "Microsoft.Extensions.Primitives": "9.0.6"
+ },
+ "compile": {
+ "lib/net8.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Configuration.Abstractions/9.0.6": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "9.0.6"
+ },
+ "compile": {
+ "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Configuration.FileExtensions/9.0.6": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": "9.0.6",
+ "Microsoft.Extensions.Configuration.Abstractions": "9.0.6",
+ "Microsoft.Extensions.FileProviders.Abstractions": "9.0.6",
+ "Microsoft.Extensions.FileProviders.Physical": "9.0.6",
+ "Microsoft.Extensions.Primitives": "9.0.6"
+ },
+ "compile": {
+ "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Configuration.Json/9.0.6": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": "9.0.6",
+ "Microsoft.Extensions.Configuration.Abstractions": "9.0.6",
+ "Microsoft.Extensions.Configuration.FileExtensions": "9.0.6",
+ "Microsoft.Extensions.FileProviders.Abstractions": "9.0.6",
+ "System.Text.Json": "9.0.6"
+ },
+ "compile": {
+ "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.2": {
+ "type": "package",
+ "compile": {
+ "lib/net8.0/_._": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
+ }
+ },
+ "Microsoft.Extensions.FileProviders.Abstractions/9.0.6": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "9.0.6"
+ },
+ "compile": {
+ "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "Microsoft.Extensions.FileProviders.Physical/9.0.6": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.FileProviders.Abstractions": "9.0.6",
+ "Microsoft.Extensions.FileSystemGlobbing": "9.0.6",
+ "Microsoft.Extensions.Primitives": "9.0.6"
+ },
+ "compile": {
+ "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "Microsoft.Extensions.FileSystemGlobbing/9.0.6": {
+ "type": "package",
+ "compile": {
+ "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Logging.Abstractions/8.0.2": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2"
+ },
+ "compile": {
+ "lib/net8.0/_._": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {}
+ }
+ },
+ "Microsoft.Extensions.Options/8.0.2": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0",
+ "Microsoft.Extensions.Primitives": "8.0.0"
+ },
+ "compile": {
+ "lib/net8.0/_._": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0/Microsoft.Extensions.Options.targets": {}
+ }
+ },
+ "Microsoft.Extensions.Primitives/9.0.6": {
+ "type": "package",
+ "compile": {
+ "lib/net8.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "Microsoft.Identity.Client/4.61.3": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.IdentityModel.Abstractions": "6.35.0",
+ "System.Diagnostics.DiagnosticSource": "6.0.1"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Identity.Client.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Identity.Client.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Identity.Client.Extensions.Msal/4.61.3": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Identity.Client": "4.61.3",
+ "System.Security.Cryptography.ProtectedData": "4.5.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.IdentityModel.Abstractions/7.5.0": {
+ "type": "package",
+ "compile": {
+ "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.IdentityModel.JsonWebTokens/7.5.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.IdentityModel.Tokens": "7.5.0"
+ },
+ "compile": {
+ "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.IdentityModel.Logging/7.5.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.IdentityModel.Abstractions": "7.5.0"
+ },
+ "compile": {
+ "lib/net8.0/Microsoft.IdentityModel.Logging.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.IdentityModel.Logging.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.IdentityModel.Protocols/7.5.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.IdentityModel.Tokens": "7.5.0"
+ },
+ "compile": {
+ "lib/net8.0/Microsoft.IdentityModel.Protocols.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.IdentityModel.Protocols.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.IdentityModel.Protocols.OpenIdConnect/7.5.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.IdentityModel.Protocols": "7.5.0",
+ "System.IdentityModel.Tokens.Jwt": "7.5.0"
+ },
+ "compile": {
+ "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.IdentityModel.Tokens/7.5.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.IdentityModel.Logging": "7.5.0"
+ },
+ "compile": {
+ "lib/net8.0/Microsoft.IdentityModel.Tokens.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.IdentityModel.Tokens.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.SqlServer.Server/1.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": {
+ "related": ".pdb;.xml"
+ }
+ }
+ },
+ "System.ClientModel/1.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Memory.Data": "1.0.2",
+ "System.Text.Json": "4.7.2"
+ },
+ "compile": {
+ "lib/net6.0/System.ClientModel.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.ClientModel.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "System.Configuration.ConfigurationManager/8.0.1": {
+ "type": "package",
+ "dependencies": {
+ "System.Diagnostics.EventLog": "8.0.1",
+ "System.Security.Cryptography.ProtectedData": "8.0.0"
+ },
+ "compile": {
+ "lib/net8.0/_._": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/System.Configuration.ConfigurationManager.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.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/8.0.1": {
+ "type": "package",
+ "compile": {
+ "lib/net8.0/_._": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/System.Diagnostics.EventLog.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
+ },
+ "runtimeTargets": {
+ "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll": {
+ "assetType": "runtime",
+ "rid": "win"
+ },
+ "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll": {
+ "assetType": "runtime",
+ "rid": "win"
+ }
+ }
+ },
+ "System.IdentityModel.Tokens.Jwt/7.5.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.IdentityModel.JsonWebTokens": "7.5.0",
+ "Microsoft.IdentityModel.Tokens": "7.5.0"
+ },
+ "compile": {
+ "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "System.IO.Pipelines/9.0.6": {
+ "type": "package",
+ "compile": {
+ "lib/net8.0/System.IO.Pipelines.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/System.IO.Pipelines.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "System.Memory/4.5.4": {
+ "type": "package",
+ "compile": {
+ "ref/netcoreapp2.1/_._": {}
+ },
+ "runtime": {
+ "lib/netcoreapp2.1/_._": {}
+ }
+ },
+ "System.Memory.Data/1.0.2": {
+ "type": "package",
+ "dependencies": {
+ "System.Text.Encodings.Web": "4.7.2",
+ "System.Text.Json": "4.6.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/System.Memory.Data.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/System.Memory.Data.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "System.Numerics.Vectors/4.5.0": {
+ "type": "package",
+ "compile": {
+ "ref/netcoreapp2.0/_._": {}
+ },
+ "runtime": {
+ "lib/netcoreapp2.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/8.0.1": {
+ "type": "package",
+ "compile": {
+ "lib/net8.0/System.Security.Cryptography.Pkcs.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/System.Security.Cryptography.Pkcs.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
+ },
+ "runtimeTargets": {
+ "runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.dll": {
+ "assetType": "runtime",
+ "rid": "win"
+ }
+ }
+ },
+ "System.Security.Cryptography.ProtectedData/8.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
+ }
+ },
+ "System.Text.Encodings.Web/9.0.6": {
+ "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/net8.0/_._": {}
+ },
+ "runtimeTargets": {
+ "runtimes/browser/lib/net8.0/System.Text.Encodings.Web.dll": {
+ "assetType": "runtime",
+ "rid": "browser"
+ }
+ }
+ },
+ "System.Text.Json/9.0.6": {
+ "type": "package",
+ "dependencies": {
+ "System.IO.Pipelines": "9.0.6",
+ "System.Text.Encodings.Web": "9.0.6"
+ },
+ "compile": {
+ "lib/net8.0/System.Text.Json.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/System.Text.Json.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/System.Text.Json.targets": {}
+ }
+ },
+ "System.Threading.Tasks.Extensions/4.5.4": {
+ "type": "package",
+ "compile": {
+ "ref/netcoreapp2.1/_._": {}
+ },
+ "runtime": {
+ "lib/netcoreapp2.1/_._": {}
+ }
+ },
+ "Shared/1.0.0": {
+ "type": "project",
+ "framework": ".NETCoreApp,Version=v8.0",
+ "compile": {
+ "bin/placeholder/Shared.dll": {}
+ },
+ "runtime": {
+ "bin/placeholder/Shared.dll": {}
+ }
+ }
+ }
+ },
+ "libraries": {
+ "Azure.Core/1.38.0": {
+ "sha512": "IuEgCoVA0ef7E4pQtpC3+TkPbzaoQfa77HlfJDmfuaJUCVJmn7fT0izamZiryW5sYUFKizsftIxMkXKbgIcPMQ==",
+ "type": "package",
+ "path": "azure.core/1.38.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "CHANGELOG.md",
+ "README.md",
+ "azure.core.1.38.0.nupkg.sha512",
+ "azure.core.nuspec",
+ "azureicon.png",
+ "lib/net461/Azure.Core.dll",
+ "lib/net461/Azure.Core.xml",
+ "lib/net472/Azure.Core.dll",
+ "lib/net472/Azure.Core.xml",
+ "lib/net6.0/Azure.Core.dll",
+ "lib/net6.0/Azure.Core.xml",
+ "lib/netstandard2.0/Azure.Core.dll",
+ "lib/netstandard2.0/Azure.Core.xml"
+ ]
+ },
+ "Azure.Identity/1.11.4": {
+ "sha512": "Sf4BoE6Q3jTgFkgBkx7qztYOFELBCo+wQgpYDwal/qJ1unBH73ywPztIJKXBXORRzAeNijsuxhk94h0TIMvfYg==",
+ "type": "package",
+ "path": "azure.identity/1.11.4",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "CHANGELOG.md",
+ "README.md",
+ "azure.identity.1.11.4.nupkg.sha512",
+ "azure.identity.nuspec",
+ "azureicon.png",
+ "lib/netstandard2.0/Azure.Identity.dll",
+ "lib/netstandard2.0/Azure.Identity.xml"
+ ]
+ },
+ "Dapper/2.1.66": {
+ "sha512": "/q77jUgDOS+bzkmk3Vy9SiWMaetTw+NOoPAV0xPBsGVAyljd5S6P+4RUW7R3ZUGGr9lDRyPKgAMj2UAOwvqZYw==",
+ "type": "package",
+ "path": "dapper/2.1.66",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Dapper.png",
+ "dapper.2.1.66.nupkg.sha512",
+ "dapper.nuspec",
+ "lib/net461/Dapper.dll",
+ "lib/net461/Dapper.xml",
+ "lib/net8.0/Dapper.dll",
+ "lib/net8.0/Dapper.xml",
+ "lib/netstandard2.0/Dapper.dll",
+ "lib/netstandard2.0/Dapper.xml",
+ "readme.md"
+ ]
+ },
+ "Microsoft.Bcl.AsyncInterfaces/1.1.1": {
+ "sha512": "yuvf07qFWFqtK3P/MRkEKLhn5r2UbSpVueRziSqj0yJQIKFwG1pq9mOayK3zE5qZCTs0CbrwL9M6R8VwqyGy2w==",
+ "type": "package",
+ "path": "microsoft.bcl.asyncinterfaces/1.1.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "lib/net461/Microsoft.Bcl.AsyncInterfaces.dll",
+ "lib/net461/Microsoft.Bcl.AsyncInterfaces.xml",
+ "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll",
+ "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.xml",
+ "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll",
+ "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.xml",
+ "microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512",
+ "microsoft.bcl.asyncinterfaces.nuspec",
+ "ref/net461/Microsoft.Bcl.AsyncInterfaces.dll",
+ "ref/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll",
+ "ref/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll",
+ "useSharedDesignerContext.txt",
+ "version.txt"
+ ]
+ },
+ "Microsoft.Bcl.Cryptography/8.0.0": {
+ "sha512": "Y3t/c7C5XHJGFDnohjf1/9SYF3ZOfEU1fkNQuKg/dGf9hN18yrQj2owHITGfNS3+lKJdW6J4vY98jYu57jCO8A==",
+ "type": "package",
+ "path": "microsoft.bcl.cryptography/8.0.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Bcl.Cryptography.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net6.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Bcl.Cryptography.targets",
+ "lib/net462/Microsoft.Bcl.Cryptography.dll",
+ "lib/net462/Microsoft.Bcl.Cryptography.xml",
+ "lib/net8.0/Microsoft.Bcl.Cryptography.dll",
+ "lib/net8.0/Microsoft.Bcl.Cryptography.xml",
+ "lib/netstandard2.0/Microsoft.Bcl.Cryptography.dll",
+ "lib/netstandard2.0/Microsoft.Bcl.Cryptography.xml",
+ "microsoft.bcl.cryptography.8.0.0.nupkg.sha512",
+ "microsoft.bcl.cryptography.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Data.SqlClient/6.0.2": {
+ "sha512": "RDqwzNu5slSqGy0eSgnN4fuLdGI1w9ZHBRNALrbUsykOIbXtGCpyotG0r5zz+HHtzxbe6LtcAyWcOiu0a+Fx/A==",
+ "type": "package",
+ "path": "microsoft.data.sqlclient/6.0.2",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "README.md",
+ "dotnet.png",
+ "lib/net462/Microsoft.Data.SqlClient.dll",
+ "lib/net462/Microsoft.Data.SqlClient.xml",
+ "lib/net462/cs/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net462/de/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net462/es/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net462/fr/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net462/it/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net462/ja/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net462/ko/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net462/pl/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net462/pt-BR/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net462/ru/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net462/tr/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net462/zh-Hans/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net462/zh-Hant/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net8.0/Microsoft.Data.SqlClient.dll",
+ "lib/net8.0/Microsoft.Data.SqlClient.xml",
+ "lib/net8.0/cs/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net8.0/de/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net8.0/es/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net8.0/fr/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net8.0/it/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net8.0/ja/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net8.0/ko/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net8.0/pl/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net8.0/pt-BR/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net8.0/ru/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net8.0/tr/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net8.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net8.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net9.0/Microsoft.Data.SqlClient.dll",
+ "lib/net9.0/Microsoft.Data.SqlClient.xml",
+ "lib/net9.0/cs/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net9.0/de/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net9.0/es/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net9.0/fr/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net9.0/it/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net9.0/ja/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net9.0/ko/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net9.0/pl/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net9.0/pt-BR/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net9.0/ru/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net9.0/tr/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net9.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net9.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll",
+ "microsoft.data.sqlclient.6.0.2.nupkg.sha512",
+ "microsoft.data.sqlclient.nuspec",
+ "ref/net462/Microsoft.Data.SqlClient.dll",
+ "ref/net462/Microsoft.Data.SqlClient.xml",
+ "ref/net8.0/Microsoft.Data.SqlClient.dll",
+ "ref/net8.0/Microsoft.Data.SqlClient.xml",
+ "ref/net9.0/Microsoft.Data.SqlClient.dll",
+ "ref/net9.0/Microsoft.Data.SqlClient.xml",
+ "runtimes/unix/lib/net8.0/Microsoft.Data.SqlClient.dll",
+ "runtimes/unix/lib/net9.0/Microsoft.Data.SqlClient.dll",
+ "runtimes/win/lib/net462/Microsoft.Data.SqlClient.dll",
+ "runtimes/win/lib/net8.0/Microsoft.Data.SqlClient.dll",
+ "runtimes/win/lib/net9.0/Microsoft.Data.SqlClient.dll"
+ ]
+ },
+ "Microsoft.Data.SqlClient.SNI.runtime/6.0.2": {
+ "sha512": "f+pRODTWX7Y67jXO3T5S2dIPZ9qMJNySjlZT/TKmWVNWe19N8jcWmHaqHnnchaq3gxEKv1SWVY5EFzOD06l41w==",
+ "type": "package",
+ "path": "microsoft.data.sqlclient.sni.runtime/6.0.2",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.txt",
+ "dotnet.png",
+ "microsoft.data.sqlclient.sni.runtime.6.0.2.nupkg.sha512",
+ "microsoft.data.sqlclient.sni.runtime.nuspec",
+ "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll",
+ "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll",
+ "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll"
+ ]
+ },
+ "Microsoft.Extensions.Caching.Abstractions/8.0.0": {
+ "sha512": "3KuSxeHoNYdxVYfg2IRZCThcrlJ1XJqIXkAWikCsbm5C/bCjv7G0WoKDyuR98Q+T607QT2Zl5GsbGRkENcV2yQ==",
+ "type": "package",
+ "path": "microsoft.extensions.caching.abstractions/8.0.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Extensions.Caching.Abstractions.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net6.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Caching.Abstractions.targets",
+ "lib/net462/Microsoft.Extensions.Caching.Abstractions.dll",
+ "lib/net462/Microsoft.Extensions.Caching.Abstractions.xml",
+ "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.dll",
+ "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.xml",
+ "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll",
+ "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.xml",
+ "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll",
+ "lib/net8.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.8.0.0.nupkg.sha512",
+ "microsoft.extensions.caching.abstractions.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.Caching.Memory/8.0.1": {
+ "sha512": "HFDnhYLccngrzyGgHkjEDU5FMLn4MpOsr5ElgsBMC4yx6lJh4jeWO7fHS8+TXPq+dgxCmUa/Trl8svObmwW4QA==",
+ "type": "package",
+ "path": "microsoft.extensions.caching.memory/8.0.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Extensions.Caching.Memory.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net6.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Caching.Memory.targets",
+ "lib/net462/Microsoft.Extensions.Caching.Memory.dll",
+ "lib/net462/Microsoft.Extensions.Caching.Memory.xml",
+ "lib/net6.0/Microsoft.Extensions.Caching.Memory.dll",
+ "lib/net6.0/Microsoft.Extensions.Caching.Memory.xml",
+ "lib/net7.0/Microsoft.Extensions.Caching.Memory.dll",
+ "lib/net7.0/Microsoft.Extensions.Caching.Memory.xml",
+ "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll",
+ "lib/net8.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.8.0.1.nupkg.sha512",
+ "microsoft.extensions.caching.memory.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.Configuration/9.0.6": {
+ "sha512": "VWB5jdkxHsRiuoniTqwOL32R4OWyp5If/bAucLjRJczRVNcwb8iCXKLjn3Inv8fv+jHMVMnvQLg7xhSys+y5PA==",
+ "type": "package",
+ "path": "microsoft.extensions.configuration/9.0.6",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Extensions.Configuration.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net8.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.targets",
+ "lib/net462/Microsoft.Extensions.Configuration.dll",
+ "lib/net462/Microsoft.Extensions.Configuration.xml",
+ "lib/net8.0/Microsoft.Extensions.Configuration.dll",
+ "lib/net8.0/Microsoft.Extensions.Configuration.xml",
+ "lib/net9.0/Microsoft.Extensions.Configuration.dll",
+ "lib/net9.0/Microsoft.Extensions.Configuration.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.xml",
+ "microsoft.extensions.configuration.9.0.6.nupkg.sha512",
+ "microsoft.extensions.configuration.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.Configuration.Abstractions/9.0.6": {
+ "sha512": "3GgMIi2jP8g1fBW93Z9b9Unamc0SIsgyhiCmC91gq4loTixK9vQMuxxUsfJ1kRGwn+/FqLKwOHqmn0oYWn3Fvw==",
+ "type": "package",
+ "path": "microsoft.extensions.configuration.abstractions/9.0.6",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Extensions.Configuration.Abstractions.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net8.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.Abstractions.targets",
+ "lib/net462/Microsoft.Extensions.Configuration.Abstractions.dll",
+ "lib/net462/Microsoft.Extensions.Configuration.Abstractions.xml",
+ "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll",
+ "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.xml",
+ "lib/net9.0/Microsoft.Extensions.Configuration.Abstractions.dll",
+ "lib/net9.0/Microsoft.Extensions.Configuration.Abstractions.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.xml",
+ "microsoft.extensions.configuration.abstractions.9.0.6.nupkg.sha512",
+ "microsoft.extensions.configuration.abstractions.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.Configuration.FileExtensions/9.0.6": {
+ "sha512": "pCEueasI5JhJ24KYzMFxtG40zyLnWpcQYawpARh9FNq9XbWozuWgexmdkPa8p8YoVNlpi3ecKfcjfoRMkKAufw==",
+ "type": "package",
+ "path": "microsoft.extensions.configuration.fileextensions/9.0.6",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Extensions.Configuration.FileExtensions.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net8.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.FileExtensions.targets",
+ "lib/net462/Microsoft.Extensions.Configuration.FileExtensions.dll",
+ "lib/net462/Microsoft.Extensions.Configuration.FileExtensions.xml",
+ "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll",
+ "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.xml",
+ "lib/net9.0/Microsoft.Extensions.Configuration.FileExtensions.dll",
+ "lib/net9.0/Microsoft.Extensions.Configuration.FileExtensions.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.xml",
+ "microsoft.extensions.configuration.fileextensions.9.0.6.nupkg.sha512",
+ "microsoft.extensions.configuration.fileextensions.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.Configuration.Json/9.0.6": {
+ "sha512": "N0dgOYQ9tDzJouL9Tyx2dgMCcHV2pBaY8yVtorbDqYYwiDRS2zd1TbhTA2FMHqXF3SMjBoO+gONZcDoA79gdSA==",
+ "type": "package",
+ "path": "microsoft.extensions.configuration.json/9.0.6",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Extensions.Configuration.Json.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net8.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.Json.targets",
+ "lib/net462/Microsoft.Extensions.Configuration.Json.dll",
+ "lib/net462/Microsoft.Extensions.Configuration.Json.xml",
+ "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll",
+ "lib/net8.0/Microsoft.Extensions.Configuration.Json.xml",
+ "lib/net9.0/Microsoft.Extensions.Configuration.Json.dll",
+ "lib/net9.0/Microsoft.Extensions.Configuration.Json.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.xml",
+ "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.dll",
+ "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.xml",
+ "microsoft.extensions.configuration.json.9.0.6.nupkg.sha512",
+ "microsoft.extensions.configuration.json.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.2": {
+ "sha512": "3iE7UF7MQkCv1cxzCahz+Y/guQbTqieyxyaWKhrRO91itI9cOKO76OHeQDahqG4MmW5umr3CcCvGmK92lWNlbg==",
+ "type": "package",
+ "path": "microsoft.extensions.dependencyinjection.abstractions/8.0.2",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.Abstractions.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net6.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.Abstractions.targets",
+ "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
+ "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
+ "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
+ "lib/net8.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.8.0.2.nupkg.sha512",
+ "microsoft.extensions.dependencyinjection.abstractions.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.FileProviders.Abstractions/9.0.6": {
+ "sha512": "q9FPkSGVA9ipI255p3PBAvWNXas5Tzjyp/DwYSwT+46mIFw9fWZahsF6vHpoxLt5/vtANotH2sAm7HunuFIx9g==",
+ "type": "package",
+ "path": "microsoft.extensions.fileproviders.abstractions/9.0.6",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Extensions.FileProviders.Abstractions.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net8.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileProviders.Abstractions.targets",
+ "lib/net462/Microsoft.Extensions.FileProviders.Abstractions.dll",
+ "lib/net462/Microsoft.Extensions.FileProviders.Abstractions.xml",
+ "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll",
+ "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.xml",
+ "lib/net9.0/Microsoft.Extensions.FileProviders.Abstractions.dll",
+ "lib/net9.0/Microsoft.Extensions.FileProviders.Abstractions.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.xml",
+ "microsoft.extensions.fileproviders.abstractions.9.0.6.nupkg.sha512",
+ "microsoft.extensions.fileproviders.abstractions.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.FileProviders.Physical/9.0.6": {
+ "sha512": "l+dFA0NRl90vSIiJNy5d7V0kpTEOWHTqbgoWYzlTwF5uiM5sWJ953haaELKE05jkyJdnemVTnqjrlgo4wo7oyg==",
+ "type": "package",
+ "path": "microsoft.extensions.fileproviders.physical/9.0.6",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Extensions.FileProviders.Physical.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net8.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileProviders.Physical.targets",
+ "lib/net462/Microsoft.Extensions.FileProviders.Physical.dll",
+ "lib/net462/Microsoft.Extensions.FileProviders.Physical.xml",
+ "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll",
+ "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.xml",
+ "lib/net9.0/Microsoft.Extensions.FileProviders.Physical.dll",
+ "lib/net9.0/Microsoft.Extensions.FileProviders.Physical.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.xml",
+ "microsoft.extensions.fileproviders.physical.9.0.6.nupkg.sha512",
+ "microsoft.extensions.fileproviders.physical.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.FileSystemGlobbing/9.0.6": {
+ "sha512": "1HJCAbwukNEoYbHgHbKHmenU0V/0huw8+i7Qtf5rLUG1E+3kEwRJQxpwD3wbTEagIgPSQisNgJTvmUX9yYVc6g==",
+ "type": "package",
+ "path": "microsoft.extensions.filesystemglobbing/9.0.6",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Extensions.FileSystemGlobbing.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net8.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileSystemGlobbing.targets",
+ "lib/net462/Microsoft.Extensions.FileSystemGlobbing.dll",
+ "lib/net462/Microsoft.Extensions.FileSystemGlobbing.xml",
+ "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll",
+ "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.xml",
+ "lib/net9.0/Microsoft.Extensions.FileSystemGlobbing.dll",
+ "lib/net9.0/Microsoft.Extensions.FileSystemGlobbing.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.xml",
+ "microsoft.extensions.filesystemglobbing.9.0.6.nupkg.sha512",
+ "microsoft.extensions.filesystemglobbing.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.Logging.Abstractions/8.0.2": {
+ "sha512": "nroMDjS7hNBPtkZqVBbSiQaQjWRDxITI8Y7XnDs97rqG3EbzVTNLZQf7bIeUJcaHOV8bca47s1Uxq94+2oGdxA==",
+ "type": "package",
+ "path": "microsoft.extensions.logging.abstractions/8.0.2",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "analyzers/dotnet/roslyn3.11/cs/Microsoft.Extensions.Logging.Generators.dll",
+ "analyzers/dotnet/roslyn3.11/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/Microsoft.Extensions.Logging.Generators.dll",
+ "analyzers/dotnet/roslyn4.0/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Logging.Generators.dll",
+ "analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "buildTransitive/net461/Microsoft.Extensions.Logging.Abstractions.targets",
+ "buildTransitive/net462/Microsoft.Extensions.Logging.Abstractions.targets",
+ "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Abstractions.targets",
+ "buildTransitive/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.targets",
+ "lib/net462/Microsoft.Extensions.Logging.Abstractions.dll",
+ "lib/net462/Microsoft.Extensions.Logging.Abstractions.xml",
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll",
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.xml",
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll",
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.xml",
+ "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll",
+ "lib/net8.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.8.0.2.nupkg.sha512",
+ "microsoft.extensions.logging.abstractions.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.Options/8.0.2": {
+ "sha512": "dWGKvhFybsaZpGmzkGCbNNwBD1rVlWzrZKANLW/CcbFJpCEceMCGzT7zZwHOGBCbwM0SzBuceMj5HN1LKV1QqA==",
+ "type": "package",
+ "path": "microsoft.extensions.options/8.0.2",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Options.SourceGeneration.dll",
+ "analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
+ "buildTransitive/net461/Microsoft.Extensions.Options.targets",
+ "buildTransitive/net462/Microsoft.Extensions.Options.targets",
+ "buildTransitive/net6.0/Microsoft.Extensions.Options.targets",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Options.targets",
+ "buildTransitive/netstandard2.0/Microsoft.Extensions.Options.targets",
+ "lib/net462/Microsoft.Extensions.Options.dll",
+ "lib/net462/Microsoft.Extensions.Options.xml",
+ "lib/net6.0/Microsoft.Extensions.Options.dll",
+ "lib/net6.0/Microsoft.Extensions.Options.xml",
+ "lib/net7.0/Microsoft.Extensions.Options.dll",
+ "lib/net7.0/Microsoft.Extensions.Options.xml",
+ "lib/net8.0/Microsoft.Extensions.Options.dll",
+ "lib/net8.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.8.0.2.nupkg.sha512",
+ "microsoft.extensions.options.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.Primitives/9.0.6": {
+ "sha512": "BHniU24QV67qp1pJknqYSofAPYGmijGI8D+ci9yfw33iuFdyOeB9lWTg78ThyYLyQwZw3s0vZ36VMb0MqbUuLw==",
+ "type": "package",
+ "path": "microsoft.extensions.primitives/9.0.6",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Extensions.Primitives.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net8.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Primitives.targets",
+ "lib/net462/Microsoft.Extensions.Primitives.dll",
+ "lib/net462/Microsoft.Extensions.Primitives.xml",
+ "lib/net8.0/Microsoft.Extensions.Primitives.dll",
+ "lib/net8.0/Microsoft.Extensions.Primitives.xml",
+ "lib/net9.0/Microsoft.Extensions.Primitives.dll",
+ "lib/net9.0/Microsoft.Extensions.Primitives.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.Primitives.xml",
+ "microsoft.extensions.primitives.9.0.6.nupkg.sha512",
+ "microsoft.extensions.primitives.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Identity.Client/4.61.3": {
+ "sha512": "naJo/Qm35Caaoxp5utcw+R8eU8ZtLz2ALh8S+gkekOYQ1oazfCQMWVT4NJ/FnHzdIJlm8dMz0oMpMGCabx5odA==",
+ "type": "package",
+ "path": "microsoft.identity.client/4.61.3",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "README.md",
+ "lib/net462/Microsoft.Identity.Client.dll",
+ "lib/net462/Microsoft.Identity.Client.xml",
+ "lib/net6.0-android31.0/Microsoft.Identity.Client.dll",
+ "lib/net6.0-android31.0/Microsoft.Identity.Client.xml",
+ "lib/net6.0-ios15.4/Microsoft.Identity.Client.dll",
+ "lib/net6.0-ios15.4/Microsoft.Identity.Client.xml",
+ "lib/net6.0/Microsoft.Identity.Client.dll",
+ "lib/net6.0/Microsoft.Identity.Client.xml",
+ "lib/netstandard2.0/Microsoft.Identity.Client.dll",
+ "lib/netstandard2.0/Microsoft.Identity.Client.xml",
+ "microsoft.identity.client.4.61.3.nupkg.sha512",
+ "microsoft.identity.client.nuspec"
+ ]
+ },
+ "Microsoft.Identity.Client.Extensions.Msal/4.61.3": {
+ "sha512": "PWnJcznrSGr25MN8ajlc2XIDW4zCFu0U6FkpaNLEWLgd1NgFCp5uDY3mqLDgM8zCN8hqj8yo5wHYfLB2HjcdGw==",
+ "type": "package",
+ "path": "microsoft.identity.client.extensions.msal/4.61.3",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll",
+ "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.xml",
+ "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.dll",
+ "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.xml",
+ "microsoft.identity.client.extensions.msal.4.61.3.nupkg.sha512",
+ "microsoft.identity.client.extensions.msal.nuspec"
+ ]
+ },
+ "Microsoft.IdentityModel.Abstractions/7.5.0": {
+ "sha512": "seOFPaBQh2K683eFujAuDsrO2XbOA+SvxRli+wu7kl+ZymuGQzjmmUKfyFHmDazpPOBnmOX1ZnjX7zFDZHyNIA==",
+ "type": "package",
+ "path": "microsoft.identitymodel.abstractions/7.5.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "lib/net461/Microsoft.IdentityModel.Abstractions.dll",
+ "lib/net461/Microsoft.IdentityModel.Abstractions.xml",
+ "lib/net462/Microsoft.IdentityModel.Abstractions.dll",
+ "lib/net462/Microsoft.IdentityModel.Abstractions.xml",
+ "lib/net472/Microsoft.IdentityModel.Abstractions.dll",
+ "lib/net472/Microsoft.IdentityModel.Abstractions.xml",
+ "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll",
+ "lib/net6.0/Microsoft.IdentityModel.Abstractions.xml",
+ "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll",
+ "lib/net8.0/Microsoft.IdentityModel.Abstractions.xml",
+ "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.dll",
+ "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.xml",
+ "microsoft.identitymodel.abstractions.7.5.0.nupkg.sha512",
+ "microsoft.identitymodel.abstractions.nuspec"
+ ]
+ },
+ "Microsoft.IdentityModel.JsonWebTokens/7.5.0": {
+ "sha512": "mfyiGptbcH+oYrzAtWWwuV+7MoM0G0si+9owaj6DGWInhq/N/KDj/pWHhq1ShdmBu332gjP+cppjgwBpsOj7Fg==",
+ "type": "package",
+ "path": "microsoft.identitymodel.jsonwebtokens/7.5.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "lib/net461/Microsoft.IdentityModel.JsonWebTokens.dll",
+ "lib/net461/Microsoft.IdentityModel.JsonWebTokens.xml",
+ "lib/net462/Microsoft.IdentityModel.JsonWebTokens.dll",
+ "lib/net462/Microsoft.IdentityModel.JsonWebTokens.xml",
+ "lib/net472/Microsoft.IdentityModel.JsonWebTokens.dll",
+ "lib/net472/Microsoft.IdentityModel.JsonWebTokens.xml",
+ "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll",
+ "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.xml",
+ "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll",
+ "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.xml",
+ "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll",
+ "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.xml",
+ "microsoft.identitymodel.jsonwebtokens.7.5.0.nupkg.sha512",
+ "microsoft.identitymodel.jsonwebtokens.nuspec"
+ ]
+ },
+ "Microsoft.IdentityModel.Logging/7.5.0": {
+ "sha512": "3BInZEajJvnTDP/YRrmJ3Fyw8XAWWR9jG+3FkhhzRJJYItVL+BEH9qlgxSmtrxp7S7N6TOv+Y+X8BG61viiehQ==",
+ "type": "package",
+ "path": "microsoft.identitymodel.logging/7.5.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "lib/net461/Microsoft.IdentityModel.Logging.dll",
+ "lib/net461/Microsoft.IdentityModel.Logging.xml",
+ "lib/net462/Microsoft.IdentityModel.Logging.dll",
+ "lib/net462/Microsoft.IdentityModel.Logging.xml",
+ "lib/net472/Microsoft.IdentityModel.Logging.dll",
+ "lib/net472/Microsoft.IdentityModel.Logging.xml",
+ "lib/net6.0/Microsoft.IdentityModel.Logging.dll",
+ "lib/net6.0/Microsoft.IdentityModel.Logging.xml",
+ "lib/net8.0/Microsoft.IdentityModel.Logging.dll",
+ "lib/net8.0/Microsoft.IdentityModel.Logging.xml",
+ "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll",
+ "lib/netstandard2.0/Microsoft.IdentityModel.Logging.xml",
+ "microsoft.identitymodel.logging.7.5.0.nupkg.sha512",
+ "microsoft.identitymodel.logging.nuspec"
+ ]
+ },
+ "Microsoft.IdentityModel.Protocols/7.5.0": {
+ "sha512": "ugyb0Nm+I+UrHGYg28mL8oCV31xZrOEbs8fQkcShUoKvgk22HroD2odCnqEf56CoAFYTwoDExz8deXzrFC+TyA==",
+ "type": "package",
+ "path": "microsoft.identitymodel.protocols/7.5.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "lib/net461/Microsoft.IdentityModel.Protocols.dll",
+ "lib/net461/Microsoft.IdentityModel.Protocols.xml",
+ "lib/net462/Microsoft.IdentityModel.Protocols.dll",
+ "lib/net462/Microsoft.IdentityModel.Protocols.xml",
+ "lib/net472/Microsoft.IdentityModel.Protocols.dll",
+ "lib/net472/Microsoft.IdentityModel.Protocols.xml",
+ "lib/net6.0/Microsoft.IdentityModel.Protocols.dll",
+ "lib/net6.0/Microsoft.IdentityModel.Protocols.xml",
+ "lib/net8.0/Microsoft.IdentityModel.Protocols.dll",
+ "lib/net8.0/Microsoft.IdentityModel.Protocols.xml",
+ "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll",
+ "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.xml",
+ "microsoft.identitymodel.protocols.7.5.0.nupkg.sha512",
+ "microsoft.identitymodel.protocols.nuspec"
+ ]
+ },
+ "Microsoft.IdentityModel.Protocols.OpenIdConnect/7.5.0": {
+ "sha512": "/U3I/8uutTqZr2n/zt0q08bluYklq+5VWP7ZuOGpTUR1ln5bSbrexAzdSGzrhxTxNNbHMCU8Mn2bNQvcmehAxg==",
+ "type": "package",
+ "path": "microsoft.identitymodel.protocols.openidconnect/7.5.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll",
+ "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml",
+ "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll",
+ "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml",
+ "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll",
+ "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml",
+ "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll",
+ "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml",
+ "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll",
+ "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml",
+ "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll",
+ "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml",
+ "microsoft.identitymodel.protocols.openidconnect.7.5.0.nupkg.sha512",
+ "microsoft.identitymodel.protocols.openidconnect.nuspec"
+ ]
+ },
+ "Microsoft.IdentityModel.Tokens/7.5.0": {
+ "sha512": "owe33wqe0ZbwBxM3D90I0XotxNyTdl85jud03d+OrUOJNnTiqnYePwBk3WU9yW0Rk5CYX+sfSim7frmu6jeEzQ==",
+ "type": "package",
+ "path": "microsoft.identitymodel.tokens/7.5.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "lib/net461/Microsoft.IdentityModel.Tokens.dll",
+ "lib/net461/Microsoft.IdentityModel.Tokens.xml",
+ "lib/net462/Microsoft.IdentityModel.Tokens.dll",
+ "lib/net462/Microsoft.IdentityModel.Tokens.xml",
+ "lib/net472/Microsoft.IdentityModel.Tokens.dll",
+ "lib/net472/Microsoft.IdentityModel.Tokens.xml",
+ "lib/net6.0/Microsoft.IdentityModel.Tokens.dll",
+ "lib/net6.0/Microsoft.IdentityModel.Tokens.xml",
+ "lib/net8.0/Microsoft.IdentityModel.Tokens.dll",
+ "lib/net8.0/Microsoft.IdentityModel.Tokens.xml",
+ "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll",
+ "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.xml",
+ "microsoft.identitymodel.tokens.7.5.0.nupkg.sha512",
+ "microsoft.identitymodel.tokens.nuspec"
+ ]
+ },
+ "Microsoft.SqlServer.Server/1.0.0": {
+ "sha512": "N4KeF3cpcm1PUHym1RmakkzfkEv3GRMyofVv40uXsQhCQeglr2OHNcUk2WOG51AKpGO8ynGpo9M/kFXSzghwug==",
+ "type": "package",
+ "path": "microsoft.sqlserver.server/1.0.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "dotnet.png",
+ "lib/net46/Microsoft.SqlServer.Server.dll",
+ "lib/net46/Microsoft.SqlServer.Server.pdb",
+ "lib/net46/Microsoft.SqlServer.Server.xml",
+ "lib/netstandard2.0/Microsoft.SqlServer.Server.dll",
+ "lib/netstandard2.0/Microsoft.SqlServer.Server.pdb",
+ "lib/netstandard2.0/Microsoft.SqlServer.Server.xml",
+ "microsoft.sqlserver.server.1.0.0.nupkg.sha512",
+ "microsoft.sqlserver.server.nuspec"
+ ]
+ },
+ "System.ClientModel/1.0.0": {
+ "sha512": "I3CVkvxeqFYjIVEP59DnjbeoGNfo/+SZrCLpRz2v/g0gpCHaEMPtWSY0s9k/7jR1rAsLNg2z2u1JRB76tPjnIw==",
+ "type": "package",
+ "path": "system.clientmodel/1.0.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "CHANGELOG.md",
+ "DotNetPackageIcon.png",
+ "README.md",
+ "lib/net6.0/System.ClientModel.dll",
+ "lib/net6.0/System.ClientModel.xml",
+ "lib/netstandard2.0/System.ClientModel.dll",
+ "lib/netstandard2.0/System.ClientModel.xml",
+ "system.clientmodel.1.0.0.nupkg.sha512",
+ "system.clientmodel.nuspec"
+ ]
+ },
+ "System.Configuration.ConfigurationManager/8.0.1": {
+ "sha512": "gPYFPDyohW2gXNhdQRSjtmeS6FymL2crg4Sral1wtvEJ7DUqFCDWDVbbLobASbzxfic8U1hQEdC7hmg9LHncMw==",
+ "type": "package",
+ "path": "system.configuration.configurationmanager/8.0.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/System.Configuration.ConfigurationManager.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net6.0/_._",
+ "buildTransitive/netcoreapp2.0/System.Configuration.ConfigurationManager.targets",
+ "lib/net462/System.Configuration.ConfigurationManager.dll",
+ "lib/net462/System.Configuration.ConfigurationManager.xml",
+ "lib/net6.0/System.Configuration.ConfigurationManager.dll",
+ "lib/net6.0/System.Configuration.ConfigurationManager.xml",
+ "lib/net7.0/System.Configuration.ConfigurationManager.dll",
+ "lib/net7.0/System.Configuration.ConfigurationManager.xml",
+ "lib/net8.0/System.Configuration.ConfigurationManager.dll",
+ "lib/net8.0/System.Configuration.ConfigurationManager.xml",
+ "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll",
+ "lib/netstandard2.0/System.Configuration.ConfigurationManager.xml",
+ "system.configuration.configurationmanager.8.0.1.nupkg.sha512",
+ "system.configuration.configurationmanager.nuspec",
+ "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/8.0.1": {
+ "sha512": "n1ZP7NM2Gkn/MgD8+eOT5MulMj6wfeQMNS2Pizvq5GHCZfjlFMXV2irQlQmJhwA2VABC57M0auudO89Iu2uRLg==",
+ "type": "package",
+ "path": "system.diagnostics.eventlog/8.0.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/System.Diagnostics.EventLog.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net6.0/_._",
+ "buildTransitive/netcoreapp2.0/System.Diagnostics.EventLog.targets",
+ "lib/net462/System.Diagnostics.EventLog.dll",
+ "lib/net462/System.Diagnostics.EventLog.xml",
+ "lib/net6.0/System.Diagnostics.EventLog.dll",
+ "lib/net6.0/System.Diagnostics.EventLog.xml",
+ "lib/net7.0/System.Diagnostics.EventLog.dll",
+ "lib/net7.0/System.Diagnostics.EventLog.xml",
+ "lib/net8.0/System.Diagnostics.EventLog.dll",
+ "lib/net8.0/System.Diagnostics.EventLog.xml",
+ "lib/netstandard2.0/System.Diagnostics.EventLog.dll",
+ "lib/netstandard2.0/System.Diagnostics.EventLog.xml",
+ "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.Messages.dll",
+ "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.dll",
+ "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.xml",
+ "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.Messages.dll",
+ "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.dll",
+ "runtimes/win/lib/net7.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",
+ "system.diagnostics.eventlog.8.0.1.nupkg.sha512",
+ "system.diagnostics.eventlog.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "System.IdentityModel.Tokens.Jwt/7.5.0": {
+ "sha512": "D0TtrWOfoPdyYSlvOGaU9F1QR+qrbgJ/4eiEsQkIz7YQKIKkGXQldXukn6cYG9OahSq5UVMvyAIObECpH6Wglg==",
+ "type": "package",
+ "path": "system.identitymodel.tokens.jwt/7.5.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "lib/net461/System.IdentityModel.Tokens.Jwt.dll",
+ "lib/net461/System.IdentityModel.Tokens.Jwt.xml",
+ "lib/net462/System.IdentityModel.Tokens.Jwt.dll",
+ "lib/net462/System.IdentityModel.Tokens.Jwt.xml",
+ "lib/net472/System.IdentityModel.Tokens.Jwt.dll",
+ "lib/net472/System.IdentityModel.Tokens.Jwt.xml",
+ "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll",
+ "lib/net6.0/System.IdentityModel.Tokens.Jwt.xml",
+ "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll",
+ "lib/net8.0/System.IdentityModel.Tokens.Jwt.xml",
+ "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll",
+ "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.xml",
+ "system.identitymodel.tokens.jwt.7.5.0.nupkg.sha512",
+ "system.identitymodel.tokens.jwt.nuspec"
+ ]
+ },
+ "System.IO.Pipelines/9.0.6": {
+ "sha512": "0nlr0reXrRmkZNKifKqh2DgGhQgfkT7Qa3gQxIn/JI7/y3WDiTz67M+Sq3vFhUqcG8O5zVrpqHvIHeGPGUBsEw==",
+ "type": "package",
+ "path": "system.io.pipelines/9.0.6",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/System.IO.Pipelines.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net8.0/_._",
+ "buildTransitive/netcoreapp2.0/System.IO.Pipelines.targets",
+ "lib/net462/System.IO.Pipelines.dll",
+ "lib/net462/System.IO.Pipelines.xml",
+ "lib/net8.0/System.IO.Pipelines.dll",
+ "lib/net8.0/System.IO.Pipelines.xml",
+ "lib/net9.0/System.IO.Pipelines.dll",
+ "lib/net9.0/System.IO.Pipelines.xml",
+ "lib/netstandard2.0/System.IO.Pipelines.dll",
+ "lib/netstandard2.0/System.IO.Pipelines.xml",
+ "system.io.pipelines.9.0.6.nupkg.sha512",
+ "system.io.pipelines.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "System.Memory/4.5.4": {
+ "sha512": "1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==",
+ "type": "package",
+ "path": "system.memory/4.5.4",
+ "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.4.nupkg.sha512",
+ "system.memory.nuspec",
+ "useSharedDesignerContext.txt",
+ "version.txt"
+ ]
+ },
+ "System.Memory.Data/1.0.2": {
+ "sha512": "JGkzeqgBsiZwKJZ1IxPNsDFZDhUvuEdX8L8BDC8N3KOj+6zMcNU28CNN59TpZE/VJYy9cP+5M+sbxtWJx3/xtw==",
+ "type": "package",
+ "path": "system.memory.data/1.0.2",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "CHANGELOG.md",
+ "DotNetPackageIcon.png",
+ "README.md",
+ "lib/net461/System.Memory.Data.dll",
+ "lib/net461/System.Memory.Data.xml",
+ "lib/netstandard2.0/System.Memory.Data.dll",
+ "lib/netstandard2.0/System.Memory.Data.xml",
+ "system.memory.data.1.0.2.nupkg.sha512",
+ "system.memory.data.nuspec"
+ ]
+ },
+ "System.Numerics.Vectors/4.5.0": {
+ "sha512": "QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==",
+ "type": "package",
+ "path": "system.numerics.vectors/4.5.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "lib/MonoAndroid10/_._",
+ "lib/MonoTouch10/_._",
+ "lib/net46/System.Numerics.Vectors.dll",
+ "lib/net46/System.Numerics.Vectors.xml",
+ "lib/netcoreapp2.0/_._",
+ "lib/netstandard1.0/System.Numerics.Vectors.dll",
+ "lib/netstandard1.0/System.Numerics.Vectors.xml",
+ "lib/netstandard2.0/System.Numerics.Vectors.dll",
+ "lib/netstandard2.0/System.Numerics.Vectors.xml",
+ "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.dll",
+ "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.xml",
+ "lib/uap10.0.16299/_._",
+ "lib/xamarinios10/_._",
+ "lib/xamarinmac20/_._",
+ "lib/xamarintvos10/_._",
+ "lib/xamarinwatchos10/_._",
+ "ref/MonoAndroid10/_._",
+ "ref/MonoTouch10/_._",
+ "ref/net45/System.Numerics.Vectors.dll",
+ "ref/net45/System.Numerics.Vectors.xml",
+ "ref/net46/System.Numerics.Vectors.dll",
+ "ref/net46/System.Numerics.Vectors.xml",
+ "ref/netcoreapp2.0/_._",
+ "ref/netstandard1.0/System.Numerics.Vectors.dll",
+ "ref/netstandard1.0/System.Numerics.Vectors.xml",
+ "ref/netstandard2.0/System.Numerics.Vectors.dll",
+ "ref/netstandard2.0/System.Numerics.Vectors.xml",
+ "ref/uap10.0.16299/_._",
+ "ref/xamarinios10/_._",
+ "ref/xamarinmac20/_._",
+ "ref/xamarintvos10/_._",
+ "ref/xamarinwatchos10/_._",
+ "system.numerics.vectors.4.5.0.nupkg.sha512",
+ "system.numerics.vectors.nuspec",
+ "useSharedDesignerContext.txt",
+ "version.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/8.0.1": {
+ "sha512": "CoCRHFym33aUSf/NtWSVSZa99dkd0Hm7OCZUxORBjRB16LNhIEOf8THPqzIYlvKM0nNDAPTRBa1FxEECrgaxxA==",
+ "type": "package",
+ "path": "system.security.cryptography.pkcs/8.0.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/System.Security.Cryptography.Pkcs.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net6.0/_._",
+ "buildTransitive/netcoreapp2.0/System.Security.Cryptography.Pkcs.targets",
+ "lib/net462/System.Security.Cryptography.Pkcs.dll",
+ "lib/net462/System.Security.Cryptography.Pkcs.xml",
+ "lib/net6.0/System.Security.Cryptography.Pkcs.dll",
+ "lib/net6.0/System.Security.Cryptography.Pkcs.xml",
+ "lib/net7.0/System.Security.Cryptography.Pkcs.dll",
+ "lib/net7.0/System.Security.Cryptography.Pkcs.xml",
+ "lib/net8.0/System.Security.Cryptography.Pkcs.dll",
+ "lib/net8.0/System.Security.Cryptography.Pkcs.xml",
+ "lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll",
+ "lib/netstandard2.0/System.Security.Cryptography.Pkcs.xml",
+ "lib/netstandard2.1/System.Security.Cryptography.Pkcs.dll",
+ "lib/netstandard2.1/System.Security.Cryptography.Pkcs.xml",
+ "runtimes/win/lib/net6.0/System.Security.Cryptography.Pkcs.dll",
+ "runtimes/win/lib/net6.0/System.Security.Cryptography.Pkcs.xml",
+ "runtimes/win/lib/net7.0/System.Security.Cryptography.Pkcs.dll",
+ "runtimes/win/lib/net7.0/System.Security.Cryptography.Pkcs.xml",
+ "runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.dll",
+ "runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.xml",
+ "system.security.cryptography.pkcs.8.0.1.nupkg.sha512",
+ "system.security.cryptography.pkcs.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "System.Security.Cryptography.ProtectedData/8.0.0": {
+ "sha512": "+TUFINV2q2ifyXauQXRwy4CiBhqvDEDZeVJU7qfxya4aRYOKzVBpN+4acx25VcPB9ywUN6C0n8drWl110PhZEg==",
+ "type": "package",
+ "path": "system.security.cryptography.protecteddata/8.0.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/System.Security.Cryptography.ProtectedData.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net6.0/_._",
+ "buildTransitive/netcoreapp2.0/System.Security.Cryptography.ProtectedData.targets",
+ "lib/MonoAndroid10/_._",
+ "lib/MonoTouch10/_._",
+ "lib/net462/System.Security.Cryptography.ProtectedData.dll",
+ "lib/net462/System.Security.Cryptography.ProtectedData.xml",
+ "lib/net6.0/System.Security.Cryptography.ProtectedData.dll",
+ "lib/net6.0/System.Security.Cryptography.ProtectedData.xml",
+ "lib/net7.0/System.Security.Cryptography.ProtectedData.dll",
+ "lib/net7.0/System.Security.Cryptography.ProtectedData.xml",
+ "lib/net8.0/System.Security.Cryptography.ProtectedData.dll",
+ "lib/net8.0/System.Security.Cryptography.ProtectedData.xml",
+ "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll",
+ "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.xml",
+ "lib/xamarinios10/_._",
+ "lib/xamarinmac20/_._",
+ "lib/xamarintvos10/_._",
+ "lib/xamarinwatchos10/_._",
+ "system.security.cryptography.protecteddata.8.0.0.nupkg.sha512",
+ "system.security.cryptography.protecteddata.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "System.Text.Encodings.Web/9.0.6": {
+ "sha512": "uWRgViw2yJAUyGxrzDLCc6fkzE2dZIoXxs8V6YjCujKsJuP0pnpYSlbm2/7tKd0SjBnMtwfDQhLenk3bXonVOA==",
+ "type": "package",
+ "path": "system.text.encodings.web/9.0.6",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/System.Text.Encodings.Web.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net8.0/_._",
+ "buildTransitive/netcoreapp2.0/System.Text.Encodings.Web.targets",
+ "lib/net462/System.Text.Encodings.Web.dll",
+ "lib/net462/System.Text.Encodings.Web.xml",
+ "lib/net8.0/System.Text.Encodings.Web.dll",
+ "lib/net8.0/System.Text.Encodings.Web.xml",
+ "lib/net9.0/System.Text.Encodings.Web.dll",
+ "lib/net9.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/net8.0/System.Text.Encodings.Web.dll",
+ "runtimes/browser/lib/net8.0/System.Text.Encodings.Web.xml",
+ "runtimes/browser/lib/net9.0/System.Text.Encodings.Web.dll",
+ "runtimes/browser/lib/net9.0/System.Text.Encodings.Web.xml",
+ "system.text.encodings.web.9.0.6.nupkg.sha512",
+ "system.text.encodings.web.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "System.Text.Json/9.0.6": {
+ "sha512": "h+ZtYTyTnTh5Ju6mHCKb3FPGx4ylJZgm9W7Y2psUnkhQRPMOIxX+TCN0ZgaR/+Yea+93XHWAaMzYTar1/EHIPg==",
+ "type": "package",
+ "path": "system.text.json/9.0.6",
+ "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.6.nupkg.sha512",
+ "system.text.json.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "System.Threading.Tasks.Extensions/4.5.4": {
+ "sha512": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==",
+ "type": "package",
+ "path": "system.threading.tasks.extensions/4.5.4",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "lib/MonoAndroid10/_._",
+ "lib/MonoTouch10/_._",
+ "lib/net461/System.Threading.Tasks.Extensions.dll",
+ "lib/net461/System.Threading.Tasks.Extensions.xml",
+ "lib/netcoreapp2.1/_._",
+ "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll",
+ "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml",
+ "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll",
+ "lib/netstandard2.0/System.Threading.Tasks.Extensions.xml",
+ "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll",
+ "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml",
+ "lib/xamarinios10/_._",
+ "lib/xamarinmac20/_._",
+ "lib/xamarintvos10/_._",
+ "lib/xamarinwatchos10/_._",
+ "ref/MonoAndroid10/_._",
+ "ref/MonoTouch10/_._",
+ "ref/netcoreapp2.1/_._",
+ "ref/xamarinios10/_._",
+ "ref/xamarinmac20/_._",
+ "ref/xamarintvos10/_._",
+ "ref/xamarinwatchos10/_._",
+ "system.threading.tasks.extensions.4.5.4.nupkg.sha512",
+ "system.threading.tasks.extensions.nuspec",
+ "useSharedDesignerContext.txt",
+ "version.txt"
+ ]
+ },
+ "Shared/1.0.0": {
+ "type": "project",
+ "path": "../SHARED/Shared.csproj",
+ "msbuildProject": "../SHARED/Shared.csproj"
+ }
+ },
+ "projectFileDependencyGroups": {
+ "net8.0": [
+ "Dapper >= 2.1.66",
+ "Microsoft.Data.SqlClient >= 6.0.2",
+ "Microsoft.Extensions.Configuration >= 9.0.6",
+ "Microsoft.Extensions.Configuration.Json >= 9.0.6",
+ "Shared >= 1.0.0"
+ ]
+ },
+ "packageFolders": {
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\": {},
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
+ },
+ "project": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\DAL\\DAL.csproj",
+ "projectName": "DAL",
+ "projectPath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\DAL\\DAL.csproj",
+ "packagesPath": "C:\\Users\\Bastian Castro\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\DAL\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\Bastian Castro\\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"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0": {
+ "targetAlias": "net8.0",
+ "projectReferences": {
+ "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\SHARED\\Shared.csproj": {
+ "projectPath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\SHARED\\Shared.csproj"
+ }
+ }
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ },
+ "SdkAnalysisLevel": "9.0.300"
+ },
+ "frameworks": {
+ "net8.0": {
+ "targetAlias": "net8.0",
+ "dependencies": {
+ "Dapper": {
+ "target": "Package",
+ "version": "[2.1.66, )"
+ },
+ "Microsoft.Data.SqlClient": {
+ "target": "Package",
+ "version": "[6.0.2, )"
+ },
+ "Microsoft.Extensions.Configuration": {
+ "target": "Package",
+ "version": "[9.0.6, )"
+ },
+ "Microsoft.Extensions.Configuration.Json": {
+ "target": "Package",
+ "version": "[9.0.6, )"
+ }
+ },
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.301/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/DAL/obj/project.nuget.cache b/DAL/obj/project.nuget.cache
new file mode 100644
index 0000000..64aefb4
--- /dev/null
+++ b/DAL/obj/project.nuget.cache
@@ -0,0 +1,53 @@
+{
+ "version": 2,
+ "dgSpecHash": "TEZZH+zLKhE=",
+ "success": true,
+ "projectFilePath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\DAL\\DAL.csproj",
+ "expectedPackageFiles": [
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\azure.core\\1.38.0\\azure.core.1.38.0.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\azure.identity\\1.11.4\\azure.identity.1.11.4.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\dapper\\2.1.66\\dapper.2.1.66.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.bcl.asyncinterfaces\\1.1.1\\microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.bcl.cryptography\\8.0.0\\microsoft.bcl.cryptography.8.0.0.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.data.sqlclient\\6.0.2\\microsoft.data.sqlclient.6.0.2.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.data.sqlclient.sni.runtime\\6.0.2\\microsoft.data.sqlclient.sni.runtime.6.0.2.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.extensions.caching.abstractions\\8.0.0\\microsoft.extensions.caching.abstractions.8.0.0.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.extensions.caching.memory\\8.0.1\\microsoft.extensions.caching.memory.8.0.1.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.extensions.configuration\\9.0.6\\microsoft.extensions.configuration.9.0.6.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.extensions.configuration.abstractions\\9.0.6\\microsoft.extensions.configuration.abstractions.9.0.6.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.extensions.configuration.fileextensions\\9.0.6\\microsoft.extensions.configuration.fileextensions.9.0.6.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.extensions.configuration.json\\9.0.6\\microsoft.extensions.configuration.json.9.0.6.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.extensions.dependencyinjection.abstractions\\8.0.2\\microsoft.extensions.dependencyinjection.abstractions.8.0.2.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.extensions.fileproviders.abstractions\\9.0.6\\microsoft.extensions.fileproviders.abstractions.9.0.6.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.extensions.fileproviders.physical\\9.0.6\\microsoft.extensions.fileproviders.physical.9.0.6.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.extensions.filesystemglobbing\\9.0.6\\microsoft.extensions.filesystemglobbing.9.0.6.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.extensions.logging.abstractions\\8.0.2\\microsoft.extensions.logging.abstractions.8.0.2.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.extensions.options\\8.0.2\\microsoft.extensions.options.8.0.2.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.extensions.primitives\\9.0.6\\microsoft.extensions.primitives.9.0.6.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.identity.client\\4.61.3\\microsoft.identity.client.4.61.3.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.identity.client.extensions.msal\\4.61.3\\microsoft.identity.client.extensions.msal.4.61.3.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.identitymodel.abstractions\\7.5.0\\microsoft.identitymodel.abstractions.7.5.0.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.identitymodel.jsonwebtokens\\7.5.0\\microsoft.identitymodel.jsonwebtokens.7.5.0.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.identitymodel.logging\\7.5.0\\microsoft.identitymodel.logging.7.5.0.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.identitymodel.protocols\\7.5.0\\microsoft.identitymodel.protocols.7.5.0.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.identitymodel.protocols.openidconnect\\7.5.0\\microsoft.identitymodel.protocols.openidconnect.7.5.0.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.identitymodel.tokens\\7.5.0\\microsoft.identitymodel.tokens.7.5.0.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.sqlserver.server\\1.0.0\\microsoft.sqlserver.server.1.0.0.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\system.clientmodel\\1.0.0\\system.clientmodel.1.0.0.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\system.configuration.configurationmanager\\8.0.1\\system.configuration.configurationmanager.8.0.1.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\system.diagnostics.diagnosticsource\\6.0.1\\system.diagnostics.diagnosticsource.6.0.1.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\system.diagnostics.eventlog\\8.0.1\\system.diagnostics.eventlog.8.0.1.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\system.identitymodel.tokens.jwt\\7.5.0\\system.identitymodel.tokens.jwt.7.5.0.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\system.io.pipelines\\9.0.6\\system.io.pipelines.9.0.6.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\system.memory\\4.5.4\\system.memory.4.5.4.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\system.memory.data\\1.0.2\\system.memory.data.1.0.2.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\system.numerics.vectors\\4.5.0\\system.numerics.vectors.4.5.0.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\6.0.0\\system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\system.security.cryptography.pkcs\\8.0.1\\system.security.cryptography.pkcs.8.0.1.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\system.security.cryptography.protecteddata\\8.0.0\\system.security.cryptography.protecteddata.8.0.0.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\system.text.encodings.web\\9.0.6\\system.text.encodings.web.9.0.6.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\system.text.json\\9.0.6\\system.text.json.9.0.6.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\system.threading.tasks.extensions\\4.5.4\\system.threading.tasks.extensions.4.5.4.nupkg.sha512"
+ ],
+ "logs": []
+}
\ No newline at end of file
diff --git a/DAS/RegistrarMedicion.cs b/DAS/RegistrarMedicion.cs
index b669259..367a8a2 100644
--- a/DAS/RegistrarMedicion.cs
+++ b/DAS/RegistrarMedicion.cs
@@ -1,38 +1,8 @@
-using Microsoft.Extensions.Configuration;
-using Shared.DTO;
-using System.Text;
-using System.Text.Json;
-
-namespace DAS
+namespace DAS
{
public class RegistrarMedicion
{
- private readonly HttpClient _httpClient;
- private readonly IConfiguration _configuration;
- public RegistrarMedicion(HttpClient httpClient, IConfiguration configuration)
- {
- _httpClient = httpClient;
- _configuration = configuration;
- }
- public async Task EnviarMedicionAsync(string codigoObra, MedicionSubterraneaRequest request)
- {
- var baseUrl = _configuration["ApiSubterranea:BaseUrl"];
- var endpoint = _configuration["ApiSubterranea:Endpoint"];
- var url = $"{baseUrl}{endpoint}";
-
- var timeStamp = DateTime.UtcNow.ToString("yyyy-MM-dd'T'HH:mm:ss-0000");
-
- var json = JsonSerializer.Serialize(request);
- var content = new StringContent(json, Encoding.UTF8, "application/json");
-
- content.Headers.Add("codigoObra", codigoObra);
- content.Headers.Add("timeStampOrigen", timeStamp);
-
- var response = await _httpClient.PostAsync(url, content);
-
- return response.IsSuccessStatusCode;
- }
}
}
diff --git a/DAS/bin/Debug/net8.0/DAS.deps.json b/DAS/bin/Debug/net8.0/DAS.deps.json
new file mode 100644
index 0000000..2311b00
--- /dev/null
+++ b/DAS/bin/Debug/net8.0/DAS.deps.json
@@ -0,0 +1,92 @@
+{
+ "runtimeTarget": {
+ "name": ".NETCoreApp,Version=v8.0",
+ "signature": ""
+ },
+ "compilationOptions": {},
+ "targets": {
+ ".NETCoreApp,Version=v8.0": {
+ "DAS/1.0.0": {
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": "9.0.6",
+ "Shared": "1.0.0"
+ },
+ "runtime": {
+ "DAS.dll": {}
+ }
+ },
+ "Microsoft.Extensions.Configuration/9.0.6": {
+ "dependencies": {
+ "Microsoft.Extensions.Configuration.Abstractions": "9.0.6",
+ "Microsoft.Extensions.Primitives": "9.0.6"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Configuration.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.625.26613"
+ }
+ }
+ },
+ "Microsoft.Extensions.Configuration.Abstractions/9.0.6": {
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "9.0.6"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.625.26613"
+ }
+ }
+ },
+ "Microsoft.Extensions.Primitives/9.0.6": {
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Primitives.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.625.26613"
+ }
+ }
+ },
+ "Shared/1.0.0": {
+ "runtime": {
+ "Shared.dll": {
+ "assemblyVersion": "1.0.0.0",
+ "fileVersion": "1.0.0.0"
+ }
+ }
+ }
+ }
+ },
+ "libraries": {
+ "DAS/1.0.0": {
+ "type": "project",
+ "serviceable": false,
+ "sha512": ""
+ },
+ "Microsoft.Extensions.Configuration/9.0.6": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-VWB5jdkxHsRiuoniTqwOL32R4OWyp5If/bAucLjRJczRVNcwb8iCXKLjn3Inv8fv+jHMVMnvQLg7xhSys+y5PA==",
+ "path": "microsoft.extensions.configuration/9.0.6",
+ "hashPath": "microsoft.extensions.configuration.9.0.6.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Configuration.Abstractions/9.0.6": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-3GgMIi2jP8g1fBW93Z9b9Unamc0SIsgyhiCmC91gq4loTixK9vQMuxxUsfJ1kRGwn+/FqLKwOHqmn0oYWn3Fvw==",
+ "path": "microsoft.extensions.configuration.abstractions/9.0.6",
+ "hashPath": "microsoft.extensions.configuration.abstractions.9.0.6.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Primitives/9.0.6": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-BHniU24QV67qp1pJknqYSofAPYGmijGI8D+ci9yfw33iuFdyOeB9lWTg78ThyYLyQwZw3s0vZ36VMb0MqbUuLw==",
+ "path": "microsoft.extensions.primitives/9.0.6",
+ "hashPath": "microsoft.extensions.primitives.9.0.6.nupkg.sha512"
+ },
+ "Shared/1.0.0": {
+ "type": "project",
+ "serviceable": false,
+ "sha512": ""
+ }
+ }
+}
\ No newline at end of file
diff --git a/DAS/bin/Debug/net8.0/DAS.dll b/DAS/bin/Debug/net8.0/DAS.dll
new file mode 100644
index 0000000..02cc1de
Binary files /dev/null and b/DAS/bin/Debug/net8.0/DAS.dll differ
diff --git a/DAS/bin/Debug/net8.0/DAS.pdb b/DAS/bin/Debug/net8.0/DAS.pdb
new file mode 100644
index 0000000..4342c74
Binary files /dev/null and b/DAS/bin/Debug/net8.0/DAS.pdb differ
diff --git a/DAS/bin/Debug/net8.0/Shared.dll b/DAS/bin/Debug/net8.0/Shared.dll
new file mode 100644
index 0000000..6469eb5
Binary files /dev/null and b/DAS/bin/Debug/net8.0/Shared.dll differ
diff --git a/DAS/bin/Debug/net8.0/Shared.pdb b/DAS/bin/Debug/net8.0/Shared.pdb
new file mode 100644
index 0000000..216a884
Binary files /dev/null and b/DAS/bin/Debug/net8.0/Shared.pdb differ
diff --git a/DAS/obj/DAS.csproj.nuget.dgspec.json b/DAS/obj/DAS.csproj.nuget.dgspec.json
new file mode 100644
index 0000000..06ca2a8
--- /dev/null
+++ b/DAS/obj/DAS.csproj.nuget.dgspec.json
@@ -0,0 +1,150 @@
+{
+ "format": 1,
+ "restore": {
+ "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\DAS\\DAS.csproj": {}
+ },
+ "projects": {
+ "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\DAS\\DAS.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\DAS\\DAS.csproj",
+ "projectName": "DAS",
+ "projectPath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\DAS\\DAS.csproj",
+ "packagesPath": "C:\\Users\\Bastian Castro\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\DAS\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\Bastian Castro\\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"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0": {
+ "targetAlias": "net8.0",
+ "projectReferences": {
+ "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\SHARED\\Shared.csproj": {
+ "projectPath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\SHARED\\Shared.csproj"
+ }
+ }
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ },
+ "SdkAnalysisLevel": "9.0.300"
+ },
+ "frameworks": {
+ "net8.0": {
+ "targetAlias": "net8.0",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": {
+ "target": "Package",
+ "version": "[9.0.6, )"
+ }
+ },
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.301/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ },
+ "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\SHARED\\Shared.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\SHARED\\Shared.csproj",
+ "projectName": "Shared",
+ "projectPath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\SHARED\\Shared.csproj",
+ "packagesPath": "C:\\Users\\Bastian Castro\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\SHARED\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\Bastian Castro\\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"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0": {
+ "targetAlias": "net8.0",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ },
+ "SdkAnalysisLevel": "9.0.300"
+ },
+ "frameworks": {
+ "net8.0": {
+ "targetAlias": "net8.0",
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.301/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/DAS/obj/DAS.csproj.nuget.g.props b/DAS/obj/DAS.csproj.nuget.g.props
new file mode 100644
index 0000000..5f3545a
--- /dev/null
+++ b/DAS/obj/DAS.csproj.nuget.g.props
@@ -0,0 +1,16 @@
+
+
+
+ True
+ NuGet
+ $(MSBuildThisFileDirectory)project.assets.json
+ $(UserProfile)\.nuget\packages\
+ C:\Users\Bastian Castro\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages
+ PackageReference
+ 6.14.0
+
+
+
+
+
+
\ No newline at end of file
diff --git a/DAS/obj/DAS.csproj.nuget.g.targets b/DAS/obj/DAS.csproj.nuget.g.targets
new file mode 100644
index 0000000..3dc06ef
--- /dev/null
+++ b/DAS/obj/DAS.csproj.nuget.g.targets
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/DAS/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/DAS/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs
new file mode 100644
index 0000000..2217181
--- /dev/null
+++ b/DAS/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs
@@ -0,0 +1,4 @@
+//
+using System;
+using System.Reflection;
+[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]
diff --git a/DAS/obj/Debug/net8.0/DAS.AssemblyInfo.cs b/DAS/obj/Debug/net8.0/DAS.AssemblyInfo.cs
new file mode 100644
index 0000000..164c4d4
--- /dev/null
+++ b/DAS/obj/Debug/net8.0/DAS.AssemblyInfo.cs
@@ -0,0 +1,23 @@
+//------------------------------------------------------------------------------
+//
+// Este código fue generado por una herramienta.
+// Versión de runtime:4.0.30319.42000
+//
+// Los cambios en este archivo podrían causar un comportamiento incorrecto y se perderán si
+// se vuelve a generar el código.
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("DAS")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+cdcaa6e49f5495b176ca06e37a04b9a4e1d17b40")]
+[assembly: System.Reflection.AssemblyProductAttribute("DAS")]
+[assembly: System.Reflection.AssemblyTitleAttribute("DAS")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+
+// Generado por la clase WriteCodeFragment de MSBuild.
+
diff --git a/DAS/obj/Debug/net8.0/DAS.AssemblyInfoInputs.cache b/DAS/obj/Debug/net8.0/DAS.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..2b8fc8d
--- /dev/null
+++ b/DAS/obj/Debug/net8.0/DAS.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+f70b6d8f075a7b6e856b1831384fcae979db1bd12a7532070a866b2b604036b2
diff --git a/DAS/obj/Debug/net8.0/DAS.GeneratedMSBuildEditorConfig.editorconfig b/DAS/obj/Debug/net8.0/DAS.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..5f99185
--- /dev/null
+++ b/DAS/obj/Debug/net8.0/DAS.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,15 @@
+is_global = true
+build_property.TargetFramework = net8.0
+build_property.TargetPlatformMinVersion =
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = DAS
+build_property.ProjectDir = C:\Users\Bastian Castro\Documents\Integracion_DGA\DAS\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
+build_property.EffectiveAnalysisLevelStyle = 8.0
+build_property.EnableCodeStyleSeverity =
diff --git a/DAS/obj/Debug/net8.0/DAS.GlobalUsings.g.cs b/DAS/obj/Debug/net8.0/DAS.GlobalUsings.g.cs
new file mode 100644
index 0000000..8578f3d
--- /dev/null
+++ b/DAS/obj/Debug/net8.0/DAS.GlobalUsings.g.cs
@@ -0,0 +1,8 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.IO;
+global using global::System.Linq;
+global using global::System.Net.Http;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/DAS/obj/Debug/net8.0/DAS.assets.cache b/DAS/obj/Debug/net8.0/DAS.assets.cache
new file mode 100644
index 0000000..b97510d
Binary files /dev/null and b/DAS/obj/Debug/net8.0/DAS.assets.cache differ
diff --git a/DAS/obj/Debug/net8.0/DAS.csproj.AssemblyReference.cache b/DAS/obj/Debug/net8.0/DAS.csproj.AssemblyReference.cache
new file mode 100644
index 0000000..8e7c637
Binary files /dev/null and b/DAS/obj/Debug/net8.0/DAS.csproj.AssemblyReference.cache differ
diff --git a/DAS/obj/Debug/net8.0/DAS.csproj.BuildWithSkipAnalyzers b/DAS/obj/Debug/net8.0/DAS.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/DAS/obj/Debug/net8.0/DAS.csproj.CoreCompileInputs.cache b/DAS/obj/Debug/net8.0/DAS.csproj.CoreCompileInputs.cache
new file mode 100644
index 0000000..610ee2c
--- /dev/null
+++ b/DAS/obj/Debug/net8.0/DAS.csproj.CoreCompileInputs.cache
@@ -0,0 +1 @@
+ccdd63077cb461de78801c30a7821f56a430c7c7d1de4c67056d1832a8540553
diff --git a/DAS/obj/Debug/net8.0/DAS.csproj.FileListAbsolute.txt b/DAS/obj/Debug/net8.0/DAS.csproj.FileListAbsolute.txt
new file mode 100644
index 0000000..d8f85ea
--- /dev/null
+++ b/DAS/obj/Debug/net8.0/DAS.csproj.FileListAbsolute.txt
@@ -0,0 +1,27 @@
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\DAS\bin\Debug\net8.0\DAS.deps.json
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\DAS\bin\Debug\net8.0\DAS.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\DAS\bin\Debug\net8.0\DAS.pdb
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\DAS\obj\Debug\net8.0\DAS.GeneratedMSBuildEditorConfig.editorconfig
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\DAS\obj\Debug\net8.0\DAS.AssemblyInfoInputs.cache
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\DAS\obj\Debug\net8.0\DAS.AssemblyInfo.cs
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\DAS\obj\Debug\net8.0\DAS.csproj.CoreCompileInputs.cache
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\DAS\obj\Debug\net8.0\DAS.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\DAS\obj\Debug\net8.0\refint\DAS.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\DAS\obj\Debug\net8.0\DAS.pdb
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\DAS\obj\Debug\net8.0\ref\DAS.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\DAS\obj\Debug\net8.0\DAS.csproj.AssemblyReference.cache
+C:\Users\Bastian Castro\Documents\Integracion_DGA\DAS\bin\Debug\net8.0\DAS.deps.json
+C:\Users\Bastian Castro\Documents\Integracion_DGA\DAS\bin\Debug\net8.0\DAS.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\DAS\bin\Debug\net8.0\DAS.pdb
+C:\Users\Bastian Castro\Documents\Integracion_DGA\DAS\obj\Debug\net8.0\DAS.csproj.AssemblyReference.cache
+C:\Users\Bastian Castro\Documents\Integracion_DGA\DAS\obj\Debug\net8.0\DAS.GeneratedMSBuildEditorConfig.editorconfig
+C:\Users\Bastian Castro\Documents\Integracion_DGA\DAS\obj\Debug\net8.0\DAS.AssemblyInfoInputs.cache
+C:\Users\Bastian Castro\Documents\Integracion_DGA\DAS\obj\Debug\net8.0\DAS.AssemblyInfo.cs
+C:\Users\Bastian Castro\Documents\Integracion_DGA\DAS\obj\Debug\net8.0\DAS.csproj.CoreCompileInputs.cache
+C:\Users\Bastian Castro\Documents\Integracion_DGA\DAS\obj\Debug\net8.0\DAS.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\DAS\obj\Debug\net8.0\refint\DAS.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\DAS\obj\Debug\net8.0\DAS.pdb
+C:\Users\Bastian Castro\Documents\Integracion_DGA\DAS\obj\Debug\net8.0\ref\DAS.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\DAS\bin\Debug\net8.0\SHARED.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\DAS\bin\Debug\net8.0\SHARED.pdb
+C:\Users\Bastian Castro\Documents\Integracion_DGA\DAS\obj\Debug\net8.0\DAS.csproj.Up2Date
diff --git a/DAS/obj/Debug/net8.0/DAS.csproj.Up2Date b/DAS/obj/Debug/net8.0/DAS.csproj.Up2Date
new file mode 100644
index 0000000..e69de29
diff --git a/DAS/obj/Debug/net8.0/DAS.dll b/DAS/obj/Debug/net8.0/DAS.dll
new file mode 100644
index 0000000..02cc1de
Binary files /dev/null and b/DAS/obj/Debug/net8.0/DAS.dll differ
diff --git a/DAS/obj/Debug/net8.0/DAS.pdb b/DAS/obj/Debug/net8.0/DAS.pdb
new file mode 100644
index 0000000..4342c74
Binary files /dev/null and b/DAS/obj/Debug/net8.0/DAS.pdb differ
diff --git a/DAS/obj/Debug/net8.0/ref/DAS.dll b/DAS/obj/Debug/net8.0/ref/DAS.dll
new file mode 100644
index 0000000..e7461d8
Binary files /dev/null and b/DAS/obj/Debug/net8.0/ref/DAS.dll differ
diff --git a/DAS/obj/Debug/net8.0/refint/DAS.dll b/DAS/obj/Debug/net8.0/refint/DAS.dll
new file mode 100644
index 0000000..e7461d8
Binary files /dev/null and b/DAS/obj/Debug/net8.0/refint/DAS.dll differ
diff --git a/DAS/obj/project.assets.json b/DAS/obj/project.assets.json
new file mode 100644
index 0000000..e979af5
--- /dev/null
+++ b/DAS/obj/project.assets.json
@@ -0,0 +1,249 @@
+{
+ "version": 3,
+ "targets": {
+ "net8.0": {
+ "Microsoft.Extensions.Configuration/9.0.6": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration.Abstractions": "9.0.6",
+ "Microsoft.Extensions.Primitives": "9.0.6"
+ },
+ "compile": {
+ "lib/net8.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Configuration.Abstractions/9.0.6": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "9.0.6"
+ },
+ "compile": {
+ "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Primitives/9.0.6": {
+ "type": "package",
+ "compile": {
+ "lib/net8.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "Shared/1.0.0": {
+ "type": "project",
+ "framework": ".NETCoreApp,Version=v8.0",
+ "compile": {
+ "bin/placeholder/Shared.dll": {}
+ },
+ "runtime": {
+ "bin/placeholder/Shared.dll": {}
+ }
+ }
+ }
+ },
+ "libraries": {
+ "Microsoft.Extensions.Configuration/9.0.6": {
+ "sha512": "VWB5jdkxHsRiuoniTqwOL32R4OWyp5If/bAucLjRJczRVNcwb8iCXKLjn3Inv8fv+jHMVMnvQLg7xhSys+y5PA==",
+ "type": "package",
+ "path": "microsoft.extensions.configuration/9.0.6",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Extensions.Configuration.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net8.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.targets",
+ "lib/net462/Microsoft.Extensions.Configuration.dll",
+ "lib/net462/Microsoft.Extensions.Configuration.xml",
+ "lib/net8.0/Microsoft.Extensions.Configuration.dll",
+ "lib/net8.0/Microsoft.Extensions.Configuration.xml",
+ "lib/net9.0/Microsoft.Extensions.Configuration.dll",
+ "lib/net9.0/Microsoft.Extensions.Configuration.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.xml",
+ "microsoft.extensions.configuration.9.0.6.nupkg.sha512",
+ "microsoft.extensions.configuration.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.Configuration.Abstractions/9.0.6": {
+ "sha512": "3GgMIi2jP8g1fBW93Z9b9Unamc0SIsgyhiCmC91gq4loTixK9vQMuxxUsfJ1kRGwn+/FqLKwOHqmn0oYWn3Fvw==",
+ "type": "package",
+ "path": "microsoft.extensions.configuration.abstractions/9.0.6",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Extensions.Configuration.Abstractions.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net8.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.Abstractions.targets",
+ "lib/net462/Microsoft.Extensions.Configuration.Abstractions.dll",
+ "lib/net462/Microsoft.Extensions.Configuration.Abstractions.xml",
+ "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll",
+ "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.xml",
+ "lib/net9.0/Microsoft.Extensions.Configuration.Abstractions.dll",
+ "lib/net9.0/Microsoft.Extensions.Configuration.Abstractions.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.xml",
+ "microsoft.extensions.configuration.abstractions.9.0.6.nupkg.sha512",
+ "microsoft.extensions.configuration.abstractions.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.Primitives/9.0.6": {
+ "sha512": "BHniU24QV67qp1pJknqYSofAPYGmijGI8D+ci9yfw33iuFdyOeB9lWTg78ThyYLyQwZw3s0vZ36VMb0MqbUuLw==",
+ "type": "package",
+ "path": "microsoft.extensions.primitives/9.0.6",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Extensions.Primitives.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net8.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Primitives.targets",
+ "lib/net462/Microsoft.Extensions.Primitives.dll",
+ "lib/net462/Microsoft.Extensions.Primitives.xml",
+ "lib/net8.0/Microsoft.Extensions.Primitives.dll",
+ "lib/net8.0/Microsoft.Extensions.Primitives.xml",
+ "lib/net9.0/Microsoft.Extensions.Primitives.dll",
+ "lib/net9.0/Microsoft.Extensions.Primitives.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.Primitives.xml",
+ "microsoft.extensions.primitives.9.0.6.nupkg.sha512",
+ "microsoft.extensions.primitives.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Shared/1.0.0": {
+ "type": "project",
+ "path": "../SHARED/Shared.csproj",
+ "msbuildProject": "../SHARED/Shared.csproj"
+ }
+ },
+ "projectFileDependencyGroups": {
+ "net8.0": [
+ "Microsoft.Extensions.Configuration >= 9.0.6",
+ "Shared >= 1.0.0"
+ ]
+ },
+ "packageFolders": {
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\": {},
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
+ },
+ "project": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\DAS\\DAS.csproj",
+ "projectName": "DAS",
+ "projectPath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\DAS\\DAS.csproj",
+ "packagesPath": "C:\\Users\\Bastian Castro\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\DAS\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\Bastian Castro\\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"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0": {
+ "targetAlias": "net8.0",
+ "projectReferences": {
+ "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\SHARED\\Shared.csproj": {
+ "projectPath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\SHARED\\Shared.csproj"
+ }
+ }
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ },
+ "SdkAnalysisLevel": "9.0.300"
+ },
+ "frameworks": {
+ "net8.0": {
+ "targetAlias": "net8.0",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": {
+ "target": "Package",
+ "version": "[9.0.6, )"
+ }
+ },
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.301/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/DAS/obj/project.nuget.cache b/DAS/obj/project.nuget.cache
new file mode 100644
index 0000000..14ee962
--- /dev/null
+++ b/DAS/obj/project.nuget.cache
@@ -0,0 +1,12 @@
+{
+ "version": 2,
+ "dgSpecHash": "5iCXErdw2IY=",
+ "success": true,
+ "projectFilePath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\DAS\\DAS.csproj",
+ "expectedPackageFiles": [
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.extensions.configuration\\9.0.6\\microsoft.extensions.configuration.9.0.6.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.extensions.configuration.abstractions\\9.0.6\\microsoft.extensions.configuration.abstractions.9.0.6.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.extensions.primitives\\9.0.6\\microsoft.extensions.primitives.9.0.6.nupkg.sha512"
+ ],
+ "logs": []
+}
\ No newline at end of file
diff --git a/Integracion_DGA/Integracion_DGA.csproj b/Integracion_DGA/Integracion_DGA.csproj
index 568e6fb..d4c762a 100644
--- a/Integracion_DGA/Integracion_DGA.csproj
+++ b/Integracion_DGA/Integracion_DGA.csproj
@@ -13,7 +13,6 @@
-
diff --git a/Integracion_DGA/Program.cs b/Integracion_DGA/Program.cs
index 5e70bfa..f8f43d3 100644
--- a/Integracion_DGA/Program.cs
+++ b/Integracion_DGA/Program.cs
@@ -3,7 +3,7 @@ using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Configuration;
using BLL;
using DAL;
-using DAS;
+
namespace Integracion_DGA
{
@@ -17,9 +17,9 @@ namespace Integracion_DGA
IConfiguration configuration = context.Configuration;
services.AddSingleton(configuration);
+ // Inyectar tus servicios personalizados
services.AddScoped();
services.AddScoped();
- services.AddHttpClient();
})
.Build();
diff --git a/Integracion_DGA/appsettings.json b/Integracion_DGA/appsettings.json
index f928e3b..c202551 100644
--- a/Integracion_DGA/appsettings.json
+++ b/Integracion_DGA/appsettings.json
@@ -1,14 +1,5 @@
{
- "ConnectionStrings": {
- "DefaultConnection": "Server=10.224.7.53,1433;Initial Catalog=ENVIO_DGA;Persist Security Info=False;User ID=enviodga;Password=esval++2022;MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=true;Connection Timeout=30;"
- },
- "ApiSubterranea": {
- "BaseUrl": "https://apimee.mop.gob.cl",
- "Endpoint": "/api/v1/mediciones/subterraneas"
- },
- "Credenciales": {
- "rutEmpresa": "9A4PUqd1t4",
- "rutUsuario": "77555666-7",
- "password": "20999888-7"
- }
+ "ConnectionStrings": {
+ "DefaultConnection": "Server=10.224.7.53,1433;Initial Catalog=ENVIO_DGA;Persist Security Info=False;User ID=enviodga;Password=esval++2022;MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=true;Connection Timeout=30;"
+ }
}
\ No newline at end of file
diff --git a/Integracion_DGA/bin/Debug/net8.0/Azure.Core.dll b/Integracion_DGA/bin/Debug/net8.0/Azure.Core.dll
new file mode 100644
index 0000000..d3fa20b
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/Azure.Core.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/Azure.Identity.dll b/Integracion_DGA/bin/Debug/net8.0/Azure.Identity.dll
new file mode 100644
index 0000000..aab6832
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/Azure.Identity.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/BLL.dll b/Integracion_DGA/bin/Debug/net8.0/BLL.dll
new file mode 100644
index 0000000..e0eb4f0
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/BLL.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/BLL.pdb b/Integracion_DGA/bin/Debug/net8.0/BLL.pdb
new file mode 100644
index 0000000..3b10362
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/BLL.pdb differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/DAL.dll b/Integracion_DGA/bin/Debug/net8.0/DAL.dll
new file mode 100644
index 0000000..0bb1fa6
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/DAL.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/DAL.pdb b/Integracion_DGA/bin/Debug/net8.0/DAL.pdb
new file mode 100644
index 0000000..48b88ed
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/DAL.pdb differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/DAS.dll b/Integracion_DGA/bin/Debug/net8.0/DAS.dll
new file mode 100644
index 0000000..02cc1de
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/DAS.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/DAS.pdb b/Integracion_DGA/bin/Debug/net8.0/DAS.pdb
new file mode 100644
index 0000000..4342c74
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/DAS.pdb differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/Dapper.dll b/Integracion_DGA/bin/Debug/net8.0/Dapper.dll
new file mode 100644
index 0000000..a837f48
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/Dapper.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/Integracion_DGA.deps.json b/Integracion_DGA/bin/Debug/net8.0/Integracion_DGA.deps.json
new file mode 100644
index 0000000..522a73c
--- /dev/null
+++ b/Integracion_DGA/bin/Debug/net8.0/Integracion_DGA.deps.json
@@ -0,0 +1,1292 @@
+{
+ "runtimeTarget": {
+ "name": ".NETCoreApp,Version=v8.0",
+ "signature": ""
+ },
+ "compilationOptions": {},
+ "targets": {
+ ".NETCoreApp,Version=v8.0": {
+ "Integracion_DGA/1.0.0": {
+ "dependencies": {
+ "BLL": "1.0.0",
+ "Microsoft.Extensions.Configuration": "9.0.6",
+ "Microsoft.Extensions.Configuration.Binder": "9.0.6",
+ "Microsoft.Extensions.Configuration.Json": "9.0.6",
+ "Microsoft.Extensions.DependencyInjection": "9.0.6",
+ "Microsoft.Extensions.Hosting": "9.0.6",
+ "Shared": "1.0.0"
+ },
+ "runtime": {
+ "Integracion_DGA.dll": {}
+ }
+ },
+ "Azure.Core/1.38.0": {
+ "dependencies": {
+ "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
+ "System.ClientModel": "1.0.0",
+ "System.Diagnostics.DiagnosticSource": "9.0.6",
+ "System.Memory.Data": "1.0.2",
+ "System.Numerics.Vectors": "4.5.0",
+ "System.Text.Encodings.Web": "9.0.6",
+ "System.Text.Json": "9.0.6",
+ "System.Threading.Tasks.Extensions": "4.5.4"
+ },
+ "runtime": {
+ "lib/net6.0/Azure.Core.dll": {
+ "assemblyVersion": "1.38.0.0",
+ "fileVersion": "1.3800.24.12602"
+ }
+ }
+ },
+ "Azure.Identity/1.11.4": {
+ "dependencies": {
+ "Azure.Core": "1.38.0",
+ "Microsoft.Identity.Client": "4.61.3",
+ "Microsoft.Identity.Client.Extensions.Msal": "4.61.3",
+ "System.Memory": "4.5.4",
+ "System.Security.Cryptography.ProtectedData": "8.0.0",
+ "System.Text.Json": "9.0.6",
+ "System.Threading.Tasks.Extensions": "4.5.4"
+ },
+ "runtime": {
+ "lib/netstandard2.0/Azure.Identity.dll": {
+ "assemblyVersion": "1.11.4.0",
+ "fileVersion": "1.1100.424.31005"
+ }
+ }
+ },
+ "Dapper/2.1.66": {
+ "runtime": {
+ "lib/net8.0/Dapper.dll": {
+ "assemblyVersion": "2.0.0.0",
+ "fileVersion": "2.1.66.48463"
+ }
+ }
+ },
+ "Microsoft.Bcl.AsyncInterfaces/1.1.1": {
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {
+ "assemblyVersion": "1.0.0.0",
+ "fileVersion": "4.700.20.21406"
+ }
+ }
+ },
+ "Microsoft.Bcl.Cryptography/8.0.0": {
+ "runtime": {
+ "lib/net8.0/Microsoft.Bcl.Cryptography.dll": {
+ "assemblyVersion": "8.0.0.0",
+ "fileVersion": "8.0.23.53103"
+ }
+ }
+ },
+ "Microsoft.Data.SqlClient/6.0.2": {
+ "dependencies": {
+ "Azure.Identity": "1.11.4",
+ "Microsoft.Bcl.Cryptography": "8.0.0",
+ "Microsoft.Data.SqlClient.SNI.runtime": "6.0.2",
+ "Microsoft.Extensions.Caching.Memory": "8.0.1",
+ "Microsoft.IdentityModel.JsonWebTokens": "7.5.0",
+ "Microsoft.IdentityModel.Protocols.OpenIdConnect": "7.5.0",
+ "Microsoft.SqlServer.Server": "1.0.0",
+ "System.Configuration.ConfigurationManager": "8.0.1",
+ "System.Security.Cryptography.Pkcs": "8.0.1"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Data.SqlClient.dll": {
+ "assemblyVersion": "6.0.0.0",
+ "fileVersion": "6.2.25115.4"
+ }
+ },
+ "resources": {
+ "lib/net8.0/cs/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "cs"
+ },
+ "lib/net8.0/de/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "de"
+ },
+ "lib/net8.0/es/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "es"
+ },
+ "lib/net8.0/fr/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "fr"
+ },
+ "lib/net8.0/it/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "it"
+ },
+ "lib/net8.0/ja/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "ja"
+ },
+ "lib/net8.0/ko/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "ko"
+ },
+ "lib/net8.0/pl/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "pl"
+ },
+ "lib/net8.0/pt-BR/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "pt-BR"
+ },
+ "lib/net8.0/ru/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "ru"
+ },
+ "lib/net8.0/tr/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "tr"
+ },
+ "lib/net8.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "zh-Hans"
+ },
+ "lib/net8.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "zh-Hant"
+ }
+ },
+ "runtimeTargets": {
+ "runtimes/unix/lib/net8.0/Microsoft.Data.SqlClient.dll": {
+ "rid": "unix",
+ "assetType": "runtime",
+ "assemblyVersion": "6.0.0.0",
+ "fileVersion": "6.2.25115.4"
+ },
+ "runtimes/win/lib/net8.0/Microsoft.Data.SqlClient.dll": {
+ "rid": "win",
+ "assetType": "runtime",
+ "assemblyVersion": "6.0.0.0",
+ "fileVersion": "6.2.25115.4"
+ }
+ }
+ },
+ "Microsoft.Data.SqlClient.SNI.runtime/6.0.2": {
+ "runtimeTargets": {
+ "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": {
+ "rid": "win-arm64",
+ "assetType": "native",
+ "fileVersion": "6.2.0.0"
+ },
+ "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": {
+ "rid": "win-x64",
+ "assetType": "native",
+ "fileVersion": "6.2.0.0"
+ },
+ "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": {
+ "rid": "win-x86",
+ "assetType": "native",
+ "fileVersion": "6.2.0.0"
+ }
+ }
+ },
+ "Microsoft.Extensions.Caching.Abstractions/8.0.0": {
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "9.0.6"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": {
+ "assemblyVersion": "8.0.0.0",
+ "fileVersion": "8.0.23.53103"
+ }
+ }
+ },
+ "Microsoft.Extensions.Caching.Memory/8.0.1": {
+ "dependencies": {
+ "Microsoft.Extensions.Caching.Abstractions": "8.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.6",
+ "Microsoft.Extensions.Logging.Abstractions": "9.0.6",
+ "Microsoft.Extensions.Options": "9.0.6",
+ "Microsoft.Extensions.Primitives": "9.0.6"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": {
+ "assemblyVersion": "8.0.0.0",
+ "fileVersion": "8.0.1024.46610"
+ }
+ }
+ },
+ "Microsoft.Extensions.Configuration/9.0.6": {
+ "dependencies": {
+ "Microsoft.Extensions.Configuration.Abstractions": "9.0.6",
+ "Microsoft.Extensions.Primitives": "9.0.6"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Configuration.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.625.26613"
+ }
+ }
+ },
+ "Microsoft.Extensions.Configuration.Abstractions/9.0.6": {
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "9.0.6"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.625.26613"
+ }
+ }
+ },
+ "Microsoft.Extensions.Configuration.Binder/9.0.6": {
+ "dependencies": {
+ "Microsoft.Extensions.Configuration.Abstractions": "9.0.6"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.625.26613"
+ }
+ }
+ },
+ "Microsoft.Extensions.Configuration.CommandLine/9.0.6": {
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": "9.0.6",
+ "Microsoft.Extensions.Configuration.Abstractions": "9.0.6"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Configuration.CommandLine.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.625.26613"
+ }
+ }
+ },
+ "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.6": {
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": "9.0.6",
+ "Microsoft.Extensions.Configuration.Abstractions": "9.0.6"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.625.26613"
+ }
+ }
+ },
+ "Microsoft.Extensions.Configuration.FileExtensions/9.0.6": {
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": "9.0.6",
+ "Microsoft.Extensions.Configuration.Abstractions": "9.0.6",
+ "Microsoft.Extensions.FileProviders.Abstractions": "9.0.6",
+ "Microsoft.Extensions.FileProviders.Physical": "9.0.6",
+ "Microsoft.Extensions.Primitives": "9.0.6"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.625.26613"
+ }
+ }
+ },
+ "Microsoft.Extensions.Configuration.Json/9.0.6": {
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": "9.0.6",
+ "Microsoft.Extensions.Configuration.Abstractions": "9.0.6",
+ "Microsoft.Extensions.Configuration.FileExtensions": "9.0.6",
+ "Microsoft.Extensions.FileProviders.Abstractions": "9.0.6",
+ "System.Text.Json": "9.0.6"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.625.26613"
+ }
+ }
+ },
+ "Microsoft.Extensions.Configuration.UserSecrets/9.0.6": {
+ "dependencies": {
+ "Microsoft.Extensions.Configuration.Abstractions": "9.0.6",
+ "Microsoft.Extensions.Configuration.Json": "9.0.6",
+ "Microsoft.Extensions.FileProviders.Abstractions": "9.0.6",
+ "Microsoft.Extensions.FileProviders.Physical": "9.0.6"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Configuration.UserSecrets.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.625.26613"
+ }
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection/9.0.6": {
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.6"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.625.26613"
+ }
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.6": {
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.625.26613"
+ }
+ }
+ },
+ "Microsoft.Extensions.Diagnostics/9.0.6": {
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": "9.0.6",
+ "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.6",
+ "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.6"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Diagnostics.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.625.26613"
+ }
+ }
+ },
+ "Microsoft.Extensions.Diagnostics.Abstractions/9.0.6": {
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.6",
+ "Microsoft.Extensions.Options": "9.0.6",
+ "System.Diagnostics.DiagnosticSource": "9.0.6"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Diagnostics.Abstractions.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.625.26613"
+ }
+ }
+ },
+ "Microsoft.Extensions.FileProviders.Abstractions/9.0.6": {
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "9.0.6"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.625.26613"
+ }
+ }
+ },
+ "Microsoft.Extensions.FileProviders.Physical/9.0.6": {
+ "dependencies": {
+ "Microsoft.Extensions.FileProviders.Abstractions": "9.0.6",
+ "Microsoft.Extensions.FileSystemGlobbing": "9.0.6",
+ "Microsoft.Extensions.Primitives": "9.0.6"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.625.26613"
+ }
+ }
+ },
+ "Microsoft.Extensions.FileSystemGlobbing/9.0.6": {
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.625.26613"
+ }
+ }
+ },
+ "Microsoft.Extensions.Hosting/9.0.6": {
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": "9.0.6",
+ "Microsoft.Extensions.Configuration.Abstractions": "9.0.6",
+ "Microsoft.Extensions.Configuration.Binder": "9.0.6",
+ "Microsoft.Extensions.Configuration.CommandLine": "9.0.6",
+ "Microsoft.Extensions.Configuration.EnvironmentVariables": "9.0.6",
+ "Microsoft.Extensions.Configuration.FileExtensions": "9.0.6",
+ "Microsoft.Extensions.Configuration.Json": "9.0.6",
+ "Microsoft.Extensions.Configuration.UserSecrets": "9.0.6",
+ "Microsoft.Extensions.DependencyInjection": "9.0.6",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.6",
+ "Microsoft.Extensions.Diagnostics": "9.0.6",
+ "Microsoft.Extensions.FileProviders.Abstractions": "9.0.6",
+ "Microsoft.Extensions.FileProviders.Physical": "9.0.6",
+ "Microsoft.Extensions.Hosting.Abstractions": "9.0.6",
+ "Microsoft.Extensions.Logging": "9.0.6",
+ "Microsoft.Extensions.Logging.Abstractions": "9.0.6",
+ "Microsoft.Extensions.Logging.Configuration": "9.0.6",
+ "Microsoft.Extensions.Logging.Console": "9.0.6",
+ "Microsoft.Extensions.Logging.Debug": "9.0.6",
+ "Microsoft.Extensions.Logging.EventLog": "9.0.6",
+ "Microsoft.Extensions.Logging.EventSource": "9.0.6",
+ "Microsoft.Extensions.Options": "9.0.6"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Hosting.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.625.26613"
+ }
+ }
+ },
+ "Microsoft.Extensions.Hosting.Abstractions/9.0.6": {
+ "dependencies": {
+ "Microsoft.Extensions.Configuration.Abstractions": "9.0.6",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.6",
+ "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.6",
+ "Microsoft.Extensions.FileProviders.Abstractions": "9.0.6",
+ "Microsoft.Extensions.Logging.Abstractions": "9.0.6"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Hosting.Abstractions.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.625.26613"
+ }
+ }
+ },
+ "Microsoft.Extensions.Logging/9.0.6": {
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection": "9.0.6",
+ "Microsoft.Extensions.Logging.Abstractions": "9.0.6",
+ "Microsoft.Extensions.Options": "9.0.6"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Logging.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.625.26613"
+ }
+ }
+ },
+ "Microsoft.Extensions.Logging.Abstractions/9.0.6": {
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.6",
+ "System.Diagnostics.DiagnosticSource": "9.0.6"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.625.26613"
+ }
+ }
+ },
+ "Microsoft.Extensions.Logging.Configuration/9.0.6": {
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": "9.0.6",
+ "Microsoft.Extensions.Configuration.Abstractions": "9.0.6",
+ "Microsoft.Extensions.Configuration.Binder": "9.0.6",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.6",
+ "Microsoft.Extensions.Logging": "9.0.6",
+ "Microsoft.Extensions.Logging.Abstractions": "9.0.6",
+ "Microsoft.Extensions.Options": "9.0.6",
+ "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.6"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Logging.Configuration.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.625.26613"
+ }
+ }
+ },
+ "Microsoft.Extensions.Logging.Console/9.0.6": {
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.6",
+ "Microsoft.Extensions.Logging": "9.0.6",
+ "Microsoft.Extensions.Logging.Abstractions": "9.0.6",
+ "Microsoft.Extensions.Logging.Configuration": "9.0.6",
+ "Microsoft.Extensions.Options": "9.0.6",
+ "System.Text.Json": "9.0.6"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Logging.Console.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.625.26613"
+ }
+ }
+ },
+ "Microsoft.Extensions.Logging.Debug/9.0.6": {
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.6",
+ "Microsoft.Extensions.Logging": "9.0.6",
+ "Microsoft.Extensions.Logging.Abstractions": "9.0.6"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Logging.Debug.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.625.26613"
+ }
+ }
+ },
+ "Microsoft.Extensions.Logging.EventLog/9.0.6": {
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.6",
+ "Microsoft.Extensions.Logging": "9.0.6",
+ "Microsoft.Extensions.Logging.Abstractions": "9.0.6",
+ "Microsoft.Extensions.Options": "9.0.6",
+ "System.Diagnostics.EventLog": "9.0.6"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Logging.EventLog.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.625.26613"
+ }
+ }
+ },
+ "Microsoft.Extensions.Logging.EventSource/9.0.6": {
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.6",
+ "Microsoft.Extensions.Logging": "9.0.6",
+ "Microsoft.Extensions.Logging.Abstractions": "9.0.6",
+ "Microsoft.Extensions.Options": "9.0.6",
+ "Microsoft.Extensions.Primitives": "9.0.6",
+ "System.Text.Json": "9.0.6"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Logging.EventSource.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.625.26613"
+ }
+ }
+ },
+ "Microsoft.Extensions.Options/9.0.6": {
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.6",
+ "Microsoft.Extensions.Primitives": "9.0.6"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Options.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.625.26613"
+ }
+ }
+ },
+ "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.6": {
+ "dependencies": {
+ "Microsoft.Extensions.Configuration.Abstractions": "9.0.6",
+ "Microsoft.Extensions.Configuration.Binder": "9.0.6",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.6",
+ "Microsoft.Extensions.Options": "9.0.6",
+ "Microsoft.Extensions.Primitives": "9.0.6"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.625.26613"
+ }
+ }
+ },
+ "Microsoft.Extensions.Primitives/9.0.6": {
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Primitives.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.625.26613"
+ }
+ }
+ },
+ "Microsoft.Identity.Client/4.61.3": {
+ "dependencies": {
+ "Microsoft.IdentityModel.Abstractions": "7.5.0",
+ "System.Diagnostics.DiagnosticSource": "9.0.6"
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Identity.Client.dll": {
+ "assemblyVersion": "4.61.3.0",
+ "fileVersion": "4.61.3.0"
+ }
+ }
+ },
+ "Microsoft.Identity.Client.Extensions.Msal/4.61.3": {
+ "dependencies": {
+ "Microsoft.Identity.Client": "4.61.3",
+ "System.Security.Cryptography.ProtectedData": "8.0.0"
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll": {
+ "assemblyVersion": "4.61.3.0",
+ "fileVersion": "4.61.3.0"
+ }
+ }
+ },
+ "Microsoft.IdentityModel.Abstractions/7.5.0": {
+ "runtime": {
+ "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": {
+ "assemblyVersion": "7.5.0.0",
+ "fileVersion": "7.5.0.50326"
+ }
+ }
+ },
+ "Microsoft.IdentityModel.JsonWebTokens/7.5.0": {
+ "dependencies": {
+ "Microsoft.IdentityModel.Tokens": "7.5.0"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
+ "assemblyVersion": "7.5.0.0",
+ "fileVersion": "7.5.0.50326"
+ }
+ }
+ },
+ "Microsoft.IdentityModel.Logging/7.5.0": {
+ "dependencies": {
+ "Microsoft.IdentityModel.Abstractions": "7.5.0"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.IdentityModel.Logging.dll": {
+ "assemblyVersion": "7.5.0.0",
+ "fileVersion": "7.5.0.50326"
+ }
+ }
+ },
+ "Microsoft.IdentityModel.Protocols/7.5.0": {
+ "dependencies": {
+ "Microsoft.IdentityModel.Tokens": "7.5.0"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.IdentityModel.Protocols.dll": {
+ "assemblyVersion": "7.5.0.0",
+ "fileVersion": "7.5.0.50326"
+ }
+ }
+ },
+ "Microsoft.IdentityModel.Protocols.OpenIdConnect/7.5.0": {
+ "dependencies": {
+ "Microsoft.IdentityModel.Protocols": "7.5.0",
+ "System.IdentityModel.Tokens.Jwt": "7.5.0"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {
+ "assemblyVersion": "7.5.0.0",
+ "fileVersion": "7.5.0.50326"
+ }
+ }
+ },
+ "Microsoft.IdentityModel.Tokens/7.5.0": {
+ "dependencies": {
+ "Microsoft.IdentityModel.Logging": "7.5.0"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.IdentityModel.Tokens.dll": {
+ "assemblyVersion": "7.5.0.0",
+ "fileVersion": "7.5.0.50326"
+ }
+ }
+ },
+ "Microsoft.SqlServer.Server/1.0.0": {
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": {
+ "assemblyVersion": "1.0.0.0",
+ "fileVersion": "1.0.0.0"
+ }
+ }
+ },
+ "System.ClientModel/1.0.0": {
+ "dependencies": {
+ "System.Memory.Data": "1.0.2",
+ "System.Text.Json": "9.0.6"
+ },
+ "runtime": {
+ "lib/net6.0/System.ClientModel.dll": {
+ "assemblyVersion": "1.0.0.0",
+ "fileVersion": "1.0.24.5302"
+ }
+ }
+ },
+ "System.Configuration.ConfigurationManager/8.0.1": {
+ "dependencies": {
+ "System.Diagnostics.EventLog": "9.0.6",
+ "System.Security.Cryptography.ProtectedData": "8.0.0"
+ },
+ "runtime": {
+ "lib/net8.0/System.Configuration.ConfigurationManager.dll": {
+ "assemblyVersion": "8.0.0.0",
+ "fileVersion": "8.0.1024.46610"
+ }
+ }
+ },
+ "System.Diagnostics.DiagnosticSource/9.0.6": {
+ "runtime": {
+ "lib/net8.0/System.Diagnostics.DiagnosticSource.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.625.26613"
+ }
+ }
+ },
+ "System.Diagnostics.EventLog/9.0.6": {
+ "runtime": {
+ "lib/net8.0/System.Diagnostics.EventLog.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.625.26613"
+ }
+ },
+ "runtimeTargets": {
+ "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll": {
+ "rid": "win",
+ "assetType": "runtime",
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "0.0.0.0"
+ },
+ "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll": {
+ "rid": "win",
+ "assetType": "runtime",
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.625.26613"
+ }
+ }
+ },
+ "System.IdentityModel.Tokens.Jwt/7.5.0": {
+ "dependencies": {
+ "Microsoft.IdentityModel.JsonWebTokens": "7.5.0",
+ "Microsoft.IdentityModel.Tokens": "7.5.0"
+ },
+ "runtime": {
+ "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": {
+ "assemblyVersion": "7.5.0.0",
+ "fileVersion": "7.5.0.50326"
+ }
+ }
+ },
+ "System.IO.Pipelines/9.0.6": {
+ "runtime": {
+ "lib/net8.0/System.IO.Pipelines.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.625.26613"
+ }
+ }
+ },
+ "System.Memory/4.5.4": {},
+ "System.Memory.Data/1.0.2": {
+ "dependencies": {
+ "System.Text.Encodings.Web": "9.0.6",
+ "System.Text.Json": "9.0.6"
+ },
+ "runtime": {
+ "lib/netstandard2.0/System.Memory.Data.dll": {
+ "assemblyVersion": "1.0.2.0",
+ "fileVersion": "1.0.221.20802"
+ }
+ }
+ },
+ "System.Numerics.Vectors/4.5.0": {},
+ "System.Security.Cryptography.Pkcs/8.0.1": {
+ "runtime": {
+ "lib/net8.0/System.Security.Cryptography.Pkcs.dll": {
+ "assemblyVersion": "8.0.0.0",
+ "fileVersion": "8.0.1024.46610"
+ }
+ },
+ "runtimeTargets": {
+ "runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.dll": {
+ "rid": "win",
+ "assetType": "runtime",
+ "assemblyVersion": "8.0.0.0",
+ "fileVersion": "8.0.1024.46610"
+ }
+ }
+ },
+ "System.Security.Cryptography.ProtectedData/8.0.0": {
+ "runtime": {
+ "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": {
+ "assemblyVersion": "8.0.0.0",
+ "fileVersion": "8.0.23.53103"
+ }
+ }
+ },
+ "System.Text.Encodings.Web/9.0.6": {
+ "runtime": {
+ "lib/net8.0/System.Text.Encodings.Web.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.625.26613"
+ }
+ },
+ "runtimeTargets": {
+ "runtimes/browser/lib/net8.0/System.Text.Encodings.Web.dll": {
+ "rid": "browser",
+ "assetType": "runtime",
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.625.26613"
+ }
+ }
+ },
+ "System.Text.Json/9.0.6": {
+ "dependencies": {
+ "System.IO.Pipelines": "9.0.6",
+ "System.Text.Encodings.Web": "9.0.6"
+ },
+ "runtime": {
+ "lib/net8.0/System.Text.Json.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.625.26613"
+ }
+ }
+ },
+ "System.Threading.Tasks.Extensions/4.5.4": {},
+ "BLL/1.0.0": {
+ "dependencies": {
+ "DAL": "1.0.0",
+ "DAS": "1.0.0",
+ "Shared": "1.0.0"
+ },
+ "runtime": {
+ "BLL.dll": {
+ "assemblyVersion": "1.0.0.0",
+ "fileVersion": "1.0.0.0"
+ }
+ }
+ },
+ "DAL/1.0.0": {
+ "dependencies": {
+ "Dapper": "2.1.66",
+ "Microsoft.Data.SqlClient": "6.0.2",
+ "Microsoft.Extensions.Configuration": "9.0.6",
+ "Microsoft.Extensions.Configuration.Json": "9.0.6",
+ "Shared": "1.0.0"
+ },
+ "runtime": {
+ "DAL.dll": {
+ "assemblyVersion": "1.0.0.0",
+ "fileVersion": "1.0.0.0"
+ }
+ }
+ },
+ "DAS/1.0.0": {
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": "9.0.6",
+ "Shared": "1.0.0"
+ },
+ "runtime": {
+ "DAS.dll": {
+ "assemblyVersion": "1.0.0.0",
+ "fileVersion": "1.0.0.0"
+ }
+ }
+ },
+ "Shared/1.0.0": {
+ "runtime": {
+ "Shared.dll": {
+ "assemblyVersion": "1.0.0.0",
+ "fileVersion": "1.0.0.0"
+ }
+ }
+ }
+ }
+ },
+ "libraries": {
+ "Integracion_DGA/1.0.0": {
+ "type": "project",
+ "serviceable": false,
+ "sha512": ""
+ },
+ "Azure.Core/1.38.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-IuEgCoVA0ef7E4pQtpC3+TkPbzaoQfa77HlfJDmfuaJUCVJmn7fT0izamZiryW5sYUFKizsftIxMkXKbgIcPMQ==",
+ "path": "azure.core/1.38.0",
+ "hashPath": "azure.core.1.38.0.nupkg.sha512"
+ },
+ "Azure.Identity/1.11.4": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-Sf4BoE6Q3jTgFkgBkx7qztYOFELBCo+wQgpYDwal/qJ1unBH73ywPztIJKXBXORRzAeNijsuxhk94h0TIMvfYg==",
+ "path": "azure.identity/1.11.4",
+ "hashPath": "azure.identity.1.11.4.nupkg.sha512"
+ },
+ "Dapper/2.1.66": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-/q77jUgDOS+bzkmk3Vy9SiWMaetTw+NOoPAV0xPBsGVAyljd5S6P+4RUW7R3ZUGGr9lDRyPKgAMj2UAOwvqZYw==",
+ "path": "dapper/2.1.66",
+ "hashPath": "dapper.2.1.66.nupkg.sha512"
+ },
+ "Microsoft.Bcl.AsyncInterfaces/1.1.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-yuvf07qFWFqtK3P/MRkEKLhn5r2UbSpVueRziSqj0yJQIKFwG1pq9mOayK3zE5qZCTs0CbrwL9M6R8VwqyGy2w==",
+ "path": "microsoft.bcl.asyncinterfaces/1.1.1",
+ "hashPath": "microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512"
+ },
+ "Microsoft.Bcl.Cryptography/8.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-Y3t/c7C5XHJGFDnohjf1/9SYF3ZOfEU1fkNQuKg/dGf9hN18yrQj2owHITGfNS3+lKJdW6J4vY98jYu57jCO8A==",
+ "path": "microsoft.bcl.cryptography/8.0.0",
+ "hashPath": "microsoft.bcl.cryptography.8.0.0.nupkg.sha512"
+ },
+ "Microsoft.Data.SqlClient/6.0.2": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-RDqwzNu5slSqGy0eSgnN4fuLdGI1w9ZHBRNALrbUsykOIbXtGCpyotG0r5zz+HHtzxbe6LtcAyWcOiu0a+Fx/A==",
+ "path": "microsoft.data.sqlclient/6.0.2",
+ "hashPath": "microsoft.data.sqlclient.6.0.2.nupkg.sha512"
+ },
+ "Microsoft.Data.SqlClient.SNI.runtime/6.0.2": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-f+pRODTWX7Y67jXO3T5S2dIPZ9qMJNySjlZT/TKmWVNWe19N8jcWmHaqHnnchaq3gxEKv1SWVY5EFzOD06l41w==",
+ "path": "microsoft.data.sqlclient.sni.runtime/6.0.2",
+ "hashPath": "microsoft.data.sqlclient.sni.runtime.6.0.2.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Caching.Abstractions/8.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-3KuSxeHoNYdxVYfg2IRZCThcrlJ1XJqIXkAWikCsbm5C/bCjv7G0WoKDyuR98Q+T607QT2Zl5GsbGRkENcV2yQ==",
+ "path": "microsoft.extensions.caching.abstractions/8.0.0",
+ "hashPath": "microsoft.extensions.caching.abstractions.8.0.0.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Caching.Memory/8.0.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-HFDnhYLccngrzyGgHkjEDU5FMLn4MpOsr5ElgsBMC4yx6lJh4jeWO7fHS8+TXPq+dgxCmUa/Trl8svObmwW4QA==",
+ "path": "microsoft.extensions.caching.memory/8.0.1",
+ "hashPath": "microsoft.extensions.caching.memory.8.0.1.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Configuration/9.0.6": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-VWB5jdkxHsRiuoniTqwOL32R4OWyp5If/bAucLjRJczRVNcwb8iCXKLjn3Inv8fv+jHMVMnvQLg7xhSys+y5PA==",
+ "path": "microsoft.extensions.configuration/9.0.6",
+ "hashPath": "microsoft.extensions.configuration.9.0.6.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Configuration.Abstractions/9.0.6": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-3GgMIi2jP8g1fBW93Z9b9Unamc0SIsgyhiCmC91gq4loTixK9vQMuxxUsfJ1kRGwn+/FqLKwOHqmn0oYWn3Fvw==",
+ "path": "microsoft.extensions.configuration.abstractions/9.0.6",
+ "hashPath": "microsoft.extensions.configuration.abstractions.9.0.6.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Configuration.Binder/9.0.6": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-Opl/7SIrwDy9WjHn/vU2thQ8CUtrIWHLr+89I7/0VYNEJQvpL24zvqYrh83cH38RzNKHji0WGVkCVP6HJChVVw==",
+ "path": "microsoft.extensions.configuration.binder/9.0.6",
+ "hashPath": "microsoft.extensions.configuration.binder.9.0.6.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Configuration.CommandLine/9.0.6": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-DC5I4Y1nK35jY4piDqQCzWjDXzT6ECMctBAxgAJoc6pn0k6uyxcDeOuVDRooFui/N65ptn9xT5mk9eO4mSTj/g==",
+ "path": "microsoft.extensions.configuration.commandline/9.0.6",
+ "hashPath": "microsoft.extensions.configuration.commandline.9.0.6.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.6": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-RGYG2JBak9lf2rIPiZUVmWjUqoxaHPy3XPhPsJyIQ8QqK47rKvJz7jxVYefTnYdM5LTEiGFBdC7v3+SiosvmkQ==",
+ "path": "microsoft.extensions.configuration.environmentvariables/9.0.6",
+ "hashPath": "microsoft.extensions.configuration.environmentvariables.9.0.6.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Configuration.FileExtensions/9.0.6": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-pCEueasI5JhJ24KYzMFxtG40zyLnWpcQYawpARh9FNq9XbWozuWgexmdkPa8p8YoVNlpi3ecKfcjfoRMkKAufw==",
+ "path": "microsoft.extensions.configuration.fileextensions/9.0.6",
+ "hashPath": "microsoft.extensions.configuration.fileextensions.9.0.6.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Configuration.Json/9.0.6": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-N0dgOYQ9tDzJouL9Tyx2dgMCcHV2pBaY8yVtorbDqYYwiDRS2zd1TbhTA2FMHqXF3SMjBoO+gONZcDoA79gdSA==",
+ "path": "microsoft.extensions.configuration.json/9.0.6",
+ "hashPath": "microsoft.extensions.configuration.json.9.0.6.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Configuration.UserSecrets/9.0.6": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-0ZZMzdvNwIS0f09S0IcaEbKFm+Xc41vRROsA/soeKEpzRISTDdiVwGlzdldbXEsuPjNVvNHyvIP8YW2hfIig0w==",
+ "path": "microsoft.extensions.configuration.usersecrets/9.0.6",
+ "hashPath": "microsoft.extensions.configuration.usersecrets.9.0.6.nupkg.sha512"
+ },
+ "Microsoft.Extensions.DependencyInjection/9.0.6": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-vS65HMo5RS10DD543fknsyVDxihMcVxVn3/hNaILgBxWYnOLxWIeCIO9X0QFuCvPRNjClvXe9Aj8KaQNx7vFkQ==",
+ "path": "microsoft.extensions.dependencyinjection/9.0.6",
+ "hashPath": "microsoft.extensions.dependencyinjection.9.0.6.nupkg.sha512"
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.6": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-0Zn6nR/6g+90MxskZyOOMPQvnPnrrGu6bytPwkV+azDcTtCSuQ1+GJUrg8Klmnrjk1i6zMpw2lXijl+tw7Q3kA==",
+ "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.6",
+ "hashPath": "microsoft.extensions.dependencyinjection.abstractions.9.0.6.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Diagnostics/9.0.6": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-mIqCzZseDK9SqTRy4LxtjLwjlUu6aH5UdA6j0vgVER14yki9oRqLF+SmBiF6OlwsBSeL6dMQ8dmq02JMeE2puQ==",
+ "path": "microsoft.extensions.diagnostics/9.0.6",
+ "hashPath": "microsoft.extensions.diagnostics.9.0.6.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Diagnostics.Abstractions/9.0.6": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-GIoXX7VDcTEsNM6yvffTBaOwnPQELGI5dzExR7L2O7AUkDsHBYIZawUbuwfq3cYzz8dIAAJotQYJMzH7qy27Ng==",
+ "path": "microsoft.extensions.diagnostics.abstractions/9.0.6",
+ "hashPath": "microsoft.extensions.diagnostics.abstractions.9.0.6.nupkg.sha512"
+ },
+ "Microsoft.Extensions.FileProviders.Abstractions/9.0.6": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-q9FPkSGVA9ipI255p3PBAvWNXas5Tzjyp/DwYSwT+46mIFw9fWZahsF6vHpoxLt5/vtANotH2sAm7HunuFIx9g==",
+ "path": "microsoft.extensions.fileproviders.abstractions/9.0.6",
+ "hashPath": "microsoft.extensions.fileproviders.abstractions.9.0.6.nupkg.sha512"
+ },
+ "Microsoft.Extensions.FileProviders.Physical/9.0.6": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-l+dFA0NRl90vSIiJNy5d7V0kpTEOWHTqbgoWYzlTwF5uiM5sWJ953haaELKE05jkyJdnemVTnqjrlgo4wo7oyg==",
+ "path": "microsoft.extensions.fileproviders.physical/9.0.6",
+ "hashPath": "microsoft.extensions.fileproviders.physical.9.0.6.nupkg.sha512"
+ },
+ "Microsoft.Extensions.FileSystemGlobbing/9.0.6": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-1HJCAbwukNEoYbHgHbKHmenU0V/0huw8+i7Qtf5rLUG1E+3kEwRJQxpwD3wbTEagIgPSQisNgJTvmUX9yYVc6g==",
+ "path": "microsoft.extensions.filesystemglobbing/9.0.6",
+ "hashPath": "microsoft.extensions.filesystemglobbing.9.0.6.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Hosting/9.0.6": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-Iu1UyXUnjMhoOwThKM0kCyjgWqqQnuujsbPMnF44ITUbmETT7RAVlozNgev2L/damwNoPZKpmwArRKBy2IOAZg==",
+ "path": "microsoft.extensions.hosting/9.0.6",
+ "hashPath": "microsoft.extensions.hosting.9.0.6.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Hosting.Abstractions/9.0.6": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-G9T95JbcG/wQpeVIzg0IMwxI+uTywDmbxWUWN2P0mdna35rmuTqgTrZ4SU5rcfUT3EJfbI9N4K8UyCAAc6QK8Q==",
+ "path": "microsoft.extensions.hosting.abstractions/9.0.6",
+ "hashPath": "microsoft.extensions.hosting.abstractions.9.0.6.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Logging/9.0.6": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-XBzjitTFaQhF8EbJ645vblZezV1p52ePTxKHoVkRidHF11Xkjxg94qr0Rvp2qyxK2vBJ4OIZ41NB15YUyxTGMQ==",
+ "path": "microsoft.extensions.logging/9.0.6",
+ "hashPath": "microsoft.extensions.logging.9.0.6.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Logging.Abstractions/9.0.6": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-LFnyBNK7WtFmKdnHu3v0HOYQ8BcjYuy0jdC9pgCJ/rbLKoJEG9/dBzSKMEeeWDbDeoWS0TIxOC8a9CM5ufca3A==",
+ "path": "microsoft.extensions.logging.abstractions/9.0.6",
+ "hashPath": "microsoft.extensions.logging.abstractions.9.0.6.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Logging.Configuration/9.0.6": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-lCgpxE5r6v43SB40/yUVnSWZUUqUZF5iUWizhkx4gqvq0L0rMw5g8adWKGO7sfIaSbCiU0et85sDQWswhLcceg==",
+ "path": "microsoft.extensions.logging.configuration/9.0.6",
+ "hashPath": "microsoft.extensions.logging.configuration.9.0.6.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Logging.Console/9.0.6": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-L1O0M3MrqGlkrPYMLzcCphQpCG0lSHfTSPrm1otALNBzTPiO8rxxkjhBIIa2onKv92UP30Y4QaiigVMTx8YcxQ==",
+ "path": "microsoft.extensions.logging.console/9.0.6",
+ "hashPath": "microsoft.extensions.logging.console.9.0.6.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Logging.Debug/9.0.6": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-u21euQdOjaEwmlnnB1Zd4XGqOmWI8FkoGeUleV7n4BZ8HPQC/jrYzX/B5Cz3uI/FXjd//W88clPfkGIbSif7Jw==",
+ "path": "microsoft.extensions.logging.debug/9.0.6",
+ "hashPath": "microsoft.extensions.logging.debug.9.0.6.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Logging.EventLog/9.0.6": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-IyyGy7xNJAjdlFYXc7SZ7kS3CWd3Ma4hing9QGtzXi+LXm8RWCEXdKA1cPx5AeFmdg3rVG+ADGIn44K14O+vFA==",
+ "path": "microsoft.extensions.logging.eventlog/9.0.6",
+ "hashPath": "microsoft.extensions.logging.eventlog.9.0.6.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Logging.EventSource/9.0.6": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-ayCRr/8ON3aINH81ak9l3vLAF/0pV/xrfChCbIlT2YnHAd4TYBWLcWhzbJWwPFV4XmJFrx/z8oq+gZzIc/74OA==",
+ "path": "microsoft.extensions.logging.eventsource/9.0.6",
+ "hashPath": "microsoft.extensions.logging.eventsource.9.0.6.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Options/9.0.6": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-wUPhNM1zsI58Dy10xRdF2+pnsisiUuETg5ZBncyAEEUm/CQ9Q1vmivyUWH8RDbAlqyixf2dJNQ2XZb7HsKUEQw==",
+ "path": "microsoft.extensions.options/9.0.6",
+ "hashPath": "microsoft.extensions.options.9.0.6.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.6": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-2lnp8nrvfzyp+5zvfeULm/hkZsDsKkl2ziBt5T8EZKoON5q+XRpRLoWcSPo8mP7GNZXpxKMBVjFNIZNbBIcnRw==",
+ "path": "microsoft.extensions.options.configurationextensions/9.0.6",
+ "hashPath": "microsoft.extensions.options.configurationextensions.9.0.6.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Primitives/9.0.6": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-BHniU24QV67qp1pJknqYSofAPYGmijGI8D+ci9yfw33iuFdyOeB9lWTg78ThyYLyQwZw3s0vZ36VMb0MqbUuLw==",
+ "path": "microsoft.extensions.primitives/9.0.6",
+ "hashPath": "microsoft.extensions.primitives.9.0.6.nupkg.sha512"
+ },
+ "Microsoft.Identity.Client/4.61.3": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-naJo/Qm35Caaoxp5utcw+R8eU8ZtLz2ALh8S+gkekOYQ1oazfCQMWVT4NJ/FnHzdIJlm8dMz0oMpMGCabx5odA==",
+ "path": "microsoft.identity.client/4.61.3",
+ "hashPath": "microsoft.identity.client.4.61.3.nupkg.sha512"
+ },
+ "Microsoft.Identity.Client.Extensions.Msal/4.61.3": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-PWnJcznrSGr25MN8ajlc2XIDW4zCFu0U6FkpaNLEWLgd1NgFCp5uDY3mqLDgM8zCN8hqj8yo5wHYfLB2HjcdGw==",
+ "path": "microsoft.identity.client.extensions.msal/4.61.3",
+ "hashPath": "microsoft.identity.client.extensions.msal.4.61.3.nupkg.sha512"
+ },
+ "Microsoft.IdentityModel.Abstractions/7.5.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-seOFPaBQh2K683eFujAuDsrO2XbOA+SvxRli+wu7kl+ZymuGQzjmmUKfyFHmDazpPOBnmOX1ZnjX7zFDZHyNIA==",
+ "path": "microsoft.identitymodel.abstractions/7.5.0",
+ "hashPath": "microsoft.identitymodel.abstractions.7.5.0.nupkg.sha512"
+ },
+ "Microsoft.IdentityModel.JsonWebTokens/7.5.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-mfyiGptbcH+oYrzAtWWwuV+7MoM0G0si+9owaj6DGWInhq/N/KDj/pWHhq1ShdmBu332gjP+cppjgwBpsOj7Fg==",
+ "path": "microsoft.identitymodel.jsonwebtokens/7.5.0",
+ "hashPath": "microsoft.identitymodel.jsonwebtokens.7.5.0.nupkg.sha512"
+ },
+ "Microsoft.IdentityModel.Logging/7.5.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-3BInZEajJvnTDP/YRrmJ3Fyw8XAWWR9jG+3FkhhzRJJYItVL+BEH9qlgxSmtrxp7S7N6TOv+Y+X8BG61viiehQ==",
+ "path": "microsoft.identitymodel.logging/7.5.0",
+ "hashPath": "microsoft.identitymodel.logging.7.5.0.nupkg.sha512"
+ },
+ "Microsoft.IdentityModel.Protocols/7.5.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-ugyb0Nm+I+UrHGYg28mL8oCV31xZrOEbs8fQkcShUoKvgk22HroD2odCnqEf56CoAFYTwoDExz8deXzrFC+TyA==",
+ "path": "microsoft.identitymodel.protocols/7.5.0",
+ "hashPath": "microsoft.identitymodel.protocols.7.5.0.nupkg.sha512"
+ },
+ "Microsoft.IdentityModel.Protocols.OpenIdConnect/7.5.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-/U3I/8uutTqZr2n/zt0q08bluYklq+5VWP7ZuOGpTUR1ln5bSbrexAzdSGzrhxTxNNbHMCU8Mn2bNQvcmehAxg==",
+ "path": "microsoft.identitymodel.protocols.openidconnect/7.5.0",
+ "hashPath": "microsoft.identitymodel.protocols.openidconnect.7.5.0.nupkg.sha512"
+ },
+ "Microsoft.IdentityModel.Tokens/7.5.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-owe33wqe0ZbwBxM3D90I0XotxNyTdl85jud03d+OrUOJNnTiqnYePwBk3WU9yW0Rk5CYX+sfSim7frmu6jeEzQ==",
+ "path": "microsoft.identitymodel.tokens/7.5.0",
+ "hashPath": "microsoft.identitymodel.tokens.7.5.0.nupkg.sha512"
+ },
+ "Microsoft.SqlServer.Server/1.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-N4KeF3cpcm1PUHym1RmakkzfkEv3GRMyofVv40uXsQhCQeglr2OHNcUk2WOG51AKpGO8ynGpo9M/kFXSzghwug==",
+ "path": "microsoft.sqlserver.server/1.0.0",
+ "hashPath": "microsoft.sqlserver.server.1.0.0.nupkg.sha512"
+ },
+ "System.ClientModel/1.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-I3CVkvxeqFYjIVEP59DnjbeoGNfo/+SZrCLpRz2v/g0gpCHaEMPtWSY0s9k/7jR1rAsLNg2z2u1JRB76tPjnIw==",
+ "path": "system.clientmodel/1.0.0",
+ "hashPath": "system.clientmodel.1.0.0.nupkg.sha512"
+ },
+ "System.Configuration.ConfigurationManager/8.0.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-gPYFPDyohW2gXNhdQRSjtmeS6FymL2crg4Sral1wtvEJ7DUqFCDWDVbbLobASbzxfic8U1hQEdC7hmg9LHncMw==",
+ "path": "system.configuration.configurationmanager/8.0.1",
+ "hashPath": "system.configuration.configurationmanager.8.0.1.nupkg.sha512"
+ },
+ "System.Diagnostics.DiagnosticSource/9.0.6": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-nikkwAKqpwWUvV5J8S9fnOPYg8k75Lf9fAI4bd6pyhyqNma0Py9kt+zcqXbe4TjJ4sTPcdYpPg81shYTrXnUZQ==",
+ "path": "system.diagnostics.diagnosticsource/9.0.6",
+ "hashPath": "system.diagnostics.diagnosticsource.9.0.6.nupkg.sha512"
+ },
+ "System.Diagnostics.EventLog/9.0.6": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-lum+Dv+8S4gqN5H1C576UcQe0M2buoRjEUVs4TctXRSWjBH3ay3w2KyQrOo1yPdRs1I+xK69STz+4mjIisFI5w==",
+ "path": "system.diagnostics.eventlog/9.0.6",
+ "hashPath": "system.diagnostics.eventlog.9.0.6.nupkg.sha512"
+ },
+ "System.IdentityModel.Tokens.Jwt/7.5.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-D0TtrWOfoPdyYSlvOGaU9F1QR+qrbgJ/4eiEsQkIz7YQKIKkGXQldXukn6cYG9OahSq5UVMvyAIObECpH6Wglg==",
+ "path": "system.identitymodel.tokens.jwt/7.5.0",
+ "hashPath": "system.identitymodel.tokens.jwt.7.5.0.nupkg.sha512"
+ },
+ "System.IO.Pipelines/9.0.6": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-0nlr0reXrRmkZNKifKqh2DgGhQgfkT7Qa3gQxIn/JI7/y3WDiTz67M+Sq3vFhUqcG8O5zVrpqHvIHeGPGUBsEw==",
+ "path": "system.io.pipelines/9.0.6",
+ "hashPath": "system.io.pipelines.9.0.6.nupkg.sha512"
+ },
+ "System.Memory/4.5.4": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==",
+ "path": "system.memory/4.5.4",
+ "hashPath": "system.memory.4.5.4.nupkg.sha512"
+ },
+ "System.Memory.Data/1.0.2": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-JGkzeqgBsiZwKJZ1IxPNsDFZDhUvuEdX8L8BDC8N3KOj+6zMcNU28CNN59TpZE/VJYy9cP+5M+sbxtWJx3/xtw==",
+ "path": "system.memory.data/1.0.2",
+ "hashPath": "system.memory.data.1.0.2.nupkg.sha512"
+ },
+ "System.Numerics.Vectors/4.5.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==",
+ "path": "system.numerics.vectors/4.5.0",
+ "hashPath": "system.numerics.vectors.4.5.0.nupkg.sha512"
+ },
+ "System.Security.Cryptography.Pkcs/8.0.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-CoCRHFym33aUSf/NtWSVSZa99dkd0Hm7OCZUxORBjRB16LNhIEOf8THPqzIYlvKM0nNDAPTRBa1FxEECrgaxxA==",
+ "path": "system.security.cryptography.pkcs/8.0.1",
+ "hashPath": "system.security.cryptography.pkcs.8.0.1.nupkg.sha512"
+ },
+ "System.Security.Cryptography.ProtectedData/8.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-+TUFINV2q2ifyXauQXRwy4CiBhqvDEDZeVJU7qfxya4aRYOKzVBpN+4acx25VcPB9ywUN6C0n8drWl110PhZEg==",
+ "path": "system.security.cryptography.protecteddata/8.0.0",
+ "hashPath": "system.security.cryptography.protecteddata.8.0.0.nupkg.sha512"
+ },
+ "System.Text.Encodings.Web/9.0.6": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-uWRgViw2yJAUyGxrzDLCc6fkzE2dZIoXxs8V6YjCujKsJuP0pnpYSlbm2/7tKd0SjBnMtwfDQhLenk3bXonVOA==",
+ "path": "system.text.encodings.web/9.0.6",
+ "hashPath": "system.text.encodings.web.9.0.6.nupkg.sha512"
+ },
+ "System.Text.Json/9.0.6": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-h+ZtYTyTnTh5Ju6mHCKb3FPGx4ylJZgm9W7Y2psUnkhQRPMOIxX+TCN0ZgaR/+Yea+93XHWAaMzYTar1/EHIPg==",
+ "path": "system.text.json/9.0.6",
+ "hashPath": "system.text.json.9.0.6.nupkg.sha512"
+ },
+ "System.Threading.Tasks.Extensions/4.5.4": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==",
+ "path": "system.threading.tasks.extensions/4.5.4",
+ "hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512"
+ },
+ "BLL/1.0.0": {
+ "type": "project",
+ "serviceable": false,
+ "sha512": ""
+ },
+ "DAL/1.0.0": {
+ "type": "project",
+ "serviceable": false,
+ "sha512": ""
+ },
+ "DAS/1.0.0": {
+ "type": "project",
+ "serviceable": false,
+ "sha512": ""
+ },
+ "Shared/1.0.0": {
+ "type": "project",
+ "serviceable": false,
+ "sha512": ""
+ }
+ }
+}
\ No newline at end of file
diff --git a/Integracion_DGA/bin/Debug/net8.0/Integracion_DGA.dll b/Integracion_DGA/bin/Debug/net8.0/Integracion_DGA.dll
new file mode 100644
index 0000000..07450b7
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/Integracion_DGA.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/Integracion_DGA.exe b/Integracion_DGA/bin/Debug/net8.0/Integracion_DGA.exe
new file mode 100644
index 0000000..be8d9e5
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/Integracion_DGA.exe differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/Integracion_DGA.pdb b/Integracion_DGA/bin/Debug/net8.0/Integracion_DGA.pdb
new file mode 100644
index 0000000..26d84d2
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/Integracion_DGA.pdb differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/Integracion_DGA.runtimeconfig.json b/Integracion_DGA/bin/Debug/net8.0/Integracion_DGA.runtimeconfig.json
new file mode 100644
index 0000000..becfaea
--- /dev/null
+++ b/Integracion_DGA/bin/Debug/net8.0/Integracion_DGA.runtimeconfig.json
@@ -0,0 +1,12 @@
+{
+ "runtimeOptions": {
+ "tfm": "net8.0",
+ "framework": {
+ "name": "Microsoft.NETCore.App",
+ "version": "8.0.0"
+ },
+ "configProperties": {
+ "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
+ }
+ }
+}
\ No newline at end of file
diff --git a/Integracion_DGA/bin/Debug/net8.0/Microsoft.Bcl.AsyncInterfaces.dll b/Integracion_DGA/bin/Debug/net8.0/Microsoft.Bcl.AsyncInterfaces.dll
new file mode 100644
index 0000000..a5b7ff9
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/Microsoft.Bcl.AsyncInterfaces.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/Microsoft.Bcl.Cryptography.dll b/Integracion_DGA/bin/Debug/net8.0/Microsoft.Bcl.Cryptography.dll
new file mode 100644
index 0000000..d560e22
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/Microsoft.Bcl.Cryptography.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/Microsoft.Data.SqlClient.dll b/Integracion_DGA/bin/Debug/net8.0/Microsoft.Data.SqlClient.dll
new file mode 100644
index 0000000..343d993
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/Microsoft.Data.SqlClient.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Caching.Abstractions.dll b/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Caching.Abstractions.dll
new file mode 100644
index 0000000..99aac98
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Caching.Abstractions.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Caching.Memory.dll b/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Caching.Memory.dll
new file mode 100644
index 0000000..077b1b6
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Caching.Memory.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll b/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll
new file mode 100644
index 0000000..99e2a39
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Configuration.Binder.dll b/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Configuration.Binder.dll
new file mode 100644
index 0000000..148f435
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Configuration.Binder.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Configuration.CommandLine.dll b/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Configuration.CommandLine.dll
new file mode 100644
index 0000000..fd113e4
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Configuration.CommandLine.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll b/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll
new file mode 100644
index 0000000..fbd266b
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll b/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll
new file mode 100644
index 0000000..c695685
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Configuration.Json.dll b/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Configuration.Json.dll
new file mode 100644
index 0000000..4734607
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Configuration.Json.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Configuration.UserSecrets.dll b/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Configuration.UserSecrets.dll
new file mode 100644
index 0000000..e754005
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Configuration.UserSecrets.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Configuration.dll b/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Configuration.dll
new file mode 100644
index 0000000..93add5f
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Configuration.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll b/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll
new file mode 100644
index 0000000..366ea59
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.DependencyInjection.dll b/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.DependencyInjection.dll
new file mode 100644
index 0000000..4813b8f
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.DependencyInjection.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Diagnostics.Abstractions.dll b/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Diagnostics.Abstractions.dll
new file mode 100644
index 0000000..127b966
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Diagnostics.Abstractions.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Diagnostics.dll b/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Diagnostics.dll
new file mode 100644
index 0000000..f2ae081
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Diagnostics.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll b/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll
new file mode 100644
index 0000000..f396702
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.FileProviders.Physical.dll b/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.FileProviders.Physical.dll
new file mode 100644
index 0000000..30418e6
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.FileProviders.Physical.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll b/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll
new file mode 100644
index 0000000..e77512d
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Hosting.Abstractions.dll b/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Hosting.Abstractions.dll
new file mode 100644
index 0000000..1d66160
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Hosting.Abstractions.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Hosting.dll b/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Hosting.dll
new file mode 100644
index 0000000..d298e98
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Hosting.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Logging.Abstractions.dll b/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Logging.Abstractions.dll
new file mode 100644
index 0000000..aa15739
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Logging.Abstractions.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Logging.Configuration.dll b/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Logging.Configuration.dll
new file mode 100644
index 0000000..66cd846
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Logging.Configuration.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Logging.Console.dll b/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Logging.Console.dll
new file mode 100644
index 0000000..c8d47e9
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Logging.Console.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Logging.Debug.dll b/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Logging.Debug.dll
new file mode 100644
index 0000000..e8e8cd0
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Logging.Debug.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Logging.EventLog.dll b/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Logging.EventLog.dll
new file mode 100644
index 0000000..4a967b8
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Logging.EventLog.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Logging.EventSource.dll b/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Logging.EventSource.dll
new file mode 100644
index 0000000..80ebe0c
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Logging.EventSource.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Logging.dll b/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Logging.dll
new file mode 100644
index 0000000..eff1db0
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Logging.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll b/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll
new file mode 100644
index 0000000..0097639
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Options.dll b/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Options.dll
new file mode 100644
index 0000000..b367404
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Options.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Primitives.dll b/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Primitives.dll
new file mode 100644
index 0000000..dcc574e
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/Microsoft.Extensions.Primitives.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/Microsoft.Identity.Client.Extensions.Msal.dll b/Integracion_DGA/bin/Debug/net8.0/Microsoft.Identity.Client.Extensions.Msal.dll
new file mode 100644
index 0000000..9a7cadb
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/Microsoft.Identity.Client.Extensions.Msal.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/Microsoft.Identity.Client.dll b/Integracion_DGA/bin/Debug/net8.0/Microsoft.Identity.Client.dll
new file mode 100644
index 0000000..73873e5
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/Microsoft.Identity.Client.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/Microsoft.IdentityModel.Abstractions.dll b/Integracion_DGA/bin/Debug/net8.0/Microsoft.IdentityModel.Abstractions.dll
new file mode 100644
index 0000000..025713e
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/Microsoft.IdentityModel.Abstractions.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll b/Integracion_DGA/bin/Debug/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll
new file mode 100644
index 0000000..682a961
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/Microsoft.IdentityModel.Logging.dll b/Integracion_DGA/bin/Debug/net8.0/Microsoft.IdentityModel.Logging.dll
new file mode 100644
index 0000000..d78d586
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/Microsoft.IdentityModel.Logging.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll b/Integracion_DGA/bin/Debug/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
new file mode 100644
index 0000000..f275887
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/Microsoft.IdentityModel.Protocols.dll b/Integracion_DGA/bin/Debug/net8.0/Microsoft.IdentityModel.Protocols.dll
new file mode 100644
index 0000000..e6f4a46
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/Microsoft.IdentityModel.Protocols.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/Microsoft.IdentityModel.Tokens.dll b/Integracion_DGA/bin/Debug/net8.0/Microsoft.IdentityModel.Tokens.dll
new file mode 100644
index 0000000..4da5f19
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/Microsoft.IdentityModel.Tokens.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/Microsoft.SqlServer.Server.dll b/Integracion_DGA/bin/Debug/net8.0/Microsoft.SqlServer.Server.dll
new file mode 100644
index 0000000..ddeaa86
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/Microsoft.SqlServer.Server.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/Shared.dll b/Integracion_DGA/bin/Debug/net8.0/Shared.dll
new file mode 100644
index 0000000..6469eb5
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/Shared.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/Shared.pdb b/Integracion_DGA/bin/Debug/net8.0/Shared.pdb
new file mode 100644
index 0000000..216a884
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/Shared.pdb differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/System.ClientModel.dll b/Integracion_DGA/bin/Debug/net8.0/System.ClientModel.dll
new file mode 100644
index 0000000..00a3380
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/System.ClientModel.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/System.Configuration.ConfigurationManager.dll b/Integracion_DGA/bin/Debug/net8.0/System.Configuration.ConfigurationManager.dll
new file mode 100644
index 0000000..87b254f
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/System.Configuration.ConfigurationManager.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/System.Diagnostics.DiagnosticSource.dll b/Integracion_DGA/bin/Debug/net8.0/System.Diagnostics.DiagnosticSource.dll
new file mode 100644
index 0000000..e56ab71
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/System.Diagnostics.DiagnosticSource.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/System.Diagnostics.EventLog.dll b/Integracion_DGA/bin/Debug/net8.0/System.Diagnostics.EventLog.dll
new file mode 100644
index 0000000..f40c653
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/System.Diagnostics.EventLog.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/System.IO.Pipelines.dll b/Integracion_DGA/bin/Debug/net8.0/System.IO.Pipelines.dll
new file mode 100644
index 0000000..8c1c6e5
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/System.IO.Pipelines.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/System.IdentityModel.Tokens.Jwt.dll b/Integracion_DGA/bin/Debug/net8.0/System.IdentityModel.Tokens.Jwt.dll
new file mode 100644
index 0000000..6321c18
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/System.IdentityModel.Tokens.Jwt.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/System.Memory.Data.dll b/Integracion_DGA/bin/Debug/net8.0/System.Memory.Data.dll
new file mode 100644
index 0000000..6f2a3e0
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/System.Memory.Data.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/System.Security.Cryptography.Pkcs.dll b/Integracion_DGA/bin/Debug/net8.0/System.Security.Cryptography.Pkcs.dll
new file mode 100644
index 0000000..e521fd3
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/System.Security.Cryptography.Pkcs.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/System.Security.Cryptography.ProtectedData.dll b/Integracion_DGA/bin/Debug/net8.0/System.Security.Cryptography.ProtectedData.dll
new file mode 100644
index 0000000..40f1b5a
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/System.Security.Cryptography.ProtectedData.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/System.Text.Encodings.Web.dll b/Integracion_DGA/bin/Debug/net8.0/System.Text.Encodings.Web.dll
new file mode 100644
index 0000000..5bf355c
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/System.Text.Encodings.Web.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/System.Text.Json.dll b/Integracion_DGA/bin/Debug/net8.0/System.Text.Json.dll
new file mode 100644
index 0000000..1b52175
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/System.Text.Json.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/appsettings.json b/Integracion_DGA/bin/Debug/net8.0/appsettings.json
new file mode 100644
index 0000000..c202551
--- /dev/null
+++ b/Integracion_DGA/bin/Debug/net8.0/appsettings.json
@@ -0,0 +1,5 @@
+{
+ "ConnectionStrings": {
+ "DefaultConnection": "Server=10.224.7.53,1433;Initial Catalog=ENVIO_DGA;Persist Security Info=False;User ID=enviodga;Password=esval++2022;MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=true;Connection Timeout=30;"
+ }
+}
\ No newline at end of file
diff --git a/Integracion_DGA/bin/Debug/net8.0/cs/Microsoft.Data.SqlClient.resources.dll b/Integracion_DGA/bin/Debug/net8.0/cs/Microsoft.Data.SqlClient.resources.dll
new file mode 100644
index 0000000..40d0491
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/cs/Microsoft.Data.SqlClient.resources.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/de/Microsoft.Data.SqlClient.resources.dll b/Integracion_DGA/bin/Debug/net8.0/de/Microsoft.Data.SqlClient.resources.dll
new file mode 100644
index 0000000..eb4b0d3
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/de/Microsoft.Data.SqlClient.resources.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/es/Microsoft.Data.SqlClient.resources.dll b/Integracion_DGA/bin/Debug/net8.0/es/Microsoft.Data.SqlClient.resources.dll
new file mode 100644
index 0000000..f970850
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/es/Microsoft.Data.SqlClient.resources.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/fr/Microsoft.Data.SqlClient.resources.dll b/Integracion_DGA/bin/Debug/net8.0/fr/Microsoft.Data.SqlClient.resources.dll
new file mode 100644
index 0000000..5ef685e
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/fr/Microsoft.Data.SqlClient.resources.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/it/Microsoft.Data.SqlClient.resources.dll b/Integracion_DGA/bin/Debug/net8.0/it/Microsoft.Data.SqlClient.resources.dll
new file mode 100644
index 0000000..33a8786
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/it/Microsoft.Data.SqlClient.resources.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/ja/Microsoft.Data.SqlClient.resources.dll b/Integracion_DGA/bin/Debug/net8.0/ja/Microsoft.Data.SqlClient.resources.dll
new file mode 100644
index 0000000..9a42aac
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/ja/Microsoft.Data.SqlClient.resources.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/ko/Microsoft.Data.SqlClient.resources.dll b/Integracion_DGA/bin/Debug/net8.0/ko/Microsoft.Data.SqlClient.resources.dll
new file mode 100644
index 0000000..e8c1c27
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/ko/Microsoft.Data.SqlClient.resources.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/pl/Microsoft.Data.SqlClient.resources.dll b/Integracion_DGA/bin/Debug/net8.0/pl/Microsoft.Data.SqlClient.resources.dll
new file mode 100644
index 0000000..4c97c43
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/pl/Microsoft.Data.SqlClient.resources.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/pt-BR/Microsoft.Data.SqlClient.resources.dll b/Integracion_DGA/bin/Debug/net8.0/pt-BR/Microsoft.Data.SqlClient.resources.dll
new file mode 100644
index 0000000..c04514c
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/pt-BR/Microsoft.Data.SqlClient.resources.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/ru/Microsoft.Data.SqlClient.resources.dll b/Integracion_DGA/bin/Debug/net8.0/ru/Microsoft.Data.SqlClient.resources.dll
new file mode 100644
index 0000000..c816bb5
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/ru/Microsoft.Data.SqlClient.resources.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/runtimes/browser/lib/net8.0/System.Text.Encodings.Web.dll b/Integracion_DGA/bin/Debug/net8.0/runtimes/browser/lib/net8.0/System.Text.Encodings.Web.dll
new file mode 100644
index 0000000..0786a1d
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/runtimes/browser/lib/net8.0/System.Text.Encodings.Web.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/runtimes/unix/lib/net8.0/Microsoft.Data.SqlClient.dll b/Integracion_DGA/bin/Debug/net8.0/runtimes/unix/lib/net8.0/Microsoft.Data.SqlClient.dll
new file mode 100644
index 0000000..35e70e1
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/runtimes/unix/lib/net8.0/Microsoft.Data.SqlClient.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll b/Integracion_DGA/bin/Debug/net8.0/runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll
new file mode 100644
index 0000000..ce09630
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll b/Integracion_DGA/bin/Debug/net8.0/runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll
new file mode 100644
index 0000000..a0083b1
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll b/Integracion_DGA/bin/Debug/net8.0/runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll
new file mode 100644
index 0000000..36a2409
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/runtimes/win/lib/net8.0/Microsoft.Data.SqlClient.dll b/Integracion_DGA/bin/Debug/net8.0/runtimes/win/lib/net8.0/Microsoft.Data.SqlClient.dll
new file mode 100644
index 0000000..f20b418
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/runtimes/win/lib/net8.0/Microsoft.Data.SqlClient.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll b/Integracion_DGA/bin/Debug/net8.0/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll
new file mode 100644
index 0000000..41f15a1
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll b/Integracion_DGA/bin/Debug/net8.0/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll
new file mode 100644
index 0000000..d0df66e
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.dll b/Integracion_DGA/bin/Debug/net8.0/runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.dll
new file mode 100644
index 0000000..b4d03d5
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/tr/Microsoft.Data.SqlClient.resources.dll b/Integracion_DGA/bin/Debug/net8.0/tr/Microsoft.Data.SqlClient.resources.dll
new file mode 100644
index 0000000..00d5c75
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/tr/Microsoft.Data.SqlClient.resources.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll b/Integracion_DGA/bin/Debug/net8.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll
new file mode 100644
index 0000000..7244b32
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll differ
diff --git a/Integracion_DGA/bin/Debug/net8.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll b/Integracion_DGA/bin/Debug/net8.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll
new file mode 100644
index 0000000..90f4b97
Binary files /dev/null and b/Integracion_DGA/bin/Debug/net8.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll differ
diff --git a/Integracion_DGA/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/Integracion_DGA/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs
new file mode 100644
index 0000000..2217181
--- /dev/null
+++ b/Integracion_DGA/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs
@@ -0,0 +1,4 @@
+//
+using System;
+using System.Reflection;
+[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]
diff --git a/Integracion_DGA/obj/Debug/net8.0/Integrac.1C14A331.Up2Date b/Integracion_DGA/obj/Debug/net8.0/Integrac.1C14A331.Up2Date
new file mode 100644
index 0000000..e69de29
diff --git a/Integracion_DGA/obj/Debug/net8.0/Integracion_DGA.AssemblyInfo.cs b/Integracion_DGA/obj/Debug/net8.0/Integracion_DGA.AssemblyInfo.cs
new file mode 100644
index 0000000..5fbb0cd
--- /dev/null
+++ b/Integracion_DGA/obj/Debug/net8.0/Integracion_DGA.AssemblyInfo.cs
@@ -0,0 +1,23 @@
+//------------------------------------------------------------------------------
+//
+// Este código fue generado por una herramienta.
+// Versión de runtime:4.0.30319.42000
+//
+// Los cambios en este archivo podrían causar un comportamiento incorrecto y se perderán si
+// se vuelve a generar el código.
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("Integracion_DGA")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+cdcaa6e49f5495b176ca06e37a04b9a4e1d17b40")]
+[assembly: System.Reflection.AssemblyProductAttribute("Integracion_DGA")]
+[assembly: System.Reflection.AssemblyTitleAttribute("Integracion_DGA")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+
+// Generado por la clase WriteCodeFragment de MSBuild.
+
diff --git a/Integracion_DGA/obj/Debug/net8.0/Integracion_DGA.AssemblyInfoInputs.cache b/Integracion_DGA/obj/Debug/net8.0/Integracion_DGA.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..e38d408
--- /dev/null
+++ b/Integracion_DGA/obj/Debug/net8.0/Integracion_DGA.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+0e62e423441f9a0cd0b15f06acdd5626da95e5ea146fbfd674418d245a4ecce7
diff --git a/Integracion_DGA/obj/Debug/net8.0/Integracion_DGA.GeneratedMSBuildEditorConfig.editorconfig b/Integracion_DGA/obj/Debug/net8.0/Integracion_DGA.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..3822ea3
--- /dev/null
+++ b/Integracion_DGA/obj/Debug/net8.0/Integracion_DGA.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,15 @@
+is_global = true
+build_property.TargetFramework = net8.0
+build_property.TargetPlatformMinVersion =
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = Integracion_DGA
+build_property.ProjectDir = C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
+build_property.EffectiveAnalysisLevelStyle = 8.0
+build_property.EnableCodeStyleSeverity =
diff --git a/Integracion_DGA/obj/Debug/net8.0/Integracion_DGA.GlobalUsings.g.cs b/Integracion_DGA/obj/Debug/net8.0/Integracion_DGA.GlobalUsings.g.cs
new file mode 100644
index 0000000..8578f3d
--- /dev/null
+++ b/Integracion_DGA/obj/Debug/net8.0/Integracion_DGA.GlobalUsings.g.cs
@@ -0,0 +1,8 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.IO;
+global using global::System.Linq;
+global using global::System.Net.Http;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/Integracion_DGA/obj/Debug/net8.0/Integracion_DGA.assets.cache b/Integracion_DGA/obj/Debug/net8.0/Integracion_DGA.assets.cache
new file mode 100644
index 0000000..1f8d69b
Binary files /dev/null and b/Integracion_DGA/obj/Debug/net8.0/Integracion_DGA.assets.cache differ
diff --git a/Integracion_DGA/obj/Debug/net8.0/Integracion_DGA.csproj.AssemblyReference.cache b/Integracion_DGA/obj/Debug/net8.0/Integracion_DGA.csproj.AssemblyReference.cache
new file mode 100644
index 0000000..06f59d2
Binary files /dev/null and b/Integracion_DGA/obj/Debug/net8.0/Integracion_DGA.csproj.AssemblyReference.cache differ
diff --git a/Integracion_DGA/obj/Debug/net8.0/Integracion_DGA.csproj.BuildWithSkipAnalyzers b/Integracion_DGA/obj/Debug/net8.0/Integracion_DGA.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/Integracion_DGA/obj/Debug/net8.0/Integracion_DGA.csproj.CoreCompileInputs.cache b/Integracion_DGA/obj/Debug/net8.0/Integracion_DGA.csproj.CoreCompileInputs.cache
new file mode 100644
index 0000000..173d83a
--- /dev/null
+++ b/Integracion_DGA/obj/Debug/net8.0/Integracion_DGA.csproj.CoreCompileInputs.cache
@@ -0,0 +1 @@
+04db924d6564a4eb62a6541c66ee89ad0953b723cbc92e3a541e2daf9369179c
diff --git a/Integracion_DGA/obj/Debug/net8.0/Integracion_DGA.csproj.FileListAbsolute.txt b/Integracion_DGA/obj/Debug/net8.0/Integracion_DGA.csproj.FileListAbsolute.txt
new file mode 100644
index 0000000..0fad961
--- /dev/null
+++ b/Integracion_DGA/obj/Debug/net8.0/Integracion_DGA.csproj.FileListAbsolute.txt
@@ -0,0 +1,185 @@
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Integracion_DGA.exe
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Integracion_DGA.deps.json
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Integracion_DGA.runtimeconfig.json
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Integracion_DGA.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Integracion_DGA.pdb
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Azure.Core.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Azure.Identity.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Microsoft.Bcl.AsyncInterfaces.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Microsoft.Bcl.Cryptography.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Microsoft.Data.SqlClient.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Microsoft.Extensions.Caching.Abstractions.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Microsoft.Extensions.Caching.Memory.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Microsoft.Extensions.Configuration.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Microsoft.Extensions.Configuration.Abstractions.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Microsoft.Extensions.Configuration.Binder.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Microsoft.Extensions.Configuration.FileExtensions.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Microsoft.Extensions.Configuration.Json.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Microsoft.Extensions.FileProviders.Abstractions.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Microsoft.Extensions.FileProviders.Physical.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Microsoft.Extensions.FileSystemGlobbing.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Microsoft.Extensions.Logging.Abstractions.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Microsoft.Extensions.Options.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Microsoft.Extensions.Primitives.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Microsoft.Identity.Client.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Microsoft.Identity.Client.Extensions.Msal.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Microsoft.IdentityModel.Abstractions.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Microsoft.IdentityModel.JsonWebTokens.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Microsoft.IdentityModel.Logging.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Microsoft.IdentityModel.Protocols.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Microsoft.IdentityModel.Tokens.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Microsoft.SqlServer.Server.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\System.ClientModel.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\System.Configuration.ConfigurationManager.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\System.Diagnostics.EventLog.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\System.IdentityModel.Tokens.Jwt.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\System.IO.Pipelines.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\System.Memory.Data.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\System.Security.Cryptography.Pkcs.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\System.Security.Cryptography.ProtectedData.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\System.Text.Encodings.Web.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\System.Text.Json.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\cs\Microsoft.Data.SqlClient.resources.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\de\Microsoft.Data.SqlClient.resources.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\es\Microsoft.Data.SqlClient.resources.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\fr\Microsoft.Data.SqlClient.resources.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\it\Microsoft.Data.SqlClient.resources.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\ja\Microsoft.Data.SqlClient.resources.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\ko\Microsoft.Data.SqlClient.resources.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\pl\Microsoft.Data.SqlClient.resources.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\pt-BR\Microsoft.Data.SqlClient.resources.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\ru\Microsoft.Data.SqlClient.resources.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\tr\Microsoft.Data.SqlClient.resources.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\zh-Hans\Microsoft.Data.SqlClient.resources.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\zh-Hant\Microsoft.Data.SqlClient.resources.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\runtimes\unix\lib\net8.0\Microsoft.Data.SqlClient.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\runtimes\win\lib\net8.0\Microsoft.Data.SqlClient.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\runtimes\win-arm64\native\Microsoft.Data.SqlClient.SNI.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\runtimes\win-x64\native\Microsoft.Data.SqlClient.SNI.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\runtimes\win-x86\native\Microsoft.Data.SqlClient.SNI.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\runtimes\win\lib\net8.0\System.Diagnostics.EventLog.Messages.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\runtimes\win\lib\net8.0\System.Diagnostics.EventLog.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\runtimes\win\lib\net8.0\System.Security.Cryptography.Pkcs.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\runtimes\browser\lib\net8.0\System.Text.Encodings.Web.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\BLL.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\DAL.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\DAS.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\BLL.pdb
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\DAL.pdb
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\DAS.pdb
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\obj\Debug\net8.0\Integracion_DGA.csproj.AssemblyReference.cache
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\obj\Debug\net8.0\Integracion_DGA.GeneratedMSBuildEditorConfig.editorconfig
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\obj\Debug\net8.0\Integracion_DGA.AssemblyInfoInputs.cache
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\obj\Debug\net8.0\Integracion_DGA.AssemblyInfo.cs
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\obj\Debug\net8.0\Integracion_DGA.csproj.CoreCompileInputs.cache
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\obj\Debug\net8.0\Integrac.1C14A331.Up2Date
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\obj\Debug\net8.0\Integracion_DGA.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\obj\Debug\net8.0\refint\Integracion_DGA.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\obj\Debug\net8.0\Integracion_DGA.pdb
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\obj\Debug\net8.0\Integracion_DGA.genruntimeconfig.cache
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\obj\Debug\net8.0\ref\Integracion_DGA.dll
+C:\Users\leone\OneDrive\Escritorio\Universidad\Programas\C#\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\appsettings.json
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\appsettings.json
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Integracion_DGA.exe
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Integracion_DGA.deps.json
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Integracion_DGA.runtimeconfig.json
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Integracion_DGA.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Integracion_DGA.pdb
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Azure.Core.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Azure.Identity.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Microsoft.Bcl.AsyncInterfaces.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Microsoft.Bcl.Cryptography.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Microsoft.Data.SqlClient.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Microsoft.Extensions.Caching.Abstractions.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Microsoft.Extensions.Caching.Memory.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Microsoft.Extensions.Configuration.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Microsoft.Extensions.Configuration.Abstractions.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Microsoft.Extensions.Configuration.Binder.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Microsoft.Extensions.Configuration.FileExtensions.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Microsoft.Extensions.Configuration.Json.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Microsoft.Extensions.FileProviders.Abstractions.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Microsoft.Extensions.FileProviders.Physical.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Microsoft.Extensions.FileSystemGlobbing.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Microsoft.Extensions.Logging.Abstractions.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Microsoft.Extensions.Options.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Microsoft.Extensions.Primitives.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Microsoft.Identity.Client.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Microsoft.Identity.Client.Extensions.Msal.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Microsoft.IdentityModel.Abstractions.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Microsoft.IdentityModel.JsonWebTokens.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Microsoft.IdentityModel.Logging.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Microsoft.IdentityModel.Protocols.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Microsoft.IdentityModel.Tokens.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Microsoft.SqlServer.Server.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\System.ClientModel.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\System.Configuration.ConfigurationManager.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\System.Diagnostics.EventLog.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\System.IdentityModel.Tokens.Jwt.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\System.IO.Pipelines.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\System.Memory.Data.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\System.Security.Cryptography.Pkcs.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\System.Security.Cryptography.ProtectedData.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\System.Text.Encodings.Web.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\System.Text.Json.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\cs\Microsoft.Data.SqlClient.resources.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\de\Microsoft.Data.SqlClient.resources.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\es\Microsoft.Data.SqlClient.resources.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\fr\Microsoft.Data.SqlClient.resources.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\it\Microsoft.Data.SqlClient.resources.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\ja\Microsoft.Data.SqlClient.resources.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\ko\Microsoft.Data.SqlClient.resources.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\pl\Microsoft.Data.SqlClient.resources.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\pt-BR\Microsoft.Data.SqlClient.resources.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\ru\Microsoft.Data.SqlClient.resources.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\tr\Microsoft.Data.SqlClient.resources.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\zh-Hans\Microsoft.Data.SqlClient.resources.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\zh-Hant\Microsoft.Data.SqlClient.resources.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\runtimes\unix\lib\net8.0\Microsoft.Data.SqlClient.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\runtimes\win\lib\net8.0\Microsoft.Data.SqlClient.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\runtimes\win-arm64\native\Microsoft.Data.SqlClient.SNI.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\runtimes\win-x64\native\Microsoft.Data.SqlClient.SNI.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\runtimes\win-x86\native\Microsoft.Data.SqlClient.SNI.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\runtimes\win\lib\net8.0\System.Diagnostics.EventLog.Messages.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\runtimes\win\lib\net8.0\System.Diagnostics.EventLog.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\runtimes\win\lib\net8.0\System.Security.Cryptography.Pkcs.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\runtimes\browser\lib\net8.0\System.Text.Encodings.Web.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\BLL.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\DAL.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\DAS.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\BLL.pdb
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\DAL.pdb
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\DAS.pdb
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\obj\Debug\net8.0\Integracion_DGA.csproj.AssemblyReference.cache
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\obj\Debug\net8.0\Integracion_DGA.GeneratedMSBuildEditorConfig.editorconfig
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\obj\Debug\net8.0\Integracion_DGA.AssemblyInfoInputs.cache
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\obj\Debug\net8.0\Integracion_DGA.AssemblyInfo.cs
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\obj\Debug\net8.0\Integracion_DGA.csproj.CoreCompileInputs.cache
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\obj\Debug\net8.0\Integrac.1C14A331.Up2Date
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\obj\Debug\net8.0\Integracion_DGA.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\obj\Debug\net8.0\refint\Integracion_DGA.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\obj\Debug\net8.0\Integracion_DGA.pdb
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\obj\Debug\net8.0\Integracion_DGA.genruntimeconfig.cache
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\obj\Debug\net8.0\ref\Integracion_DGA.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Dapper.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Microsoft.Extensions.Configuration.CommandLine.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Microsoft.Extensions.Configuration.EnvironmentVariables.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Microsoft.Extensions.Configuration.UserSecrets.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Microsoft.Extensions.DependencyInjection.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Microsoft.Extensions.Diagnostics.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Microsoft.Extensions.Diagnostics.Abstractions.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Microsoft.Extensions.Hosting.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Microsoft.Extensions.Hosting.Abstractions.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Microsoft.Extensions.Logging.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Microsoft.Extensions.Logging.Configuration.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Microsoft.Extensions.Logging.Console.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Microsoft.Extensions.Logging.Debug.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Microsoft.Extensions.Logging.EventLog.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Microsoft.Extensions.Logging.EventSource.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Microsoft.Extensions.Options.ConfigurationExtensions.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\System.Diagnostics.DiagnosticSource.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Shared.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\Integracion_DGA\bin\Debug\net8.0\Shared.pdb
diff --git a/Integracion_DGA/obj/Debug/net8.0/Integracion_DGA.dll b/Integracion_DGA/obj/Debug/net8.0/Integracion_DGA.dll
new file mode 100644
index 0000000..07450b7
Binary files /dev/null and b/Integracion_DGA/obj/Debug/net8.0/Integracion_DGA.dll differ
diff --git a/Integracion_DGA/obj/Debug/net8.0/Integracion_DGA.genruntimeconfig.cache b/Integracion_DGA/obj/Debug/net8.0/Integracion_DGA.genruntimeconfig.cache
new file mode 100644
index 0000000..456f96c
--- /dev/null
+++ b/Integracion_DGA/obj/Debug/net8.0/Integracion_DGA.genruntimeconfig.cache
@@ -0,0 +1 @@
+9121df89c1175dc9da32c489b065724b1f3604ec4516502d104f1fdc593ff549
diff --git a/Integracion_DGA/obj/Debug/net8.0/Integracion_DGA.pdb b/Integracion_DGA/obj/Debug/net8.0/Integracion_DGA.pdb
new file mode 100644
index 0000000..26d84d2
Binary files /dev/null and b/Integracion_DGA/obj/Debug/net8.0/Integracion_DGA.pdb differ
diff --git a/Integracion_DGA/obj/Debug/net8.0/apphost.exe b/Integracion_DGA/obj/Debug/net8.0/apphost.exe
new file mode 100644
index 0000000..be8d9e5
Binary files /dev/null and b/Integracion_DGA/obj/Debug/net8.0/apphost.exe differ
diff --git a/Integracion_DGA/obj/Debug/net8.0/ref/Integracion_DGA.dll b/Integracion_DGA/obj/Debug/net8.0/ref/Integracion_DGA.dll
new file mode 100644
index 0000000..3125e10
Binary files /dev/null and b/Integracion_DGA/obj/Debug/net8.0/ref/Integracion_DGA.dll differ
diff --git a/Integracion_DGA/obj/Debug/net8.0/refint/Integracion_DGA.dll b/Integracion_DGA/obj/Debug/net8.0/refint/Integracion_DGA.dll
new file mode 100644
index 0000000..3125e10
Binary files /dev/null and b/Integracion_DGA/obj/Debug/net8.0/refint/Integracion_DGA.dll differ
diff --git a/Integracion_DGA/obj/Integracion_DGA.csproj.nuget.dgspec.json b/Integracion_DGA/obj/Integracion_DGA.csproj.nuget.dgspec.json
new file mode 100644
index 0000000..d1d255a
--- /dev/null
+++ b/Integracion_DGA/obj/Integracion_DGA.csproj.nuget.dgspec.json
@@ -0,0 +1,409 @@
+{
+ "format": 1,
+ "restore": {
+ "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\Integracion_DGA\\Integracion_DGA.csproj": {}
+ },
+ "projects": {
+ "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\BLL\\BLL.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\BLL\\BLL.csproj",
+ "projectName": "BLL",
+ "projectPath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\BLL\\BLL.csproj",
+ "packagesPath": "C:\\Users\\Bastian Castro\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\BLL\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\Bastian Castro\\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"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0": {
+ "targetAlias": "net8.0",
+ "projectReferences": {
+ "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\DAL\\DAL.csproj": {
+ "projectPath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\DAL\\DAL.csproj"
+ },
+ "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\DAS\\DAS.csproj": {
+ "projectPath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\DAS\\DAS.csproj"
+ },
+ "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\SHARED\\Shared.csproj": {
+ "projectPath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\SHARED\\Shared.csproj"
+ }
+ }
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ },
+ "SdkAnalysisLevel": "9.0.300"
+ },
+ "frameworks": {
+ "net8.0": {
+ "targetAlias": "net8.0",
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.301/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ },
+ "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\DAL\\DAL.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\DAL\\DAL.csproj",
+ "projectName": "DAL",
+ "projectPath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\DAL\\DAL.csproj",
+ "packagesPath": "C:\\Users\\Bastian Castro\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\DAL\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\Bastian Castro\\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"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0": {
+ "targetAlias": "net8.0",
+ "projectReferences": {
+ "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\SHARED\\Shared.csproj": {
+ "projectPath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\SHARED\\Shared.csproj"
+ }
+ }
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ },
+ "SdkAnalysisLevel": "9.0.300"
+ },
+ "frameworks": {
+ "net8.0": {
+ "targetAlias": "net8.0",
+ "dependencies": {
+ "Dapper": {
+ "target": "Package",
+ "version": "[2.1.66, )"
+ },
+ "Microsoft.Data.SqlClient": {
+ "target": "Package",
+ "version": "[6.0.2, )"
+ },
+ "Microsoft.Extensions.Configuration": {
+ "target": "Package",
+ "version": "[9.0.6, )"
+ },
+ "Microsoft.Extensions.Configuration.Json": {
+ "target": "Package",
+ "version": "[9.0.6, )"
+ }
+ },
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.301/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ },
+ "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\DAS\\DAS.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\DAS\\DAS.csproj",
+ "projectName": "DAS",
+ "projectPath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\DAS\\DAS.csproj",
+ "packagesPath": "C:\\Users\\Bastian Castro\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\DAS\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\Bastian Castro\\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"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0": {
+ "targetAlias": "net8.0",
+ "projectReferences": {
+ "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\SHARED\\Shared.csproj": {
+ "projectPath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\SHARED\\Shared.csproj"
+ }
+ }
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ },
+ "SdkAnalysisLevel": "9.0.300"
+ },
+ "frameworks": {
+ "net8.0": {
+ "targetAlias": "net8.0",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": {
+ "target": "Package",
+ "version": "[9.0.6, )"
+ }
+ },
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.301/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ },
+ "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\Integracion_DGA\\Integracion_DGA.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\Integracion_DGA\\Integracion_DGA.csproj",
+ "projectName": "Integracion_DGA",
+ "projectPath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\Integracion_DGA\\Integracion_DGA.csproj",
+ "packagesPath": "C:\\Users\\Bastian Castro\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\Integracion_DGA\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\Bastian Castro\\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"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0": {
+ "targetAlias": "net8.0",
+ "projectReferences": {
+ "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\BLL\\BLL.csproj": {
+ "projectPath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\BLL\\BLL.csproj"
+ },
+ "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\SHARED\\Shared.csproj": {
+ "projectPath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\SHARED\\Shared.csproj"
+ }
+ }
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ },
+ "SdkAnalysisLevel": "9.0.300"
+ },
+ "frameworks": {
+ "net8.0": {
+ "targetAlias": "net8.0",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": {
+ "target": "Package",
+ "version": "[9.0.6, )"
+ },
+ "Microsoft.Extensions.Configuration.Binder": {
+ "target": "Package",
+ "version": "[9.0.6, )"
+ },
+ "Microsoft.Extensions.Configuration.Json": {
+ "target": "Package",
+ "version": "[9.0.6, )"
+ },
+ "Microsoft.Extensions.DependencyInjection": {
+ "target": "Package",
+ "version": "[9.0.6, )"
+ },
+ "Microsoft.Extensions.Hosting": {
+ "target": "Package",
+ "version": "[9.0.6, )"
+ }
+ },
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.301/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ },
+ "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\SHARED\\Shared.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\SHARED\\Shared.csproj",
+ "projectName": "Shared",
+ "projectPath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\SHARED\\Shared.csproj",
+ "packagesPath": "C:\\Users\\Bastian Castro\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\SHARED\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\Bastian Castro\\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"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0": {
+ "targetAlias": "net8.0",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ },
+ "SdkAnalysisLevel": "9.0.300"
+ },
+ "frameworks": {
+ "net8.0": {
+ "targetAlias": "net8.0",
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.301/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/Integracion_DGA/obj/Integracion_DGA.csproj.nuget.g.props b/Integracion_DGA/obj/Integracion_DGA.csproj.nuget.g.props
new file mode 100644
index 0000000..9a85363
--- /dev/null
+++ b/Integracion_DGA/obj/Integracion_DGA.csproj.nuget.g.props
@@ -0,0 +1,19 @@
+
+
+
+ True
+ NuGet
+ $(MSBuildThisFileDirectory)project.assets.json
+ $(UserProfile)\.nuget\packages\
+ C:\Users\Bastian Castro\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages
+ PackageReference
+ 6.14.0
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Integracion_DGA/obj/Integracion_DGA.csproj.nuget.g.targets b/Integracion_DGA/obj/Integracion_DGA.csproj.nuget.g.targets
new file mode 100644
index 0000000..1708985
--- /dev/null
+++ b/Integracion_DGA/obj/Integracion_DGA.csproj.nuget.g.targets
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Integracion_DGA/obj/project.assets.json b/Integracion_DGA/obj/project.assets.json
new file mode 100644
index 0000000..fdd5e31
--- /dev/null
+++ b/Integracion_DGA/obj/project.assets.json
@@ -0,0 +1,3117 @@
+{
+ "version": 3,
+ "targets": {
+ "net8.0": {
+ "Azure.Core/1.38.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
+ "System.ClientModel": "1.0.0",
+ "System.Diagnostics.DiagnosticSource": "6.0.1",
+ "System.Memory.Data": "1.0.2",
+ "System.Numerics.Vectors": "4.5.0",
+ "System.Text.Encodings.Web": "4.7.2",
+ "System.Text.Json": "4.7.2",
+ "System.Threading.Tasks.Extensions": "4.5.4"
+ },
+ "compile": {
+ "lib/net6.0/Azure.Core.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Azure.Core.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Azure.Identity/1.11.4": {
+ "type": "package",
+ "dependencies": {
+ "Azure.Core": "1.38.0",
+ "Microsoft.Identity.Client": "4.61.3",
+ "Microsoft.Identity.Client.Extensions.Msal": "4.61.3",
+ "System.Memory": "4.5.4",
+ "System.Security.Cryptography.ProtectedData": "4.7.0",
+ "System.Text.Json": "4.7.2",
+ "System.Threading.Tasks.Extensions": "4.5.4"
+ },
+ "compile": {
+ "lib/netstandard2.0/Azure.Identity.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Azure.Identity.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Dapper/2.1.66": {
+ "type": "package",
+ "compile": {
+ "lib/net8.0/Dapper.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Dapper.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Bcl.AsyncInterfaces/1.1.1": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {}
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Bcl.Cryptography/8.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net8.0/Microsoft.Bcl.Cryptography.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Bcl.Cryptography.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
+ }
+ },
+ "Microsoft.Data.SqlClient/6.0.2": {
+ "type": "package",
+ "dependencies": {
+ "Azure.Identity": "1.11.4",
+ "Microsoft.Bcl.Cryptography": "8.0.0",
+ "Microsoft.Data.SqlClient.SNI.runtime": "6.0.2",
+ "Microsoft.Extensions.Caching.Memory": "8.0.1",
+ "Microsoft.IdentityModel.JsonWebTokens": "7.5.0",
+ "Microsoft.IdentityModel.Protocols.OpenIdConnect": "7.5.0",
+ "Microsoft.SqlServer.Server": "1.0.0",
+ "System.Configuration.ConfigurationManager": "8.0.1",
+ "System.Security.Cryptography.Pkcs": "8.0.1"
+ },
+ "compile": {
+ "ref/net8.0/Microsoft.Data.SqlClient.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Data.SqlClient.dll": {
+ "related": ".xml"
+ }
+ },
+ "resource": {
+ "lib/net8.0/cs/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "cs"
+ },
+ "lib/net8.0/de/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "de"
+ },
+ "lib/net8.0/es/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "es"
+ },
+ "lib/net8.0/fr/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "fr"
+ },
+ "lib/net8.0/it/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "it"
+ },
+ "lib/net8.0/ja/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "ja"
+ },
+ "lib/net8.0/ko/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "ko"
+ },
+ "lib/net8.0/pl/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "pl"
+ },
+ "lib/net8.0/pt-BR/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "pt-BR"
+ },
+ "lib/net8.0/ru/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "ru"
+ },
+ "lib/net8.0/tr/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "tr"
+ },
+ "lib/net8.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "zh-Hans"
+ },
+ "lib/net8.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll": {
+ "locale": "zh-Hant"
+ }
+ },
+ "runtimeTargets": {
+ "runtimes/unix/lib/net8.0/Microsoft.Data.SqlClient.dll": {
+ "assetType": "runtime",
+ "rid": "unix"
+ },
+ "runtimes/win/lib/net8.0/Microsoft.Data.SqlClient.dll": {
+ "assetType": "runtime",
+ "rid": "win"
+ }
+ }
+ },
+ "Microsoft.Data.SqlClient.SNI.runtime/6.0.2": {
+ "type": "package",
+ "runtimeTargets": {
+ "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": {
+ "assetType": "native",
+ "rid": "win-arm64"
+ },
+ "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": {
+ "assetType": "native",
+ "rid": "win-x64"
+ },
+ "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": {
+ "assetType": "native",
+ "rid": "win-x86"
+ }
+ }
+ },
+ "Microsoft.Extensions.Caching.Abstractions/8.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "8.0.0"
+ },
+ "compile": {
+ "lib/net8.0/_._": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Caching.Memory/8.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Caching.Abstractions": "8.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2",
+ "Microsoft.Extensions.Logging.Abstractions": "8.0.2",
+ "Microsoft.Extensions.Options": "8.0.2",
+ "Microsoft.Extensions.Primitives": "8.0.0"
+ },
+ "compile": {
+ "lib/net8.0/_._": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Configuration/9.0.6": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration.Abstractions": "9.0.6",
+ "Microsoft.Extensions.Primitives": "9.0.6"
+ },
+ "compile": {
+ "lib/net8.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Configuration.Abstractions/9.0.6": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "9.0.6"
+ },
+ "compile": {
+ "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Configuration.Binder/9.0.6": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration.Abstractions": "9.0.6"
+ },
+ "compile": {
+ "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.Binder.targets": {}
+ }
+ },
+ "Microsoft.Extensions.Configuration.CommandLine/9.0.6": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": "9.0.6",
+ "Microsoft.Extensions.Configuration.Abstractions": "9.0.6"
+ },
+ "compile": {
+ "lib/net8.0/Microsoft.Extensions.Configuration.CommandLine.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Configuration.CommandLine.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.6": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": "9.0.6",
+ "Microsoft.Extensions.Configuration.Abstractions": "9.0.6"
+ },
+ "compile": {
+ "lib/net8.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Configuration.FileExtensions/9.0.6": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": "9.0.6",
+ "Microsoft.Extensions.Configuration.Abstractions": "9.0.6",
+ "Microsoft.Extensions.FileProviders.Abstractions": "9.0.6",
+ "Microsoft.Extensions.FileProviders.Physical": "9.0.6",
+ "Microsoft.Extensions.Primitives": "9.0.6"
+ },
+ "compile": {
+ "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Configuration.Json/9.0.6": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": "9.0.6",
+ "Microsoft.Extensions.Configuration.Abstractions": "9.0.6",
+ "Microsoft.Extensions.Configuration.FileExtensions": "9.0.6",
+ "Microsoft.Extensions.FileProviders.Abstractions": "9.0.6",
+ "System.Text.Json": "9.0.6"
+ },
+ "compile": {
+ "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Configuration.UserSecrets/9.0.6": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration.Abstractions": "9.0.6",
+ "Microsoft.Extensions.Configuration.Json": "9.0.6",
+ "Microsoft.Extensions.FileProviders.Abstractions": "9.0.6",
+ "Microsoft.Extensions.FileProviders.Physical": "9.0.6"
+ },
+ "compile": {
+ "lib/net8.0/Microsoft.Extensions.Configuration.UserSecrets.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Configuration.UserSecrets.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/Microsoft.Extensions.Configuration.UserSecrets.props": {},
+ "buildTransitive/net8.0/Microsoft.Extensions.Configuration.UserSecrets.targets": {}
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection/9.0.6": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.6"
+ },
+ "compile": {
+ "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.6": {
+ "type": "package",
+ "compile": {
+ "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Diagnostics/9.0.6": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": "9.0.6",
+ "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.6",
+ "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.6"
+ },
+ "compile": {
+ "lib/net8.0/Microsoft.Extensions.Diagnostics.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Diagnostics.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Diagnostics.Abstractions/9.0.6": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.6",
+ "Microsoft.Extensions.Options": "9.0.6",
+ "System.Diagnostics.DiagnosticSource": "9.0.6"
+ },
+ "compile": {
+ "lib/net8.0/Microsoft.Extensions.Diagnostics.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Diagnostics.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "Microsoft.Extensions.FileProviders.Abstractions/9.0.6": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "9.0.6"
+ },
+ "compile": {
+ "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "Microsoft.Extensions.FileProviders.Physical/9.0.6": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.FileProviders.Abstractions": "9.0.6",
+ "Microsoft.Extensions.FileSystemGlobbing": "9.0.6",
+ "Microsoft.Extensions.Primitives": "9.0.6"
+ },
+ "compile": {
+ "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "Microsoft.Extensions.FileSystemGlobbing/9.0.6": {
+ "type": "package",
+ "compile": {
+ "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Hosting/9.0.6": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": "9.0.6",
+ "Microsoft.Extensions.Configuration.Abstractions": "9.0.6",
+ "Microsoft.Extensions.Configuration.Binder": "9.0.6",
+ "Microsoft.Extensions.Configuration.CommandLine": "9.0.6",
+ "Microsoft.Extensions.Configuration.EnvironmentVariables": "9.0.6",
+ "Microsoft.Extensions.Configuration.FileExtensions": "9.0.6",
+ "Microsoft.Extensions.Configuration.Json": "9.0.6",
+ "Microsoft.Extensions.Configuration.UserSecrets": "9.0.6",
+ "Microsoft.Extensions.DependencyInjection": "9.0.6",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.6",
+ "Microsoft.Extensions.Diagnostics": "9.0.6",
+ "Microsoft.Extensions.FileProviders.Abstractions": "9.0.6",
+ "Microsoft.Extensions.FileProviders.Physical": "9.0.6",
+ "Microsoft.Extensions.Hosting.Abstractions": "9.0.6",
+ "Microsoft.Extensions.Logging": "9.0.6",
+ "Microsoft.Extensions.Logging.Abstractions": "9.0.6",
+ "Microsoft.Extensions.Logging.Configuration": "9.0.6",
+ "Microsoft.Extensions.Logging.Console": "9.0.6",
+ "Microsoft.Extensions.Logging.Debug": "9.0.6",
+ "Microsoft.Extensions.Logging.EventLog": "9.0.6",
+ "Microsoft.Extensions.Logging.EventSource": "9.0.6",
+ "Microsoft.Extensions.Options": "9.0.6"
+ },
+ "compile": {
+ "lib/net8.0/Microsoft.Extensions.Hosting.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Hosting.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Hosting.Abstractions/9.0.6": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration.Abstractions": "9.0.6",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.6",
+ "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.6",
+ "Microsoft.Extensions.FileProviders.Abstractions": "9.0.6",
+ "Microsoft.Extensions.Logging.Abstractions": "9.0.6"
+ },
+ "compile": {
+ "lib/net8.0/Microsoft.Extensions.Hosting.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Hosting.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Logging/9.0.6": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection": "9.0.6",
+ "Microsoft.Extensions.Logging.Abstractions": "9.0.6",
+ "Microsoft.Extensions.Options": "9.0.6"
+ },
+ "compile": {
+ "lib/net8.0/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Logging.Abstractions/9.0.6": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.6",
+ "System.Diagnostics.DiagnosticSource": "9.0.6"
+ },
+ "compile": {
+ "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/Microsoft.Extensions.Logging.Abstractions.targets": {}
+ }
+ },
+ "Microsoft.Extensions.Logging.Configuration/9.0.6": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": "9.0.6",
+ "Microsoft.Extensions.Configuration.Abstractions": "9.0.6",
+ "Microsoft.Extensions.Configuration.Binder": "9.0.6",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.6",
+ "Microsoft.Extensions.Logging": "9.0.6",
+ "Microsoft.Extensions.Logging.Abstractions": "9.0.6",
+ "Microsoft.Extensions.Options": "9.0.6",
+ "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.6"
+ },
+ "compile": {
+ "lib/net8.0/Microsoft.Extensions.Logging.Configuration.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Logging.Configuration.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Logging.Console/9.0.6": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.6",
+ "Microsoft.Extensions.Logging": "9.0.6",
+ "Microsoft.Extensions.Logging.Abstractions": "9.0.6",
+ "Microsoft.Extensions.Logging.Configuration": "9.0.6",
+ "Microsoft.Extensions.Options": "9.0.6",
+ "System.Text.Json": "9.0.6"
+ },
+ "compile": {
+ "lib/net8.0/Microsoft.Extensions.Logging.Console.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Logging.Console.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Logging.Debug/9.0.6": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.6",
+ "Microsoft.Extensions.Logging": "9.0.6",
+ "Microsoft.Extensions.Logging.Abstractions": "9.0.6"
+ },
+ "compile": {
+ "lib/net8.0/Microsoft.Extensions.Logging.Debug.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Logging.Debug.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Logging.EventLog/9.0.6": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.6",
+ "Microsoft.Extensions.Logging": "9.0.6",
+ "Microsoft.Extensions.Logging.Abstractions": "9.0.6",
+ "Microsoft.Extensions.Options": "9.0.6",
+ "System.Diagnostics.EventLog": "9.0.6"
+ },
+ "compile": {
+ "lib/net8.0/Microsoft.Extensions.Logging.EventLog.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Logging.EventLog.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Logging.EventSource/9.0.6": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.6",
+ "Microsoft.Extensions.Logging": "9.0.6",
+ "Microsoft.Extensions.Logging.Abstractions": "9.0.6",
+ "Microsoft.Extensions.Options": "9.0.6",
+ "Microsoft.Extensions.Primitives": "9.0.6",
+ "System.Text.Json": "9.0.6"
+ },
+ "compile": {
+ "lib/net8.0/Microsoft.Extensions.Logging.EventSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Logging.EventSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Options/9.0.6": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.6",
+ "Microsoft.Extensions.Primitives": "9.0.6"
+ },
+ "compile": {
+ "lib/net8.0/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/Microsoft.Extensions.Options.targets": {}
+ }
+ },
+ "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.6": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration.Abstractions": "9.0.6",
+ "Microsoft.Extensions.Configuration.Binder": "9.0.6",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.6",
+ "Microsoft.Extensions.Options": "9.0.6",
+ "Microsoft.Extensions.Primitives": "9.0.6"
+ },
+ "compile": {
+ "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Primitives/9.0.6": {
+ "type": "package",
+ "compile": {
+ "lib/net8.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "Microsoft.Identity.Client/4.61.3": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.IdentityModel.Abstractions": "6.35.0",
+ "System.Diagnostics.DiagnosticSource": "6.0.1"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Identity.Client.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Identity.Client.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Identity.Client.Extensions.Msal/4.61.3": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Identity.Client": "4.61.3",
+ "System.Security.Cryptography.ProtectedData": "4.5.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.IdentityModel.Abstractions/7.5.0": {
+ "type": "package",
+ "compile": {
+ "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.IdentityModel.JsonWebTokens/7.5.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.IdentityModel.Tokens": "7.5.0"
+ },
+ "compile": {
+ "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.IdentityModel.Logging/7.5.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.IdentityModel.Abstractions": "7.5.0"
+ },
+ "compile": {
+ "lib/net8.0/Microsoft.IdentityModel.Logging.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.IdentityModel.Logging.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.IdentityModel.Protocols/7.5.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.IdentityModel.Tokens": "7.5.0"
+ },
+ "compile": {
+ "lib/net8.0/Microsoft.IdentityModel.Protocols.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.IdentityModel.Protocols.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.IdentityModel.Protocols.OpenIdConnect/7.5.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.IdentityModel.Protocols": "7.5.0",
+ "System.IdentityModel.Tokens.Jwt": "7.5.0"
+ },
+ "compile": {
+ "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.IdentityModel.Tokens/7.5.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.IdentityModel.Logging": "7.5.0"
+ },
+ "compile": {
+ "lib/net8.0/Microsoft.IdentityModel.Tokens.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.IdentityModel.Tokens.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.SqlServer.Server/1.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": {
+ "related": ".pdb;.xml"
+ }
+ }
+ },
+ "System.ClientModel/1.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Memory.Data": "1.0.2",
+ "System.Text.Json": "4.7.2"
+ },
+ "compile": {
+ "lib/net6.0/System.ClientModel.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.ClientModel.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "System.Configuration.ConfigurationManager/8.0.1": {
+ "type": "package",
+ "dependencies": {
+ "System.Diagnostics.EventLog": "8.0.1",
+ "System.Security.Cryptography.ProtectedData": "8.0.0"
+ },
+ "compile": {
+ "lib/net8.0/_._": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/System.Configuration.ConfigurationManager.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
+ }
+ },
+ "System.Diagnostics.DiagnosticSource/9.0.6": {
+ "type": "package",
+ "compile": {
+ "lib/net8.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "System.Diagnostics.EventLog/9.0.6": {
+ "type": "package",
+ "compile": {
+ "lib/net8.0/System.Diagnostics.EventLog.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/System.Diagnostics.EventLog.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ },
+ "runtimeTargets": {
+ "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll": {
+ "assetType": "runtime",
+ "rid": "win"
+ },
+ "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll": {
+ "assetType": "runtime",
+ "rid": "win"
+ }
+ }
+ },
+ "System.IdentityModel.Tokens.Jwt/7.5.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.IdentityModel.JsonWebTokens": "7.5.0",
+ "Microsoft.IdentityModel.Tokens": "7.5.0"
+ },
+ "compile": {
+ "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "System.IO.Pipelines/9.0.6": {
+ "type": "package",
+ "compile": {
+ "lib/net8.0/System.IO.Pipelines.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/System.IO.Pipelines.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "System.Memory/4.5.4": {
+ "type": "package",
+ "compile": {
+ "ref/netcoreapp2.1/_._": {}
+ },
+ "runtime": {
+ "lib/netcoreapp2.1/_._": {}
+ }
+ },
+ "System.Memory.Data/1.0.2": {
+ "type": "package",
+ "dependencies": {
+ "System.Text.Encodings.Web": "4.7.2",
+ "System.Text.Json": "4.6.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/System.Memory.Data.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/System.Memory.Data.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "System.Numerics.Vectors/4.5.0": {
+ "type": "package",
+ "compile": {
+ "ref/netcoreapp2.0/_._": {}
+ },
+ "runtime": {
+ "lib/netcoreapp2.0/_._": {}
+ }
+ },
+ "System.Security.Cryptography.Pkcs/8.0.1": {
+ "type": "package",
+ "compile": {
+ "lib/net8.0/System.Security.Cryptography.Pkcs.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/System.Security.Cryptography.Pkcs.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
+ },
+ "runtimeTargets": {
+ "runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.dll": {
+ "assetType": "runtime",
+ "rid": "win"
+ }
+ }
+ },
+ "System.Security.Cryptography.ProtectedData/8.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
+ }
+ },
+ "System.Text.Encodings.Web/9.0.6": {
+ "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/net8.0/_._": {}
+ },
+ "runtimeTargets": {
+ "runtimes/browser/lib/net8.0/System.Text.Encodings.Web.dll": {
+ "assetType": "runtime",
+ "rid": "browser"
+ }
+ }
+ },
+ "System.Text.Json/9.0.6": {
+ "type": "package",
+ "dependencies": {
+ "System.IO.Pipelines": "9.0.6",
+ "System.Text.Encodings.Web": "9.0.6"
+ },
+ "compile": {
+ "lib/net8.0/System.Text.Json.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/System.Text.Json.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/System.Text.Json.targets": {}
+ }
+ },
+ "System.Threading.Tasks.Extensions/4.5.4": {
+ "type": "package",
+ "compile": {
+ "ref/netcoreapp2.1/_._": {}
+ },
+ "runtime": {
+ "lib/netcoreapp2.1/_._": {}
+ }
+ },
+ "BLL/1.0.0": {
+ "type": "project",
+ "framework": ".NETCoreApp,Version=v8.0",
+ "dependencies": {
+ "DAL": "1.0.0",
+ "DAS": "1.0.0",
+ "Shared": "1.0.0"
+ },
+ "compile": {
+ "bin/placeholder/BLL.dll": {}
+ },
+ "runtime": {
+ "bin/placeholder/BLL.dll": {}
+ }
+ },
+ "DAL/1.0.0": {
+ "type": "project",
+ "framework": ".NETCoreApp,Version=v8.0",
+ "dependencies": {
+ "Dapper": "2.1.66",
+ "Microsoft.Data.SqlClient": "6.0.2",
+ "Microsoft.Extensions.Configuration": "9.0.6",
+ "Microsoft.Extensions.Configuration.Json": "9.0.6",
+ "Shared": "1.0.0"
+ },
+ "compile": {
+ "bin/placeholder/DAL.dll": {}
+ },
+ "runtime": {
+ "bin/placeholder/DAL.dll": {}
+ }
+ },
+ "DAS/1.0.0": {
+ "type": "project",
+ "framework": ".NETCoreApp,Version=v8.0",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": "9.0.6",
+ "Shared": "1.0.0"
+ },
+ "compile": {
+ "bin/placeholder/DAS.dll": {}
+ },
+ "runtime": {
+ "bin/placeholder/DAS.dll": {}
+ }
+ },
+ "Shared/1.0.0": {
+ "type": "project",
+ "framework": ".NETCoreApp,Version=v8.0",
+ "compile": {
+ "bin/placeholder/Shared.dll": {}
+ },
+ "runtime": {
+ "bin/placeholder/Shared.dll": {}
+ }
+ }
+ }
+ },
+ "libraries": {
+ "Azure.Core/1.38.0": {
+ "sha512": "IuEgCoVA0ef7E4pQtpC3+TkPbzaoQfa77HlfJDmfuaJUCVJmn7fT0izamZiryW5sYUFKizsftIxMkXKbgIcPMQ==",
+ "type": "package",
+ "path": "azure.core/1.38.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "CHANGELOG.md",
+ "README.md",
+ "azure.core.1.38.0.nupkg.sha512",
+ "azure.core.nuspec",
+ "azureicon.png",
+ "lib/net461/Azure.Core.dll",
+ "lib/net461/Azure.Core.xml",
+ "lib/net472/Azure.Core.dll",
+ "lib/net472/Azure.Core.xml",
+ "lib/net6.0/Azure.Core.dll",
+ "lib/net6.0/Azure.Core.xml",
+ "lib/netstandard2.0/Azure.Core.dll",
+ "lib/netstandard2.0/Azure.Core.xml"
+ ]
+ },
+ "Azure.Identity/1.11.4": {
+ "sha512": "Sf4BoE6Q3jTgFkgBkx7qztYOFELBCo+wQgpYDwal/qJ1unBH73ywPztIJKXBXORRzAeNijsuxhk94h0TIMvfYg==",
+ "type": "package",
+ "path": "azure.identity/1.11.4",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "CHANGELOG.md",
+ "README.md",
+ "azure.identity.1.11.4.nupkg.sha512",
+ "azure.identity.nuspec",
+ "azureicon.png",
+ "lib/netstandard2.0/Azure.Identity.dll",
+ "lib/netstandard2.0/Azure.Identity.xml"
+ ]
+ },
+ "Dapper/2.1.66": {
+ "sha512": "/q77jUgDOS+bzkmk3Vy9SiWMaetTw+NOoPAV0xPBsGVAyljd5S6P+4RUW7R3ZUGGr9lDRyPKgAMj2UAOwvqZYw==",
+ "type": "package",
+ "path": "dapper/2.1.66",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Dapper.png",
+ "dapper.2.1.66.nupkg.sha512",
+ "dapper.nuspec",
+ "lib/net461/Dapper.dll",
+ "lib/net461/Dapper.xml",
+ "lib/net8.0/Dapper.dll",
+ "lib/net8.0/Dapper.xml",
+ "lib/netstandard2.0/Dapper.dll",
+ "lib/netstandard2.0/Dapper.xml",
+ "readme.md"
+ ]
+ },
+ "Microsoft.Bcl.AsyncInterfaces/1.1.1": {
+ "sha512": "yuvf07qFWFqtK3P/MRkEKLhn5r2UbSpVueRziSqj0yJQIKFwG1pq9mOayK3zE5qZCTs0CbrwL9M6R8VwqyGy2w==",
+ "type": "package",
+ "path": "microsoft.bcl.asyncinterfaces/1.1.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "lib/net461/Microsoft.Bcl.AsyncInterfaces.dll",
+ "lib/net461/Microsoft.Bcl.AsyncInterfaces.xml",
+ "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll",
+ "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.xml",
+ "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll",
+ "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.xml",
+ "microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512",
+ "microsoft.bcl.asyncinterfaces.nuspec",
+ "ref/net461/Microsoft.Bcl.AsyncInterfaces.dll",
+ "ref/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll",
+ "ref/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll",
+ "useSharedDesignerContext.txt",
+ "version.txt"
+ ]
+ },
+ "Microsoft.Bcl.Cryptography/8.0.0": {
+ "sha512": "Y3t/c7C5XHJGFDnohjf1/9SYF3ZOfEU1fkNQuKg/dGf9hN18yrQj2owHITGfNS3+lKJdW6J4vY98jYu57jCO8A==",
+ "type": "package",
+ "path": "microsoft.bcl.cryptography/8.0.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Bcl.Cryptography.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net6.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Bcl.Cryptography.targets",
+ "lib/net462/Microsoft.Bcl.Cryptography.dll",
+ "lib/net462/Microsoft.Bcl.Cryptography.xml",
+ "lib/net8.0/Microsoft.Bcl.Cryptography.dll",
+ "lib/net8.0/Microsoft.Bcl.Cryptography.xml",
+ "lib/netstandard2.0/Microsoft.Bcl.Cryptography.dll",
+ "lib/netstandard2.0/Microsoft.Bcl.Cryptography.xml",
+ "microsoft.bcl.cryptography.8.0.0.nupkg.sha512",
+ "microsoft.bcl.cryptography.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Data.SqlClient/6.0.2": {
+ "sha512": "RDqwzNu5slSqGy0eSgnN4fuLdGI1w9ZHBRNALrbUsykOIbXtGCpyotG0r5zz+HHtzxbe6LtcAyWcOiu0a+Fx/A==",
+ "type": "package",
+ "path": "microsoft.data.sqlclient/6.0.2",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "README.md",
+ "dotnet.png",
+ "lib/net462/Microsoft.Data.SqlClient.dll",
+ "lib/net462/Microsoft.Data.SqlClient.xml",
+ "lib/net462/cs/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net462/de/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net462/es/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net462/fr/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net462/it/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net462/ja/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net462/ko/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net462/pl/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net462/pt-BR/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net462/ru/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net462/tr/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net462/zh-Hans/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net462/zh-Hant/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net8.0/Microsoft.Data.SqlClient.dll",
+ "lib/net8.0/Microsoft.Data.SqlClient.xml",
+ "lib/net8.0/cs/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net8.0/de/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net8.0/es/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net8.0/fr/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net8.0/it/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net8.0/ja/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net8.0/ko/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net8.0/pl/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net8.0/pt-BR/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net8.0/ru/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net8.0/tr/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net8.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net8.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net9.0/Microsoft.Data.SqlClient.dll",
+ "lib/net9.0/Microsoft.Data.SqlClient.xml",
+ "lib/net9.0/cs/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net9.0/de/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net9.0/es/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net9.0/fr/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net9.0/it/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net9.0/ja/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net9.0/ko/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net9.0/pl/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net9.0/pt-BR/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net9.0/ru/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net9.0/tr/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net9.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net9.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll",
+ "microsoft.data.sqlclient.6.0.2.nupkg.sha512",
+ "microsoft.data.sqlclient.nuspec",
+ "ref/net462/Microsoft.Data.SqlClient.dll",
+ "ref/net462/Microsoft.Data.SqlClient.xml",
+ "ref/net8.0/Microsoft.Data.SqlClient.dll",
+ "ref/net8.0/Microsoft.Data.SqlClient.xml",
+ "ref/net9.0/Microsoft.Data.SqlClient.dll",
+ "ref/net9.0/Microsoft.Data.SqlClient.xml",
+ "runtimes/unix/lib/net8.0/Microsoft.Data.SqlClient.dll",
+ "runtimes/unix/lib/net9.0/Microsoft.Data.SqlClient.dll",
+ "runtimes/win/lib/net462/Microsoft.Data.SqlClient.dll",
+ "runtimes/win/lib/net8.0/Microsoft.Data.SqlClient.dll",
+ "runtimes/win/lib/net9.0/Microsoft.Data.SqlClient.dll"
+ ]
+ },
+ "Microsoft.Data.SqlClient.SNI.runtime/6.0.2": {
+ "sha512": "f+pRODTWX7Y67jXO3T5S2dIPZ9qMJNySjlZT/TKmWVNWe19N8jcWmHaqHnnchaq3gxEKv1SWVY5EFzOD06l41w==",
+ "type": "package",
+ "path": "microsoft.data.sqlclient.sni.runtime/6.0.2",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.txt",
+ "dotnet.png",
+ "microsoft.data.sqlclient.sni.runtime.6.0.2.nupkg.sha512",
+ "microsoft.data.sqlclient.sni.runtime.nuspec",
+ "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll",
+ "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll",
+ "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll"
+ ]
+ },
+ "Microsoft.Extensions.Caching.Abstractions/8.0.0": {
+ "sha512": "3KuSxeHoNYdxVYfg2IRZCThcrlJ1XJqIXkAWikCsbm5C/bCjv7G0WoKDyuR98Q+T607QT2Zl5GsbGRkENcV2yQ==",
+ "type": "package",
+ "path": "microsoft.extensions.caching.abstractions/8.0.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Extensions.Caching.Abstractions.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net6.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Caching.Abstractions.targets",
+ "lib/net462/Microsoft.Extensions.Caching.Abstractions.dll",
+ "lib/net462/Microsoft.Extensions.Caching.Abstractions.xml",
+ "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.dll",
+ "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.xml",
+ "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll",
+ "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.xml",
+ "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll",
+ "lib/net8.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.8.0.0.nupkg.sha512",
+ "microsoft.extensions.caching.abstractions.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.Caching.Memory/8.0.1": {
+ "sha512": "HFDnhYLccngrzyGgHkjEDU5FMLn4MpOsr5ElgsBMC4yx6lJh4jeWO7fHS8+TXPq+dgxCmUa/Trl8svObmwW4QA==",
+ "type": "package",
+ "path": "microsoft.extensions.caching.memory/8.0.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Extensions.Caching.Memory.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net6.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Caching.Memory.targets",
+ "lib/net462/Microsoft.Extensions.Caching.Memory.dll",
+ "lib/net462/Microsoft.Extensions.Caching.Memory.xml",
+ "lib/net6.0/Microsoft.Extensions.Caching.Memory.dll",
+ "lib/net6.0/Microsoft.Extensions.Caching.Memory.xml",
+ "lib/net7.0/Microsoft.Extensions.Caching.Memory.dll",
+ "lib/net7.0/Microsoft.Extensions.Caching.Memory.xml",
+ "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll",
+ "lib/net8.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.8.0.1.nupkg.sha512",
+ "microsoft.extensions.caching.memory.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.Configuration/9.0.6": {
+ "sha512": "VWB5jdkxHsRiuoniTqwOL32R4OWyp5If/bAucLjRJczRVNcwb8iCXKLjn3Inv8fv+jHMVMnvQLg7xhSys+y5PA==",
+ "type": "package",
+ "path": "microsoft.extensions.configuration/9.0.6",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Extensions.Configuration.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net8.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.targets",
+ "lib/net462/Microsoft.Extensions.Configuration.dll",
+ "lib/net462/Microsoft.Extensions.Configuration.xml",
+ "lib/net8.0/Microsoft.Extensions.Configuration.dll",
+ "lib/net8.0/Microsoft.Extensions.Configuration.xml",
+ "lib/net9.0/Microsoft.Extensions.Configuration.dll",
+ "lib/net9.0/Microsoft.Extensions.Configuration.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.xml",
+ "microsoft.extensions.configuration.9.0.6.nupkg.sha512",
+ "microsoft.extensions.configuration.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.Configuration.Abstractions/9.0.6": {
+ "sha512": "3GgMIi2jP8g1fBW93Z9b9Unamc0SIsgyhiCmC91gq4loTixK9vQMuxxUsfJ1kRGwn+/FqLKwOHqmn0oYWn3Fvw==",
+ "type": "package",
+ "path": "microsoft.extensions.configuration.abstractions/9.0.6",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Extensions.Configuration.Abstractions.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net8.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.Abstractions.targets",
+ "lib/net462/Microsoft.Extensions.Configuration.Abstractions.dll",
+ "lib/net462/Microsoft.Extensions.Configuration.Abstractions.xml",
+ "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll",
+ "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.xml",
+ "lib/net9.0/Microsoft.Extensions.Configuration.Abstractions.dll",
+ "lib/net9.0/Microsoft.Extensions.Configuration.Abstractions.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.xml",
+ "microsoft.extensions.configuration.abstractions.9.0.6.nupkg.sha512",
+ "microsoft.extensions.configuration.abstractions.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.Configuration.Binder/9.0.6": {
+ "sha512": "Opl/7SIrwDy9WjHn/vU2thQ8CUtrIWHLr+89I7/0VYNEJQvpL24zvqYrh83cH38RzNKHji0WGVkCVP6HJChVVw==",
+ "type": "package",
+ "path": "microsoft.extensions.configuration.binder/9.0.6",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "analyzers/dotnet/cs/Microsoft.Extensions.Configuration.Binder.SourceGeneration.dll",
+ "analyzers/dotnet/cs/cs/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll",
+ "analyzers/dotnet/cs/de/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll",
+ "analyzers/dotnet/cs/es/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll",
+ "analyzers/dotnet/cs/fr/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll",
+ "analyzers/dotnet/cs/it/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll",
+ "analyzers/dotnet/cs/ja/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll",
+ "analyzers/dotnet/cs/ko/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll",
+ "analyzers/dotnet/cs/pl/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll",
+ "analyzers/dotnet/cs/pt-BR/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll",
+ "analyzers/dotnet/cs/ru/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll",
+ "analyzers/dotnet/cs/tr/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll",
+ "analyzers/dotnet/cs/zh-Hans/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll",
+ "analyzers/dotnet/cs/zh-Hant/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll",
+ "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.Binder.targets",
+ "lib/net462/Microsoft.Extensions.Configuration.Binder.dll",
+ "lib/net462/Microsoft.Extensions.Configuration.Binder.xml",
+ "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll",
+ "lib/net8.0/Microsoft.Extensions.Configuration.Binder.xml",
+ "lib/net9.0/Microsoft.Extensions.Configuration.Binder.dll",
+ "lib/net9.0/Microsoft.Extensions.Configuration.Binder.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.xml",
+ "microsoft.extensions.configuration.binder.9.0.6.nupkg.sha512",
+ "microsoft.extensions.configuration.binder.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.Configuration.CommandLine/9.0.6": {
+ "sha512": "DC5I4Y1nK35jY4piDqQCzWjDXzT6ECMctBAxgAJoc6pn0k6uyxcDeOuVDRooFui/N65ptn9xT5mk9eO4mSTj/g==",
+ "type": "package",
+ "path": "microsoft.extensions.configuration.commandline/9.0.6",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Extensions.Configuration.CommandLine.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net8.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.CommandLine.targets",
+ "lib/net462/Microsoft.Extensions.Configuration.CommandLine.dll",
+ "lib/net462/Microsoft.Extensions.Configuration.CommandLine.xml",
+ "lib/net8.0/Microsoft.Extensions.Configuration.CommandLine.dll",
+ "lib/net8.0/Microsoft.Extensions.Configuration.CommandLine.xml",
+ "lib/net9.0/Microsoft.Extensions.Configuration.CommandLine.dll",
+ "lib/net9.0/Microsoft.Extensions.Configuration.CommandLine.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.CommandLine.xml",
+ "microsoft.extensions.configuration.commandline.9.0.6.nupkg.sha512",
+ "microsoft.extensions.configuration.commandline.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.Configuration.EnvironmentVariables/9.0.6": {
+ "sha512": "RGYG2JBak9lf2rIPiZUVmWjUqoxaHPy3XPhPsJyIQ8QqK47rKvJz7jxVYefTnYdM5LTEiGFBdC7v3+SiosvmkQ==",
+ "type": "package",
+ "path": "microsoft.extensions.configuration.environmentvariables/9.0.6",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Extensions.Configuration.EnvironmentVariables.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net8.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.EnvironmentVariables.targets",
+ "lib/net462/Microsoft.Extensions.Configuration.EnvironmentVariables.dll",
+ "lib/net462/Microsoft.Extensions.Configuration.EnvironmentVariables.xml",
+ "lib/net8.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll",
+ "lib/net8.0/Microsoft.Extensions.Configuration.EnvironmentVariables.xml",
+ "lib/net9.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll",
+ "lib/net9.0/Microsoft.Extensions.Configuration.EnvironmentVariables.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.EnvironmentVariables.xml",
+ "microsoft.extensions.configuration.environmentvariables.9.0.6.nupkg.sha512",
+ "microsoft.extensions.configuration.environmentvariables.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.Configuration.FileExtensions/9.0.6": {
+ "sha512": "pCEueasI5JhJ24KYzMFxtG40zyLnWpcQYawpARh9FNq9XbWozuWgexmdkPa8p8YoVNlpi3ecKfcjfoRMkKAufw==",
+ "type": "package",
+ "path": "microsoft.extensions.configuration.fileextensions/9.0.6",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Extensions.Configuration.FileExtensions.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net8.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.FileExtensions.targets",
+ "lib/net462/Microsoft.Extensions.Configuration.FileExtensions.dll",
+ "lib/net462/Microsoft.Extensions.Configuration.FileExtensions.xml",
+ "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll",
+ "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.xml",
+ "lib/net9.0/Microsoft.Extensions.Configuration.FileExtensions.dll",
+ "lib/net9.0/Microsoft.Extensions.Configuration.FileExtensions.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.xml",
+ "microsoft.extensions.configuration.fileextensions.9.0.6.nupkg.sha512",
+ "microsoft.extensions.configuration.fileextensions.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.Configuration.Json/9.0.6": {
+ "sha512": "N0dgOYQ9tDzJouL9Tyx2dgMCcHV2pBaY8yVtorbDqYYwiDRS2zd1TbhTA2FMHqXF3SMjBoO+gONZcDoA79gdSA==",
+ "type": "package",
+ "path": "microsoft.extensions.configuration.json/9.0.6",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Extensions.Configuration.Json.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net8.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.Json.targets",
+ "lib/net462/Microsoft.Extensions.Configuration.Json.dll",
+ "lib/net462/Microsoft.Extensions.Configuration.Json.xml",
+ "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll",
+ "lib/net8.0/Microsoft.Extensions.Configuration.Json.xml",
+ "lib/net9.0/Microsoft.Extensions.Configuration.Json.dll",
+ "lib/net9.0/Microsoft.Extensions.Configuration.Json.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.xml",
+ "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.dll",
+ "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.xml",
+ "microsoft.extensions.configuration.json.9.0.6.nupkg.sha512",
+ "microsoft.extensions.configuration.json.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.Configuration.UserSecrets/9.0.6": {
+ "sha512": "0ZZMzdvNwIS0f09S0IcaEbKFm+Xc41vRROsA/soeKEpzRISTDdiVwGlzdldbXEsuPjNVvNHyvIP8YW2hfIig0w==",
+ "type": "package",
+ "path": "microsoft.extensions.configuration.usersecrets/9.0.6",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Extensions.Configuration.UserSecrets.targets",
+ "buildTransitive/net462/Microsoft.Extensions.Configuration.UserSecrets.props",
+ "buildTransitive/net462/Microsoft.Extensions.Configuration.UserSecrets.targets",
+ "buildTransitive/net8.0/Microsoft.Extensions.Configuration.UserSecrets.props",
+ "buildTransitive/net8.0/Microsoft.Extensions.Configuration.UserSecrets.targets",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.UserSecrets.targets",
+ "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.props",
+ "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.targets",
+ "lib/net462/Microsoft.Extensions.Configuration.UserSecrets.dll",
+ "lib/net462/Microsoft.Extensions.Configuration.UserSecrets.xml",
+ "lib/net8.0/Microsoft.Extensions.Configuration.UserSecrets.dll",
+ "lib/net8.0/Microsoft.Extensions.Configuration.UserSecrets.xml",
+ "lib/net9.0/Microsoft.Extensions.Configuration.UserSecrets.dll",
+ "lib/net9.0/Microsoft.Extensions.Configuration.UserSecrets.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.UserSecrets.xml",
+ "microsoft.extensions.configuration.usersecrets.9.0.6.nupkg.sha512",
+ "microsoft.extensions.configuration.usersecrets.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.DependencyInjection/9.0.6": {
+ "sha512": "vS65HMo5RS10DD543fknsyVDxihMcVxVn3/hNaILgBxWYnOLxWIeCIO9X0QFuCvPRNjClvXe9Aj8KaQNx7vFkQ==",
+ "type": "package",
+ "path": "microsoft.extensions.dependencyinjection/9.0.6",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net8.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.targets",
+ "lib/net462/Microsoft.Extensions.DependencyInjection.dll",
+ "lib/net462/Microsoft.Extensions.DependencyInjection.xml",
+ "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll",
+ "lib/net8.0/Microsoft.Extensions.DependencyInjection.xml",
+ "lib/net9.0/Microsoft.Extensions.DependencyInjection.dll",
+ "lib/net9.0/Microsoft.Extensions.DependencyInjection.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml",
+ "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll",
+ "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml",
+ "microsoft.extensions.dependencyinjection.9.0.6.nupkg.sha512",
+ "microsoft.extensions.dependencyinjection.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.6": {
+ "sha512": "0Zn6nR/6g+90MxskZyOOMPQvnPnrrGu6bytPwkV+azDcTtCSuQ1+GJUrg8Klmnrjk1i6zMpw2lXijl+tw7Q3kA==",
+ "type": "package",
+ "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.6",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.Abstractions.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net8.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.Abstractions.targets",
+ "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
+ "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
+ "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
+ "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
+ "lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
+ "lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
+ "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
+ "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
+ "microsoft.extensions.dependencyinjection.abstractions.9.0.6.nupkg.sha512",
+ "microsoft.extensions.dependencyinjection.abstractions.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.Diagnostics/9.0.6": {
+ "sha512": "mIqCzZseDK9SqTRy4LxtjLwjlUu6aH5UdA6j0vgVER14yki9oRqLF+SmBiF6OlwsBSeL6dMQ8dmq02JMeE2puQ==",
+ "type": "package",
+ "path": "microsoft.extensions.diagnostics/9.0.6",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Extensions.Diagnostics.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net8.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Diagnostics.targets",
+ "lib/net462/Microsoft.Extensions.Diagnostics.dll",
+ "lib/net462/Microsoft.Extensions.Diagnostics.xml",
+ "lib/net8.0/Microsoft.Extensions.Diagnostics.dll",
+ "lib/net8.0/Microsoft.Extensions.Diagnostics.xml",
+ "lib/net9.0/Microsoft.Extensions.Diagnostics.dll",
+ "lib/net9.0/Microsoft.Extensions.Diagnostics.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.Diagnostics.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.Diagnostics.xml",
+ "microsoft.extensions.diagnostics.9.0.6.nupkg.sha512",
+ "microsoft.extensions.diagnostics.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.Diagnostics.Abstractions/9.0.6": {
+ "sha512": "GIoXX7VDcTEsNM6yvffTBaOwnPQELGI5dzExR7L2O7AUkDsHBYIZawUbuwfq3cYzz8dIAAJotQYJMzH7qy27Ng==",
+ "type": "package",
+ "path": "microsoft.extensions.diagnostics.abstractions/9.0.6",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Extensions.Diagnostics.Abstractions.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net8.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Diagnostics.Abstractions.targets",
+ "lib/net462/Microsoft.Extensions.Diagnostics.Abstractions.dll",
+ "lib/net462/Microsoft.Extensions.Diagnostics.Abstractions.xml",
+ "lib/net8.0/Microsoft.Extensions.Diagnostics.Abstractions.dll",
+ "lib/net8.0/Microsoft.Extensions.Diagnostics.Abstractions.xml",
+ "lib/net9.0/Microsoft.Extensions.Diagnostics.Abstractions.dll",
+ "lib/net9.0/Microsoft.Extensions.Diagnostics.Abstractions.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.Diagnostics.Abstractions.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.Diagnostics.Abstractions.xml",
+ "microsoft.extensions.diagnostics.abstractions.9.0.6.nupkg.sha512",
+ "microsoft.extensions.diagnostics.abstractions.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.FileProviders.Abstractions/9.0.6": {
+ "sha512": "q9FPkSGVA9ipI255p3PBAvWNXas5Tzjyp/DwYSwT+46mIFw9fWZahsF6vHpoxLt5/vtANotH2sAm7HunuFIx9g==",
+ "type": "package",
+ "path": "microsoft.extensions.fileproviders.abstractions/9.0.6",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Extensions.FileProviders.Abstractions.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net8.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileProviders.Abstractions.targets",
+ "lib/net462/Microsoft.Extensions.FileProviders.Abstractions.dll",
+ "lib/net462/Microsoft.Extensions.FileProviders.Abstractions.xml",
+ "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll",
+ "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.xml",
+ "lib/net9.0/Microsoft.Extensions.FileProviders.Abstractions.dll",
+ "lib/net9.0/Microsoft.Extensions.FileProviders.Abstractions.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.xml",
+ "microsoft.extensions.fileproviders.abstractions.9.0.6.nupkg.sha512",
+ "microsoft.extensions.fileproviders.abstractions.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.FileProviders.Physical/9.0.6": {
+ "sha512": "l+dFA0NRl90vSIiJNy5d7V0kpTEOWHTqbgoWYzlTwF5uiM5sWJ953haaELKE05jkyJdnemVTnqjrlgo4wo7oyg==",
+ "type": "package",
+ "path": "microsoft.extensions.fileproviders.physical/9.0.6",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Extensions.FileProviders.Physical.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net8.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileProviders.Physical.targets",
+ "lib/net462/Microsoft.Extensions.FileProviders.Physical.dll",
+ "lib/net462/Microsoft.Extensions.FileProviders.Physical.xml",
+ "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll",
+ "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.xml",
+ "lib/net9.0/Microsoft.Extensions.FileProviders.Physical.dll",
+ "lib/net9.0/Microsoft.Extensions.FileProviders.Physical.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.xml",
+ "microsoft.extensions.fileproviders.physical.9.0.6.nupkg.sha512",
+ "microsoft.extensions.fileproviders.physical.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.FileSystemGlobbing/9.0.6": {
+ "sha512": "1HJCAbwukNEoYbHgHbKHmenU0V/0huw8+i7Qtf5rLUG1E+3kEwRJQxpwD3wbTEagIgPSQisNgJTvmUX9yYVc6g==",
+ "type": "package",
+ "path": "microsoft.extensions.filesystemglobbing/9.0.6",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Extensions.FileSystemGlobbing.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net8.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileSystemGlobbing.targets",
+ "lib/net462/Microsoft.Extensions.FileSystemGlobbing.dll",
+ "lib/net462/Microsoft.Extensions.FileSystemGlobbing.xml",
+ "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll",
+ "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.xml",
+ "lib/net9.0/Microsoft.Extensions.FileSystemGlobbing.dll",
+ "lib/net9.0/Microsoft.Extensions.FileSystemGlobbing.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.xml",
+ "microsoft.extensions.filesystemglobbing.9.0.6.nupkg.sha512",
+ "microsoft.extensions.filesystemglobbing.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.Hosting/9.0.6": {
+ "sha512": "Iu1UyXUnjMhoOwThKM0kCyjgWqqQnuujsbPMnF44ITUbmETT7RAVlozNgev2L/damwNoPZKpmwArRKBy2IOAZg==",
+ "type": "package",
+ "path": "microsoft.extensions.hosting/9.0.6",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Extensions.Hosting.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net8.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Hosting.targets",
+ "lib/net462/Microsoft.Extensions.Hosting.dll",
+ "lib/net462/Microsoft.Extensions.Hosting.xml",
+ "lib/net8.0/Microsoft.Extensions.Hosting.dll",
+ "lib/net8.0/Microsoft.Extensions.Hosting.xml",
+ "lib/net9.0/Microsoft.Extensions.Hosting.dll",
+ "lib/net9.0/Microsoft.Extensions.Hosting.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.Hosting.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.Hosting.xml",
+ "lib/netstandard2.1/Microsoft.Extensions.Hosting.dll",
+ "lib/netstandard2.1/Microsoft.Extensions.Hosting.xml",
+ "microsoft.extensions.hosting.9.0.6.nupkg.sha512",
+ "microsoft.extensions.hosting.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.Hosting.Abstractions/9.0.6": {
+ "sha512": "G9T95JbcG/wQpeVIzg0IMwxI+uTywDmbxWUWN2P0mdna35rmuTqgTrZ4SU5rcfUT3EJfbI9N4K8UyCAAc6QK8Q==",
+ "type": "package",
+ "path": "microsoft.extensions.hosting.abstractions/9.0.6",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Extensions.Hosting.Abstractions.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net8.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Hosting.Abstractions.targets",
+ "lib/net462/Microsoft.Extensions.Hosting.Abstractions.dll",
+ "lib/net462/Microsoft.Extensions.Hosting.Abstractions.xml",
+ "lib/net8.0/Microsoft.Extensions.Hosting.Abstractions.dll",
+ "lib/net8.0/Microsoft.Extensions.Hosting.Abstractions.xml",
+ "lib/net9.0/Microsoft.Extensions.Hosting.Abstractions.dll",
+ "lib/net9.0/Microsoft.Extensions.Hosting.Abstractions.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.xml",
+ "lib/netstandard2.1/Microsoft.Extensions.Hosting.Abstractions.dll",
+ "lib/netstandard2.1/Microsoft.Extensions.Hosting.Abstractions.xml",
+ "microsoft.extensions.hosting.abstractions.9.0.6.nupkg.sha512",
+ "microsoft.extensions.hosting.abstractions.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.Logging/9.0.6": {
+ "sha512": "XBzjitTFaQhF8EbJ645vblZezV1p52ePTxKHoVkRidHF11Xkjxg94qr0Rvp2qyxK2vBJ4OIZ41NB15YUyxTGMQ==",
+ "type": "package",
+ "path": "microsoft.extensions.logging/9.0.6",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Extensions.Logging.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net8.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.targets",
+ "lib/net462/Microsoft.Extensions.Logging.dll",
+ "lib/net462/Microsoft.Extensions.Logging.xml",
+ "lib/net8.0/Microsoft.Extensions.Logging.dll",
+ "lib/net8.0/Microsoft.Extensions.Logging.xml",
+ "lib/net9.0/Microsoft.Extensions.Logging.dll",
+ "lib/net9.0/Microsoft.Extensions.Logging.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.Logging.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.Logging.xml",
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll",
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.xml",
+ "microsoft.extensions.logging.9.0.6.nupkg.sha512",
+ "microsoft.extensions.logging.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.Logging.Abstractions/9.0.6": {
+ "sha512": "LFnyBNK7WtFmKdnHu3v0HOYQ8BcjYuy0jdC9pgCJ/rbLKoJEG9/dBzSKMEeeWDbDeoWS0TIxOC8a9CM5ufca3A==",
+ "type": "package",
+ "path": "microsoft.extensions.logging.abstractions/9.0.6",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "analyzers/dotnet/roslyn3.11/cs/Microsoft.Extensions.Logging.Generators.dll",
+ "analyzers/dotnet/roslyn3.11/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/Microsoft.Extensions.Logging.Generators.dll",
+ "analyzers/dotnet/roslyn4.0/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Logging.Generators.dll",
+ "analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "buildTransitive/net461/Microsoft.Extensions.Logging.Abstractions.targets",
+ "buildTransitive/net462/Microsoft.Extensions.Logging.Abstractions.targets",
+ "buildTransitive/net8.0/Microsoft.Extensions.Logging.Abstractions.targets",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Abstractions.targets",
+ "buildTransitive/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.targets",
+ "lib/net462/Microsoft.Extensions.Logging.Abstractions.dll",
+ "lib/net462/Microsoft.Extensions.Logging.Abstractions.xml",
+ "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll",
+ "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.xml",
+ "lib/net9.0/Microsoft.Extensions.Logging.Abstractions.dll",
+ "lib/net9.0/Microsoft.Extensions.Logging.Abstractions.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.xml",
+ "microsoft.extensions.logging.abstractions.9.0.6.nupkg.sha512",
+ "microsoft.extensions.logging.abstractions.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.Logging.Configuration/9.0.6": {
+ "sha512": "lCgpxE5r6v43SB40/yUVnSWZUUqUZF5iUWizhkx4gqvq0L0rMw5g8adWKGO7sfIaSbCiU0et85sDQWswhLcceg==",
+ "type": "package",
+ "path": "microsoft.extensions.logging.configuration/9.0.6",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Extensions.Logging.Configuration.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net8.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Configuration.targets",
+ "lib/net462/Microsoft.Extensions.Logging.Configuration.dll",
+ "lib/net462/Microsoft.Extensions.Logging.Configuration.xml",
+ "lib/net8.0/Microsoft.Extensions.Logging.Configuration.dll",
+ "lib/net8.0/Microsoft.Extensions.Logging.Configuration.xml",
+ "lib/net9.0/Microsoft.Extensions.Logging.Configuration.dll",
+ "lib/net9.0/Microsoft.Extensions.Logging.Configuration.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.Logging.Configuration.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.Logging.Configuration.xml",
+ "microsoft.extensions.logging.configuration.9.0.6.nupkg.sha512",
+ "microsoft.extensions.logging.configuration.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.Logging.Console/9.0.6": {
+ "sha512": "L1O0M3MrqGlkrPYMLzcCphQpCG0lSHfTSPrm1otALNBzTPiO8rxxkjhBIIa2onKv92UP30Y4QaiigVMTx8YcxQ==",
+ "type": "package",
+ "path": "microsoft.extensions.logging.console/9.0.6",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Extensions.Logging.Console.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net8.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Console.targets",
+ "lib/net462/Microsoft.Extensions.Logging.Console.dll",
+ "lib/net462/Microsoft.Extensions.Logging.Console.xml",
+ "lib/net8.0/Microsoft.Extensions.Logging.Console.dll",
+ "lib/net8.0/Microsoft.Extensions.Logging.Console.xml",
+ "lib/net9.0/Microsoft.Extensions.Logging.Console.dll",
+ "lib/net9.0/Microsoft.Extensions.Logging.Console.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.Logging.Console.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.Logging.Console.xml",
+ "microsoft.extensions.logging.console.9.0.6.nupkg.sha512",
+ "microsoft.extensions.logging.console.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.Logging.Debug/9.0.6": {
+ "sha512": "u21euQdOjaEwmlnnB1Zd4XGqOmWI8FkoGeUleV7n4BZ8HPQC/jrYzX/B5Cz3uI/FXjd//W88clPfkGIbSif7Jw==",
+ "type": "package",
+ "path": "microsoft.extensions.logging.debug/9.0.6",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Extensions.Logging.Debug.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net8.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Debug.targets",
+ "lib/net462/Microsoft.Extensions.Logging.Debug.dll",
+ "lib/net462/Microsoft.Extensions.Logging.Debug.xml",
+ "lib/net8.0/Microsoft.Extensions.Logging.Debug.dll",
+ "lib/net8.0/Microsoft.Extensions.Logging.Debug.xml",
+ "lib/net9.0/Microsoft.Extensions.Logging.Debug.dll",
+ "lib/net9.0/Microsoft.Extensions.Logging.Debug.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.xml",
+ "microsoft.extensions.logging.debug.9.0.6.nupkg.sha512",
+ "microsoft.extensions.logging.debug.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.Logging.EventLog/9.0.6": {
+ "sha512": "IyyGy7xNJAjdlFYXc7SZ7kS3CWd3Ma4hing9QGtzXi+LXm8RWCEXdKA1cPx5AeFmdg3rVG+ADGIn44K14O+vFA==",
+ "type": "package",
+ "path": "microsoft.extensions.logging.eventlog/9.0.6",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Extensions.Logging.EventLog.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net8.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.EventLog.targets",
+ "lib/net462/Microsoft.Extensions.Logging.EventLog.dll",
+ "lib/net462/Microsoft.Extensions.Logging.EventLog.xml",
+ "lib/net8.0/Microsoft.Extensions.Logging.EventLog.dll",
+ "lib/net8.0/Microsoft.Extensions.Logging.EventLog.xml",
+ "lib/net9.0/Microsoft.Extensions.Logging.EventLog.dll",
+ "lib/net9.0/Microsoft.Extensions.Logging.EventLog.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.Logging.EventLog.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.Logging.EventLog.xml",
+ "microsoft.extensions.logging.eventlog.9.0.6.nupkg.sha512",
+ "microsoft.extensions.logging.eventlog.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.Logging.EventSource/9.0.6": {
+ "sha512": "ayCRr/8ON3aINH81ak9l3vLAF/0pV/xrfChCbIlT2YnHAd4TYBWLcWhzbJWwPFV4XmJFrx/z8oq+gZzIc/74OA==",
+ "type": "package",
+ "path": "microsoft.extensions.logging.eventsource/9.0.6",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Extensions.Logging.EventSource.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net8.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.EventSource.targets",
+ "lib/net462/Microsoft.Extensions.Logging.EventSource.dll",
+ "lib/net462/Microsoft.Extensions.Logging.EventSource.xml",
+ "lib/net8.0/Microsoft.Extensions.Logging.EventSource.dll",
+ "lib/net8.0/Microsoft.Extensions.Logging.EventSource.xml",
+ "lib/net9.0/Microsoft.Extensions.Logging.EventSource.dll",
+ "lib/net9.0/Microsoft.Extensions.Logging.EventSource.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.Logging.EventSource.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.Logging.EventSource.xml",
+ "microsoft.extensions.logging.eventsource.9.0.6.nupkg.sha512",
+ "microsoft.extensions.logging.eventsource.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.Options/9.0.6": {
+ "sha512": "wUPhNM1zsI58Dy10xRdF2+pnsisiUuETg5ZBncyAEEUm/CQ9Q1vmivyUWH8RDbAlqyixf2dJNQ2XZb7HsKUEQw==",
+ "type": "package",
+ "path": "microsoft.extensions.options/9.0.6",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Options.SourceGeneration.dll",
+ "analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
+ "buildTransitive/net461/Microsoft.Extensions.Options.targets",
+ "buildTransitive/net462/Microsoft.Extensions.Options.targets",
+ "buildTransitive/net8.0/Microsoft.Extensions.Options.targets",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Options.targets",
+ "buildTransitive/netstandard2.0/Microsoft.Extensions.Options.targets",
+ "lib/net462/Microsoft.Extensions.Options.dll",
+ "lib/net462/Microsoft.Extensions.Options.xml",
+ "lib/net8.0/Microsoft.Extensions.Options.dll",
+ "lib/net8.0/Microsoft.Extensions.Options.xml",
+ "lib/net9.0/Microsoft.Extensions.Options.dll",
+ "lib/net9.0/Microsoft.Extensions.Options.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.Options.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.Options.xml",
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll",
+ "lib/netstandard2.1/Microsoft.Extensions.Options.xml",
+ "microsoft.extensions.options.9.0.6.nupkg.sha512",
+ "microsoft.extensions.options.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.6": {
+ "sha512": "2lnp8nrvfzyp+5zvfeULm/hkZsDsKkl2ziBt5T8EZKoON5q+XRpRLoWcSPo8mP7GNZXpxKMBVjFNIZNbBIcnRw==",
+ "type": "package",
+ "path": "microsoft.extensions.options.configurationextensions/9.0.6",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Extensions.Options.ConfigurationExtensions.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net8.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Options.ConfigurationExtensions.targets",
+ "lib/net462/Microsoft.Extensions.Options.ConfigurationExtensions.dll",
+ "lib/net462/Microsoft.Extensions.Options.ConfigurationExtensions.xml",
+ "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll",
+ "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.xml",
+ "lib/net9.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll",
+ "lib/net9.0/Microsoft.Extensions.Options.ConfigurationExtensions.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.Options.ConfigurationExtensions.xml",
+ "microsoft.extensions.options.configurationextensions.9.0.6.nupkg.sha512",
+ "microsoft.extensions.options.configurationextensions.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.Primitives/9.0.6": {
+ "sha512": "BHniU24QV67qp1pJknqYSofAPYGmijGI8D+ci9yfw33iuFdyOeB9lWTg78ThyYLyQwZw3s0vZ36VMb0MqbUuLw==",
+ "type": "package",
+ "path": "microsoft.extensions.primitives/9.0.6",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Extensions.Primitives.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net8.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Primitives.targets",
+ "lib/net462/Microsoft.Extensions.Primitives.dll",
+ "lib/net462/Microsoft.Extensions.Primitives.xml",
+ "lib/net8.0/Microsoft.Extensions.Primitives.dll",
+ "lib/net8.0/Microsoft.Extensions.Primitives.xml",
+ "lib/net9.0/Microsoft.Extensions.Primitives.dll",
+ "lib/net9.0/Microsoft.Extensions.Primitives.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.Primitives.xml",
+ "microsoft.extensions.primitives.9.0.6.nupkg.sha512",
+ "microsoft.extensions.primitives.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Identity.Client/4.61.3": {
+ "sha512": "naJo/Qm35Caaoxp5utcw+R8eU8ZtLz2ALh8S+gkekOYQ1oazfCQMWVT4NJ/FnHzdIJlm8dMz0oMpMGCabx5odA==",
+ "type": "package",
+ "path": "microsoft.identity.client/4.61.3",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "README.md",
+ "lib/net462/Microsoft.Identity.Client.dll",
+ "lib/net462/Microsoft.Identity.Client.xml",
+ "lib/net6.0-android31.0/Microsoft.Identity.Client.dll",
+ "lib/net6.0-android31.0/Microsoft.Identity.Client.xml",
+ "lib/net6.0-ios15.4/Microsoft.Identity.Client.dll",
+ "lib/net6.0-ios15.4/Microsoft.Identity.Client.xml",
+ "lib/net6.0/Microsoft.Identity.Client.dll",
+ "lib/net6.0/Microsoft.Identity.Client.xml",
+ "lib/netstandard2.0/Microsoft.Identity.Client.dll",
+ "lib/netstandard2.0/Microsoft.Identity.Client.xml",
+ "microsoft.identity.client.4.61.3.nupkg.sha512",
+ "microsoft.identity.client.nuspec"
+ ]
+ },
+ "Microsoft.Identity.Client.Extensions.Msal/4.61.3": {
+ "sha512": "PWnJcznrSGr25MN8ajlc2XIDW4zCFu0U6FkpaNLEWLgd1NgFCp5uDY3mqLDgM8zCN8hqj8yo5wHYfLB2HjcdGw==",
+ "type": "package",
+ "path": "microsoft.identity.client.extensions.msal/4.61.3",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll",
+ "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.xml",
+ "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.dll",
+ "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.xml",
+ "microsoft.identity.client.extensions.msal.4.61.3.nupkg.sha512",
+ "microsoft.identity.client.extensions.msal.nuspec"
+ ]
+ },
+ "Microsoft.IdentityModel.Abstractions/7.5.0": {
+ "sha512": "seOFPaBQh2K683eFujAuDsrO2XbOA+SvxRli+wu7kl+ZymuGQzjmmUKfyFHmDazpPOBnmOX1ZnjX7zFDZHyNIA==",
+ "type": "package",
+ "path": "microsoft.identitymodel.abstractions/7.5.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "lib/net461/Microsoft.IdentityModel.Abstractions.dll",
+ "lib/net461/Microsoft.IdentityModel.Abstractions.xml",
+ "lib/net462/Microsoft.IdentityModel.Abstractions.dll",
+ "lib/net462/Microsoft.IdentityModel.Abstractions.xml",
+ "lib/net472/Microsoft.IdentityModel.Abstractions.dll",
+ "lib/net472/Microsoft.IdentityModel.Abstractions.xml",
+ "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll",
+ "lib/net6.0/Microsoft.IdentityModel.Abstractions.xml",
+ "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll",
+ "lib/net8.0/Microsoft.IdentityModel.Abstractions.xml",
+ "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.dll",
+ "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.xml",
+ "microsoft.identitymodel.abstractions.7.5.0.nupkg.sha512",
+ "microsoft.identitymodel.abstractions.nuspec"
+ ]
+ },
+ "Microsoft.IdentityModel.JsonWebTokens/7.5.0": {
+ "sha512": "mfyiGptbcH+oYrzAtWWwuV+7MoM0G0si+9owaj6DGWInhq/N/KDj/pWHhq1ShdmBu332gjP+cppjgwBpsOj7Fg==",
+ "type": "package",
+ "path": "microsoft.identitymodel.jsonwebtokens/7.5.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "lib/net461/Microsoft.IdentityModel.JsonWebTokens.dll",
+ "lib/net461/Microsoft.IdentityModel.JsonWebTokens.xml",
+ "lib/net462/Microsoft.IdentityModel.JsonWebTokens.dll",
+ "lib/net462/Microsoft.IdentityModel.JsonWebTokens.xml",
+ "lib/net472/Microsoft.IdentityModel.JsonWebTokens.dll",
+ "lib/net472/Microsoft.IdentityModel.JsonWebTokens.xml",
+ "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll",
+ "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.xml",
+ "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll",
+ "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.xml",
+ "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll",
+ "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.xml",
+ "microsoft.identitymodel.jsonwebtokens.7.5.0.nupkg.sha512",
+ "microsoft.identitymodel.jsonwebtokens.nuspec"
+ ]
+ },
+ "Microsoft.IdentityModel.Logging/7.5.0": {
+ "sha512": "3BInZEajJvnTDP/YRrmJ3Fyw8XAWWR9jG+3FkhhzRJJYItVL+BEH9qlgxSmtrxp7S7N6TOv+Y+X8BG61viiehQ==",
+ "type": "package",
+ "path": "microsoft.identitymodel.logging/7.5.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "lib/net461/Microsoft.IdentityModel.Logging.dll",
+ "lib/net461/Microsoft.IdentityModel.Logging.xml",
+ "lib/net462/Microsoft.IdentityModel.Logging.dll",
+ "lib/net462/Microsoft.IdentityModel.Logging.xml",
+ "lib/net472/Microsoft.IdentityModel.Logging.dll",
+ "lib/net472/Microsoft.IdentityModel.Logging.xml",
+ "lib/net6.0/Microsoft.IdentityModel.Logging.dll",
+ "lib/net6.0/Microsoft.IdentityModel.Logging.xml",
+ "lib/net8.0/Microsoft.IdentityModel.Logging.dll",
+ "lib/net8.0/Microsoft.IdentityModel.Logging.xml",
+ "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll",
+ "lib/netstandard2.0/Microsoft.IdentityModel.Logging.xml",
+ "microsoft.identitymodel.logging.7.5.0.nupkg.sha512",
+ "microsoft.identitymodel.logging.nuspec"
+ ]
+ },
+ "Microsoft.IdentityModel.Protocols/7.5.0": {
+ "sha512": "ugyb0Nm+I+UrHGYg28mL8oCV31xZrOEbs8fQkcShUoKvgk22HroD2odCnqEf56CoAFYTwoDExz8deXzrFC+TyA==",
+ "type": "package",
+ "path": "microsoft.identitymodel.protocols/7.5.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "lib/net461/Microsoft.IdentityModel.Protocols.dll",
+ "lib/net461/Microsoft.IdentityModel.Protocols.xml",
+ "lib/net462/Microsoft.IdentityModel.Protocols.dll",
+ "lib/net462/Microsoft.IdentityModel.Protocols.xml",
+ "lib/net472/Microsoft.IdentityModel.Protocols.dll",
+ "lib/net472/Microsoft.IdentityModel.Protocols.xml",
+ "lib/net6.0/Microsoft.IdentityModel.Protocols.dll",
+ "lib/net6.0/Microsoft.IdentityModel.Protocols.xml",
+ "lib/net8.0/Microsoft.IdentityModel.Protocols.dll",
+ "lib/net8.0/Microsoft.IdentityModel.Protocols.xml",
+ "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll",
+ "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.xml",
+ "microsoft.identitymodel.protocols.7.5.0.nupkg.sha512",
+ "microsoft.identitymodel.protocols.nuspec"
+ ]
+ },
+ "Microsoft.IdentityModel.Protocols.OpenIdConnect/7.5.0": {
+ "sha512": "/U3I/8uutTqZr2n/zt0q08bluYklq+5VWP7ZuOGpTUR1ln5bSbrexAzdSGzrhxTxNNbHMCU8Mn2bNQvcmehAxg==",
+ "type": "package",
+ "path": "microsoft.identitymodel.protocols.openidconnect/7.5.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll",
+ "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml",
+ "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll",
+ "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml",
+ "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll",
+ "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml",
+ "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll",
+ "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml",
+ "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll",
+ "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml",
+ "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll",
+ "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml",
+ "microsoft.identitymodel.protocols.openidconnect.7.5.0.nupkg.sha512",
+ "microsoft.identitymodel.protocols.openidconnect.nuspec"
+ ]
+ },
+ "Microsoft.IdentityModel.Tokens/7.5.0": {
+ "sha512": "owe33wqe0ZbwBxM3D90I0XotxNyTdl85jud03d+OrUOJNnTiqnYePwBk3WU9yW0Rk5CYX+sfSim7frmu6jeEzQ==",
+ "type": "package",
+ "path": "microsoft.identitymodel.tokens/7.5.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "lib/net461/Microsoft.IdentityModel.Tokens.dll",
+ "lib/net461/Microsoft.IdentityModel.Tokens.xml",
+ "lib/net462/Microsoft.IdentityModel.Tokens.dll",
+ "lib/net462/Microsoft.IdentityModel.Tokens.xml",
+ "lib/net472/Microsoft.IdentityModel.Tokens.dll",
+ "lib/net472/Microsoft.IdentityModel.Tokens.xml",
+ "lib/net6.0/Microsoft.IdentityModel.Tokens.dll",
+ "lib/net6.0/Microsoft.IdentityModel.Tokens.xml",
+ "lib/net8.0/Microsoft.IdentityModel.Tokens.dll",
+ "lib/net8.0/Microsoft.IdentityModel.Tokens.xml",
+ "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll",
+ "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.xml",
+ "microsoft.identitymodel.tokens.7.5.0.nupkg.sha512",
+ "microsoft.identitymodel.tokens.nuspec"
+ ]
+ },
+ "Microsoft.SqlServer.Server/1.0.0": {
+ "sha512": "N4KeF3cpcm1PUHym1RmakkzfkEv3GRMyofVv40uXsQhCQeglr2OHNcUk2WOG51AKpGO8ynGpo9M/kFXSzghwug==",
+ "type": "package",
+ "path": "microsoft.sqlserver.server/1.0.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "dotnet.png",
+ "lib/net46/Microsoft.SqlServer.Server.dll",
+ "lib/net46/Microsoft.SqlServer.Server.pdb",
+ "lib/net46/Microsoft.SqlServer.Server.xml",
+ "lib/netstandard2.0/Microsoft.SqlServer.Server.dll",
+ "lib/netstandard2.0/Microsoft.SqlServer.Server.pdb",
+ "lib/netstandard2.0/Microsoft.SqlServer.Server.xml",
+ "microsoft.sqlserver.server.1.0.0.nupkg.sha512",
+ "microsoft.sqlserver.server.nuspec"
+ ]
+ },
+ "System.ClientModel/1.0.0": {
+ "sha512": "I3CVkvxeqFYjIVEP59DnjbeoGNfo/+SZrCLpRz2v/g0gpCHaEMPtWSY0s9k/7jR1rAsLNg2z2u1JRB76tPjnIw==",
+ "type": "package",
+ "path": "system.clientmodel/1.0.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "CHANGELOG.md",
+ "DotNetPackageIcon.png",
+ "README.md",
+ "lib/net6.0/System.ClientModel.dll",
+ "lib/net6.0/System.ClientModel.xml",
+ "lib/netstandard2.0/System.ClientModel.dll",
+ "lib/netstandard2.0/System.ClientModel.xml",
+ "system.clientmodel.1.0.0.nupkg.sha512",
+ "system.clientmodel.nuspec"
+ ]
+ },
+ "System.Configuration.ConfigurationManager/8.0.1": {
+ "sha512": "gPYFPDyohW2gXNhdQRSjtmeS6FymL2crg4Sral1wtvEJ7DUqFCDWDVbbLobASbzxfic8U1hQEdC7hmg9LHncMw==",
+ "type": "package",
+ "path": "system.configuration.configurationmanager/8.0.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/System.Configuration.ConfigurationManager.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net6.0/_._",
+ "buildTransitive/netcoreapp2.0/System.Configuration.ConfigurationManager.targets",
+ "lib/net462/System.Configuration.ConfigurationManager.dll",
+ "lib/net462/System.Configuration.ConfigurationManager.xml",
+ "lib/net6.0/System.Configuration.ConfigurationManager.dll",
+ "lib/net6.0/System.Configuration.ConfigurationManager.xml",
+ "lib/net7.0/System.Configuration.ConfigurationManager.dll",
+ "lib/net7.0/System.Configuration.ConfigurationManager.xml",
+ "lib/net8.0/System.Configuration.ConfigurationManager.dll",
+ "lib/net8.0/System.Configuration.ConfigurationManager.xml",
+ "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll",
+ "lib/netstandard2.0/System.Configuration.ConfigurationManager.xml",
+ "system.configuration.configurationmanager.8.0.1.nupkg.sha512",
+ "system.configuration.configurationmanager.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "System.Diagnostics.DiagnosticSource/9.0.6": {
+ "sha512": "nikkwAKqpwWUvV5J8S9fnOPYg8k75Lf9fAI4bd6pyhyqNma0Py9kt+zcqXbe4TjJ4sTPcdYpPg81shYTrXnUZQ==",
+ "type": "package",
+ "path": "system.diagnostics.diagnosticsource/9.0.6",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/System.Diagnostics.DiagnosticSource.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net8.0/_._",
+ "buildTransitive/netcoreapp2.0/System.Diagnostics.DiagnosticSource.targets",
+ "lib/net462/System.Diagnostics.DiagnosticSource.dll",
+ "lib/net462/System.Diagnostics.DiagnosticSource.xml",
+ "lib/net8.0/System.Diagnostics.DiagnosticSource.dll",
+ "lib/net8.0/System.Diagnostics.DiagnosticSource.xml",
+ "lib/net9.0/System.Diagnostics.DiagnosticSource.dll",
+ "lib/net9.0/System.Diagnostics.DiagnosticSource.xml",
+ "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.dll",
+ "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.xml",
+ "system.diagnostics.diagnosticsource.9.0.6.nupkg.sha512",
+ "system.diagnostics.diagnosticsource.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "System.Diagnostics.EventLog/9.0.6": {
+ "sha512": "lum+Dv+8S4gqN5H1C576UcQe0M2buoRjEUVs4TctXRSWjBH3ay3w2KyQrOo1yPdRs1I+xK69STz+4mjIisFI5w==",
+ "type": "package",
+ "path": "system.diagnostics.eventlog/9.0.6",
+ "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.6.nupkg.sha512",
+ "system.diagnostics.eventlog.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "System.IdentityModel.Tokens.Jwt/7.5.0": {
+ "sha512": "D0TtrWOfoPdyYSlvOGaU9F1QR+qrbgJ/4eiEsQkIz7YQKIKkGXQldXukn6cYG9OahSq5UVMvyAIObECpH6Wglg==",
+ "type": "package",
+ "path": "system.identitymodel.tokens.jwt/7.5.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "lib/net461/System.IdentityModel.Tokens.Jwt.dll",
+ "lib/net461/System.IdentityModel.Tokens.Jwt.xml",
+ "lib/net462/System.IdentityModel.Tokens.Jwt.dll",
+ "lib/net462/System.IdentityModel.Tokens.Jwt.xml",
+ "lib/net472/System.IdentityModel.Tokens.Jwt.dll",
+ "lib/net472/System.IdentityModel.Tokens.Jwt.xml",
+ "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll",
+ "lib/net6.0/System.IdentityModel.Tokens.Jwt.xml",
+ "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll",
+ "lib/net8.0/System.IdentityModel.Tokens.Jwt.xml",
+ "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll",
+ "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.xml",
+ "system.identitymodel.tokens.jwt.7.5.0.nupkg.sha512",
+ "system.identitymodel.tokens.jwt.nuspec"
+ ]
+ },
+ "System.IO.Pipelines/9.0.6": {
+ "sha512": "0nlr0reXrRmkZNKifKqh2DgGhQgfkT7Qa3gQxIn/JI7/y3WDiTz67M+Sq3vFhUqcG8O5zVrpqHvIHeGPGUBsEw==",
+ "type": "package",
+ "path": "system.io.pipelines/9.0.6",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/System.IO.Pipelines.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net8.0/_._",
+ "buildTransitive/netcoreapp2.0/System.IO.Pipelines.targets",
+ "lib/net462/System.IO.Pipelines.dll",
+ "lib/net462/System.IO.Pipelines.xml",
+ "lib/net8.0/System.IO.Pipelines.dll",
+ "lib/net8.0/System.IO.Pipelines.xml",
+ "lib/net9.0/System.IO.Pipelines.dll",
+ "lib/net9.0/System.IO.Pipelines.xml",
+ "lib/netstandard2.0/System.IO.Pipelines.dll",
+ "lib/netstandard2.0/System.IO.Pipelines.xml",
+ "system.io.pipelines.9.0.6.nupkg.sha512",
+ "system.io.pipelines.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "System.Memory/4.5.4": {
+ "sha512": "1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==",
+ "type": "package",
+ "path": "system.memory/4.5.4",
+ "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.4.nupkg.sha512",
+ "system.memory.nuspec",
+ "useSharedDesignerContext.txt",
+ "version.txt"
+ ]
+ },
+ "System.Memory.Data/1.0.2": {
+ "sha512": "JGkzeqgBsiZwKJZ1IxPNsDFZDhUvuEdX8L8BDC8N3KOj+6zMcNU28CNN59TpZE/VJYy9cP+5M+sbxtWJx3/xtw==",
+ "type": "package",
+ "path": "system.memory.data/1.0.2",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "CHANGELOG.md",
+ "DotNetPackageIcon.png",
+ "README.md",
+ "lib/net461/System.Memory.Data.dll",
+ "lib/net461/System.Memory.Data.xml",
+ "lib/netstandard2.0/System.Memory.Data.dll",
+ "lib/netstandard2.0/System.Memory.Data.xml",
+ "system.memory.data.1.0.2.nupkg.sha512",
+ "system.memory.data.nuspec"
+ ]
+ },
+ "System.Numerics.Vectors/4.5.0": {
+ "sha512": "QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==",
+ "type": "package",
+ "path": "system.numerics.vectors/4.5.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "lib/MonoAndroid10/_._",
+ "lib/MonoTouch10/_._",
+ "lib/net46/System.Numerics.Vectors.dll",
+ "lib/net46/System.Numerics.Vectors.xml",
+ "lib/netcoreapp2.0/_._",
+ "lib/netstandard1.0/System.Numerics.Vectors.dll",
+ "lib/netstandard1.0/System.Numerics.Vectors.xml",
+ "lib/netstandard2.0/System.Numerics.Vectors.dll",
+ "lib/netstandard2.0/System.Numerics.Vectors.xml",
+ "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.dll",
+ "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.xml",
+ "lib/uap10.0.16299/_._",
+ "lib/xamarinios10/_._",
+ "lib/xamarinmac20/_._",
+ "lib/xamarintvos10/_._",
+ "lib/xamarinwatchos10/_._",
+ "ref/MonoAndroid10/_._",
+ "ref/MonoTouch10/_._",
+ "ref/net45/System.Numerics.Vectors.dll",
+ "ref/net45/System.Numerics.Vectors.xml",
+ "ref/net46/System.Numerics.Vectors.dll",
+ "ref/net46/System.Numerics.Vectors.xml",
+ "ref/netcoreapp2.0/_._",
+ "ref/netstandard1.0/System.Numerics.Vectors.dll",
+ "ref/netstandard1.0/System.Numerics.Vectors.xml",
+ "ref/netstandard2.0/System.Numerics.Vectors.dll",
+ "ref/netstandard2.0/System.Numerics.Vectors.xml",
+ "ref/uap10.0.16299/_._",
+ "ref/xamarinios10/_._",
+ "ref/xamarinmac20/_._",
+ "ref/xamarintvos10/_._",
+ "ref/xamarinwatchos10/_._",
+ "system.numerics.vectors.4.5.0.nupkg.sha512",
+ "system.numerics.vectors.nuspec",
+ "useSharedDesignerContext.txt",
+ "version.txt"
+ ]
+ },
+ "System.Security.Cryptography.Pkcs/8.0.1": {
+ "sha512": "CoCRHFym33aUSf/NtWSVSZa99dkd0Hm7OCZUxORBjRB16LNhIEOf8THPqzIYlvKM0nNDAPTRBa1FxEECrgaxxA==",
+ "type": "package",
+ "path": "system.security.cryptography.pkcs/8.0.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/System.Security.Cryptography.Pkcs.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net6.0/_._",
+ "buildTransitive/netcoreapp2.0/System.Security.Cryptography.Pkcs.targets",
+ "lib/net462/System.Security.Cryptography.Pkcs.dll",
+ "lib/net462/System.Security.Cryptography.Pkcs.xml",
+ "lib/net6.0/System.Security.Cryptography.Pkcs.dll",
+ "lib/net6.0/System.Security.Cryptography.Pkcs.xml",
+ "lib/net7.0/System.Security.Cryptography.Pkcs.dll",
+ "lib/net7.0/System.Security.Cryptography.Pkcs.xml",
+ "lib/net8.0/System.Security.Cryptography.Pkcs.dll",
+ "lib/net8.0/System.Security.Cryptography.Pkcs.xml",
+ "lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll",
+ "lib/netstandard2.0/System.Security.Cryptography.Pkcs.xml",
+ "lib/netstandard2.1/System.Security.Cryptography.Pkcs.dll",
+ "lib/netstandard2.1/System.Security.Cryptography.Pkcs.xml",
+ "runtimes/win/lib/net6.0/System.Security.Cryptography.Pkcs.dll",
+ "runtimes/win/lib/net6.0/System.Security.Cryptography.Pkcs.xml",
+ "runtimes/win/lib/net7.0/System.Security.Cryptography.Pkcs.dll",
+ "runtimes/win/lib/net7.0/System.Security.Cryptography.Pkcs.xml",
+ "runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.dll",
+ "runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.xml",
+ "system.security.cryptography.pkcs.8.0.1.nupkg.sha512",
+ "system.security.cryptography.pkcs.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "System.Security.Cryptography.ProtectedData/8.0.0": {
+ "sha512": "+TUFINV2q2ifyXauQXRwy4CiBhqvDEDZeVJU7qfxya4aRYOKzVBpN+4acx25VcPB9ywUN6C0n8drWl110PhZEg==",
+ "type": "package",
+ "path": "system.security.cryptography.protecteddata/8.0.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/System.Security.Cryptography.ProtectedData.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net6.0/_._",
+ "buildTransitive/netcoreapp2.0/System.Security.Cryptography.ProtectedData.targets",
+ "lib/MonoAndroid10/_._",
+ "lib/MonoTouch10/_._",
+ "lib/net462/System.Security.Cryptography.ProtectedData.dll",
+ "lib/net462/System.Security.Cryptography.ProtectedData.xml",
+ "lib/net6.0/System.Security.Cryptography.ProtectedData.dll",
+ "lib/net6.0/System.Security.Cryptography.ProtectedData.xml",
+ "lib/net7.0/System.Security.Cryptography.ProtectedData.dll",
+ "lib/net7.0/System.Security.Cryptography.ProtectedData.xml",
+ "lib/net8.0/System.Security.Cryptography.ProtectedData.dll",
+ "lib/net8.0/System.Security.Cryptography.ProtectedData.xml",
+ "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll",
+ "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.xml",
+ "lib/xamarinios10/_._",
+ "lib/xamarinmac20/_._",
+ "lib/xamarintvos10/_._",
+ "lib/xamarinwatchos10/_._",
+ "system.security.cryptography.protecteddata.8.0.0.nupkg.sha512",
+ "system.security.cryptography.protecteddata.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "System.Text.Encodings.Web/9.0.6": {
+ "sha512": "uWRgViw2yJAUyGxrzDLCc6fkzE2dZIoXxs8V6YjCujKsJuP0pnpYSlbm2/7tKd0SjBnMtwfDQhLenk3bXonVOA==",
+ "type": "package",
+ "path": "system.text.encodings.web/9.0.6",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/System.Text.Encodings.Web.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net8.0/_._",
+ "buildTransitive/netcoreapp2.0/System.Text.Encodings.Web.targets",
+ "lib/net462/System.Text.Encodings.Web.dll",
+ "lib/net462/System.Text.Encodings.Web.xml",
+ "lib/net8.0/System.Text.Encodings.Web.dll",
+ "lib/net8.0/System.Text.Encodings.Web.xml",
+ "lib/net9.0/System.Text.Encodings.Web.dll",
+ "lib/net9.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/net8.0/System.Text.Encodings.Web.dll",
+ "runtimes/browser/lib/net8.0/System.Text.Encodings.Web.xml",
+ "runtimes/browser/lib/net9.0/System.Text.Encodings.Web.dll",
+ "runtimes/browser/lib/net9.0/System.Text.Encodings.Web.xml",
+ "system.text.encodings.web.9.0.6.nupkg.sha512",
+ "system.text.encodings.web.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "System.Text.Json/9.0.6": {
+ "sha512": "h+ZtYTyTnTh5Ju6mHCKb3FPGx4ylJZgm9W7Y2psUnkhQRPMOIxX+TCN0ZgaR/+Yea+93XHWAaMzYTar1/EHIPg==",
+ "type": "package",
+ "path": "system.text.json/9.0.6",
+ "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.6.nupkg.sha512",
+ "system.text.json.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "System.Threading.Tasks.Extensions/4.5.4": {
+ "sha512": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==",
+ "type": "package",
+ "path": "system.threading.tasks.extensions/4.5.4",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "lib/MonoAndroid10/_._",
+ "lib/MonoTouch10/_._",
+ "lib/net461/System.Threading.Tasks.Extensions.dll",
+ "lib/net461/System.Threading.Tasks.Extensions.xml",
+ "lib/netcoreapp2.1/_._",
+ "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll",
+ "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml",
+ "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll",
+ "lib/netstandard2.0/System.Threading.Tasks.Extensions.xml",
+ "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll",
+ "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml",
+ "lib/xamarinios10/_._",
+ "lib/xamarinmac20/_._",
+ "lib/xamarintvos10/_._",
+ "lib/xamarinwatchos10/_._",
+ "ref/MonoAndroid10/_._",
+ "ref/MonoTouch10/_._",
+ "ref/netcoreapp2.1/_._",
+ "ref/xamarinios10/_._",
+ "ref/xamarinmac20/_._",
+ "ref/xamarintvos10/_._",
+ "ref/xamarinwatchos10/_._",
+ "system.threading.tasks.extensions.4.5.4.nupkg.sha512",
+ "system.threading.tasks.extensions.nuspec",
+ "useSharedDesignerContext.txt",
+ "version.txt"
+ ]
+ },
+ "BLL/1.0.0": {
+ "type": "project",
+ "path": "../BLL/BLL.csproj",
+ "msbuildProject": "../BLL/BLL.csproj"
+ },
+ "DAL/1.0.0": {
+ "type": "project",
+ "path": "../DAL/DAL.csproj",
+ "msbuildProject": "../DAL/DAL.csproj"
+ },
+ "DAS/1.0.0": {
+ "type": "project",
+ "path": "../DAS/DAS.csproj",
+ "msbuildProject": "../DAS/DAS.csproj"
+ },
+ "Shared/1.0.0": {
+ "type": "project",
+ "path": "../SHARED/Shared.csproj",
+ "msbuildProject": "../SHARED/Shared.csproj"
+ }
+ },
+ "projectFileDependencyGroups": {
+ "net8.0": [
+ "BLL >= 1.0.0",
+ "Microsoft.Extensions.Configuration >= 9.0.6",
+ "Microsoft.Extensions.Configuration.Binder >= 9.0.6",
+ "Microsoft.Extensions.Configuration.Json >= 9.0.6",
+ "Microsoft.Extensions.DependencyInjection >= 9.0.6",
+ "Microsoft.Extensions.Hosting >= 9.0.6",
+ "Shared >= 1.0.0"
+ ]
+ },
+ "packageFolders": {
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\": {},
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
+ },
+ "project": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\Integracion_DGA\\Integracion_DGA.csproj",
+ "projectName": "Integracion_DGA",
+ "projectPath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\Integracion_DGA\\Integracion_DGA.csproj",
+ "packagesPath": "C:\\Users\\Bastian Castro\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\Integracion_DGA\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\Bastian Castro\\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"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0": {
+ "targetAlias": "net8.0",
+ "projectReferences": {
+ "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\BLL\\BLL.csproj": {
+ "projectPath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\BLL\\BLL.csproj"
+ },
+ "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\SHARED\\Shared.csproj": {
+ "projectPath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\SHARED\\Shared.csproj"
+ }
+ }
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ },
+ "SdkAnalysisLevel": "9.0.300"
+ },
+ "frameworks": {
+ "net8.0": {
+ "targetAlias": "net8.0",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": {
+ "target": "Package",
+ "version": "[9.0.6, )"
+ },
+ "Microsoft.Extensions.Configuration.Binder": {
+ "target": "Package",
+ "version": "[9.0.6, )"
+ },
+ "Microsoft.Extensions.Configuration.Json": {
+ "target": "Package",
+ "version": "[9.0.6, )"
+ },
+ "Microsoft.Extensions.DependencyInjection": {
+ "target": "Package",
+ "version": "[9.0.6, )"
+ },
+ "Microsoft.Extensions.Hosting": {
+ "target": "Package",
+ "version": "[9.0.6, )"
+ }
+ },
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.301/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/Integracion_DGA/obj/project.nuget.cache b/Integracion_DGA/obj/project.nuget.cache
new file mode 100644
index 0000000..dcd1fd9
--- /dev/null
+++ b/Integracion_DGA/obj/project.nuget.cache
@@ -0,0 +1,68 @@
+{
+ "version": 2,
+ "dgSpecHash": "wF6CfgjcP+k=",
+ "success": true,
+ "projectFilePath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\Integracion_DGA\\Integracion_DGA.csproj",
+ "expectedPackageFiles": [
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\azure.core\\1.38.0\\azure.core.1.38.0.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\azure.identity\\1.11.4\\azure.identity.1.11.4.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\dapper\\2.1.66\\dapper.2.1.66.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.bcl.asyncinterfaces\\1.1.1\\microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.bcl.cryptography\\8.0.0\\microsoft.bcl.cryptography.8.0.0.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.data.sqlclient\\6.0.2\\microsoft.data.sqlclient.6.0.2.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.data.sqlclient.sni.runtime\\6.0.2\\microsoft.data.sqlclient.sni.runtime.6.0.2.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.extensions.caching.abstractions\\8.0.0\\microsoft.extensions.caching.abstractions.8.0.0.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.extensions.caching.memory\\8.0.1\\microsoft.extensions.caching.memory.8.0.1.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.extensions.configuration\\9.0.6\\microsoft.extensions.configuration.9.0.6.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.extensions.configuration.abstractions\\9.0.6\\microsoft.extensions.configuration.abstractions.9.0.6.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.extensions.configuration.binder\\9.0.6\\microsoft.extensions.configuration.binder.9.0.6.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.extensions.configuration.commandline\\9.0.6\\microsoft.extensions.configuration.commandline.9.0.6.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.extensions.configuration.environmentvariables\\9.0.6\\microsoft.extensions.configuration.environmentvariables.9.0.6.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.extensions.configuration.fileextensions\\9.0.6\\microsoft.extensions.configuration.fileextensions.9.0.6.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.extensions.configuration.json\\9.0.6\\microsoft.extensions.configuration.json.9.0.6.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.extensions.configuration.usersecrets\\9.0.6\\microsoft.extensions.configuration.usersecrets.9.0.6.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.extensions.dependencyinjection\\9.0.6\\microsoft.extensions.dependencyinjection.9.0.6.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.extensions.dependencyinjection.abstractions\\9.0.6\\microsoft.extensions.dependencyinjection.abstractions.9.0.6.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.extensions.diagnostics\\9.0.6\\microsoft.extensions.diagnostics.9.0.6.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.extensions.diagnostics.abstractions\\9.0.6\\microsoft.extensions.diagnostics.abstractions.9.0.6.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.extensions.fileproviders.abstractions\\9.0.6\\microsoft.extensions.fileproviders.abstractions.9.0.6.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.extensions.fileproviders.physical\\9.0.6\\microsoft.extensions.fileproviders.physical.9.0.6.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.extensions.filesystemglobbing\\9.0.6\\microsoft.extensions.filesystemglobbing.9.0.6.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.extensions.hosting\\9.0.6\\microsoft.extensions.hosting.9.0.6.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.extensions.hosting.abstractions\\9.0.6\\microsoft.extensions.hosting.abstractions.9.0.6.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.extensions.logging\\9.0.6\\microsoft.extensions.logging.9.0.6.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.extensions.logging.abstractions\\9.0.6\\microsoft.extensions.logging.abstractions.9.0.6.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.extensions.logging.configuration\\9.0.6\\microsoft.extensions.logging.configuration.9.0.6.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.extensions.logging.console\\9.0.6\\microsoft.extensions.logging.console.9.0.6.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.extensions.logging.debug\\9.0.6\\microsoft.extensions.logging.debug.9.0.6.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.extensions.logging.eventlog\\9.0.6\\microsoft.extensions.logging.eventlog.9.0.6.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.extensions.logging.eventsource\\9.0.6\\microsoft.extensions.logging.eventsource.9.0.6.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.extensions.options\\9.0.6\\microsoft.extensions.options.9.0.6.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.extensions.options.configurationextensions\\9.0.6\\microsoft.extensions.options.configurationextensions.9.0.6.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.extensions.primitives\\9.0.6\\microsoft.extensions.primitives.9.0.6.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.identity.client\\4.61.3\\microsoft.identity.client.4.61.3.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.identity.client.extensions.msal\\4.61.3\\microsoft.identity.client.extensions.msal.4.61.3.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.identitymodel.abstractions\\7.5.0\\microsoft.identitymodel.abstractions.7.5.0.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.identitymodel.jsonwebtokens\\7.5.0\\microsoft.identitymodel.jsonwebtokens.7.5.0.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.identitymodel.logging\\7.5.0\\microsoft.identitymodel.logging.7.5.0.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.identitymodel.protocols\\7.5.0\\microsoft.identitymodel.protocols.7.5.0.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.identitymodel.protocols.openidconnect\\7.5.0\\microsoft.identitymodel.protocols.openidconnect.7.5.0.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.identitymodel.tokens\\7.5.0\\microsoft.identitymodel.tokens.7.5.0.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\microsoft.sqlserver.server\\1.0.0\\microsoft.sqlserver.server.1.0.0.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\system.clientmodel\\1.0.0\\system.clientmodel.1.0.0.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\system.configuration.configurationmanager\\8.0.1\\system.configuration.configurationmanager.8.0.1.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\system.diagnostics.diagnosticsource\\9.0.6\\system.diagnostics.diagnosticsource.9.0.6.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\system.diagnostics.eventlog\\9.0.6\\system.diagnostics.eventlog.9.0.6.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\system.identitymodel.tokens.jwt\\7.5.0\\system.identitymodel.tokens.jwt.7.5.0.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\system.io.pipelines\\9.0.6\\system.io.pipelines.9.0.6.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\system.memory\\4.5.4\\system.memory.4.5.4.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\system.memory.data\\1.0.2\\system.memory.data.1.0.2.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\system.numerics.vectors\\4.5.0\\system.numerics.vectors.4.5.0.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\system.security.cryptography.pkcs\\8.0.1\\system.security.cryptography.pkcs.8.0.1.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\system.security.cryptography.protecteddata\\8.0.0\\system.security.cryptography.protecteddata.8.0.0.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\system.text.encodings.web\\9.0.6\\system.text.encodings.web.9.0.6.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\system.text.json\\9.0.6\\system.text.json.9.0.6.nupkg.sha512",
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\system.threading.tasks.extensions\\4.5.4\\system.threading.tasks.extensions.4.5.4.nupkg.sha512"
+ ],
+ "logs": []
+}
\ No newline at end of file
diff --git a/SHARED/DTO/MedicionSubterraneaRequest.cs b/SHARED/DTO/MedicionSubterraneaRequest.cs
deleted file mode 100644
index 675e630..0000000
--- a/SHARED/DTO/MedicionSubterraneaRequest.cs
+++ /dev/null
@@ -1,30 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace Shared.DTO
-{
- public class MedicionSubterraneaRequest
- {
- public Autenticacion Autenticacion { get; set; }
- public Medicion MedicionSubterranea { get; set; }
- }
-
- public class Autenticacion
- {
- public string Password { get; set; }
- public string RutEmpresa { get; set; }
- public string RutUsuario { get; set; }
- }
-
- public class Medicion
- {
- public string Caudal { get; set; }
- public string FechaMedicion { get; set; }
- public string HoraMedicion { get; set; }
- public string NivelFreaticoDelPozo { get; set; }
- public string Totalizador { get; set; }
- }
-}
diff --git a/SHARED/bin/Debug/net8.0/Shared.deps.json b/SHARED/bin/Debug/net8.0/Shared.deps.json
new file mode 100644
index 0000000..f31f16e
--- /dev/null
+++ b/SHARED/bin/Debug/net8.0/Shared.deps.json
@@ -0,0 +1,23 @@
+{
+ "runtimeTarget": {
+ "name": ".NETCoreApp,Version=v8.0",
+ "signature": ""
+ },
+ "compilationOptions": {},
+ "targets": {
+ ".NETCoreApp,Version=v8.0": {
+ "Shared/1.0.0": {
+ "runtime": {
+ "Shared.dll": {}
+ }
+ }
+ }
+ },
+ "libraries": {
+ "Shared/1.0.0": {
+ "type": "project",
+ "serviceable": false,
+ "sha512": ""
+ }
+ }
+}
\ No newline at end of file
diff --git a/SHARED/bin/Debug/net8.0/Shared.dll b/SHARED/bin/Debug/net8.0/Shared.dll
new file mode 100644
index 0000000..6469eb5
Binary files /dev/null and b/SHARED/bin/Debug/net8.0/Shared.dll differ
diff --git a/SHARED/bin/Debug/net8.0/Shared.pdb b/SHARED/bin/Debug/net8.0/Shared.pdb
new file mode 100644
index 0000000..216a884
Binary files /dev/null and b/SHARED/bin/Debug/net8.0/Shared.pdb differ
diff --git a/SHARED/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/SHARED/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs
new file mode 100644
index 0000000..2217181
--- /dev/null
+++ b/SHARED/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs
@@ -0,0 +1,4 @@
+//
+using System;
+using System.Reflection;
+[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]
diff --git a/SHARED/obj/Debug/net8.0/SHARED.GlobalUsings.g.cs b/SHARED/obj/Debug/net8.0/SHARED.GlobalUsings.g.cs
new file mode 100644
index 0000000..8578f3d
--- /dev/null
+++ b/SHARED/obj/Debug/net8.0/SHARED.GlobalUsings.g.cs
@@ -0,0 +1,8 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.IO;
+global using global::System.Linq;
+global using global::System.Net.Http;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/SHARED/obj/Debug/net8.0/SHARED.assets.cache b/SHARED/obj/Debug/net8.0/SHARED.assets.cache
new file mode 100644
index 0000000..6fe5d92
Binary files /dev/null and b/SHARED/obj/Debug/net8.0/SHARED.assets.cache differ
diff --git a/SHARED/obj/Debug/net8.0/SHARED.csproj.FileListAbsolute.txt b/SHARED/obj/Debug/net8.0/SHARED.csproj.FileListAbsolute.txt
new file mode 100644
index 0000000..5bc8a1b
--- /dev/null
+++ b/SHARED/obj/Debug/net8.0/SHARED.csproj.FileListAbsolute.txt
@@ -0,0 +1,11 @@
+C:\Users\Bastian Castro\Documents\Integracion_DGA\SHARED\bin\Debug\net8.0\SHARED.deps.json
+C:\Users\Bastian Castro\Documents\Integracion_DGA\SHARED\bin\Debug\net8.0\SHARED.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\SHARED\bin\Debug\net8.0\SHARED.pdb
+C:\Users\Bastian Castro\Documents\Integracion_DGA\SHARED\obj\Debug\net8.0\SHARED.GeneratedMSBuildEditorConfig.editorconfig
+C:\Users\Bastian Castro\Documents\Integracion_DGA\SHARED\obj\Debug\net8.0\SHARED.AssemblyInfoInputs.cache
+C:\Users\Bastian Castro\Documents\Integracion_DGA\SHARED\obj\Debug\net8.0\SHARED.AssemblyInfo.cs
+C:\Users\Bastian Castro\Documents\Integracion_DGA\SHARED\obj\Debug\net8.0\SHARED.csproj.CoreCompileInputs.cache
+C:\Users\Bastian Castro\Documents\Integracion_DGA\SHARED\obj\Debug\net8.0\SHARED.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\SHARED\obj\Debug\net8.0\refint\SHARED.dll
+C:\Users\Bastian Castro\Documents\Integracion_DGA\SHARED\obj\Debug\net8.0\SHARED.pdb
+C:\Users\Bastian Castro\Documents\Integracion_DGA\SHARED\obj\Debug\net8.0\ref\SHARED.dll
diff --git a/SHARED/obj/Debug/net8.0/Shared.AssemblyInfo.cs b/SHARED/obj/Debug/net8.0/Shared.AssemblyInfo.cs
new file mode 100644
index 0000000..dde92ab
--- /dev/null
+++ b/SHARED/obj/Debug/net8.0/Shared.AssemblyInfo.cs
@@ -0,0 +1,23 @@
+//------------------------------------------------------------------------------
+//
+// Este código fue generado por una herramienta.
+// Versión de runtime:4.0.30319.42000
+//
+// Los cambios en este archivo podrían causar un comportamiento incorrecto y se perderán si
+// se vuelve a generar el código.
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("Shared")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+cdcaa6e49f5495b176ca06e37a04b9a4e1d17b40")]
+[assembly: System.Reflection.AssemblyProductAttribute("Shared")]
+[assembly: System.Reflection.AssemblyTitleAttribute("Shared")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+
+// Generado por la clase WriteCodeFragment de MSBuild.
+
diff --git a/SHARED/obj/Debug/net8.0/Shared.AssemblyInfoInputs.cache b/SHARED/obj/Debug/net8.0/Shared.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..70f493f
--- /dev/null
+++ b/SHARED/obj/Debug/net8.0/Shared.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+871db4427681a35e3455a86939aeaea2366ec66d4808f3524d339856e717ad25
diff --git a/SHARED/obj/Debug/net8.0/Shared.GeneratedMSBuildEditorConfig.editorconfig b/SHARED/obj/Debug/net8.0/Shared.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..13d5662
--- /dev/null
+++ b/SHARED/obj/Debug/net8.0/Shared.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,15 @@
+is_global = true
+build_property.TargetFramework = net8.0
+build_property.TargetPlatformMinVersion =
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = Shared
+build_property.ProjectDir = C:\Users\Bastian Castro\Documents\Integracion_DGA\SHARED\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
+build_property.EffectiveAnalysisLevelStyle = 8.0
+build_property.EnableCodeStyleSeverity =
diff --git a/SHARED/obj/Debug/net8.0/Shared.csproj.CoreCompileInputs.cache b/SHARED/obj/Debug/net8.0/Shared.csproj.CoreCompileInputs.cache
new file mode 100644
index 0000000..c321b4c
--- /dev/null
+++ b/SHARED/obj/Debug/net8.0/Shared.csproj.CoreCompileInputs.cache
@@ -0,0 +1 @@
+5f44eb383005286f888fb4f3f85c9a293d5281fae23ea805999461dad2aa378a
diff --git a/SHARED/obj/Debug/net8.0/Shared.dll b/SHARED/obj/Debug/net8.0/Shared.dll
new file mode 100644
index 0000000..6469eb5
Binary files /dev/null and b/SHARED/obj/Debug/net8.0/Shared.dll differ
diff --git a/SHARED/obj/Debug/net8.0/Shared.pdb b/SHARED/obj/Debug/net8.0/Shared.pdb
new file mode 100644
index 0000000..216a884
Binary files /dev/null and b/SHARED/obj/Debug/net8.0/Shared.pdb differ
diff --git a/SHARED/obj/Debug/net8.0/ref/Shared.dll b/SHARED/obj/Debug/net8.0/ref/Shared.dll
new file mode 100644
index 0000000..ecf6973
Binary files /dev/null and b/SHARED/obj/Debug/net8.0/ref/Shared.dll differ
diff --git a/SHARED/obj/Debug/net8.0/refint/Shared.dll b/SHARED/obj/Debug/net8.0/refint/Shared.dll
new file mode 100644
index 0000000..ecf6973
Binary files /dev/null and b/SHARED/obj/Debug/net8.0/refint/Shared.dll differ
diff --git a/SHARED/obj/SHARED.csproj.nuget.g.props b/SHARED/obj/SHARED.csproj.nuget.g.props
new file mode 100644
index 0000000..5f3545a
--- /dev/null
+++ b/SHARED/obj/SHARED.csproj.nuget.g.props
@@ -0,0 +1,16 @@
+
+
+
+ True
+ NuGet
+ $(MSBuildThisFileDirectory)project.assets.json
+ $(UserProfile)\.nuget\packages\
+ C:\Users\Bastian Castro\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages
+ PackageReference
+ 6.14.0
+
+
+
+
+
+
\ No newline at end of file
diff --git a/SHARED/obj/SHARED.csproj.nuget.g.targets b/SHARED/obj/SHARED.csproj.nuget.g.targets
new file mode 100644
index 0000000..3dc06ef
--- /dev/null
+++ b/SHARED/obj/SHARED.csproj.nuget.g.targets
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/SHARED/obj/Shared.csproj.nuget.dgspec.json b/SHARED/obj/Shared.csproj.nuget.dgspec.json
new file mode 100644
index 0000000..e9f238e
--- /dev/null
+++ b/SHARED/obj/Shared.csproj.nuget.dgspec.json
@@ -0,0 +1,74 @@
+{
+ "format": 1,
+ "restore": {
+ "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\SHARED\\Shared.csproj": {}
+ },
+ "projects": {
+ "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\SHARED\\Shared.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\SHARED\\Shared.csproj",
+ "projectName": "Shared",
+ "projectPath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\SHARED\\Shared.csproj",
+ "packagesPath": "C:\\Users\\Bastian Castro\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\SHARED\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\Bastian Castro\\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"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0": {
+ "targetAlias": "net8.0",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ },
+ "SdkAnalysisLevel": "9.0.300"
+ },
+ "frameworks": {
+ "net8.0": {
+ "targetAlias": "net8.0",
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.301/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/SHARED/obj/project.assets.json b/SHARED/obj/project.assets.json
new file mode 100644
index 0000000..22fa0fd
--- /dev/null
+++ b/SHARED/obj/project.assets.json
@@ -0,0 +1,80 @@
+{
+ "version": 3,
+ "targets": {
+ "net8.0": {}
+ },
+ "libraries": {},
+ "projectFileDependencyGroups": {
+ "net8.0": []
+ },
+ "packageFolders": {
+ "C:\\Users\\Bastian Castro\\.nuget\\packages\\": {},
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
+ },
+ "project": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\SHARED\\SHARED.csproj",
+ "projectName": "SHARED",
+ "projectPath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\SHARED\\SHARED.csproj",
+ "packagesPath": "C:\\Users\\Bastian Castro\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\SHARED\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\Bastian Castro\\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"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0": {
+ "targetAlias": "net8.0",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ },
+ "SdkAnalysisLevel": "9.0.300"
+ },
+ "frameworks": {
+ "net8.0": {
+ "targetAlias": "net8.0",
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.301/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/SHARED/obj/project.nuget.cache b/SHARED/obj/project.nuget.cache
new file mode 100644
index 0000000..5b4879f
--- /dev/null
+++ b/SHARED/obj/project.nuget.cache
@@ -0,0 +1,8 @@
+{
+ "version": 2,
+ "dgSpecHash": "Kcs5R8SqWVU=",
+ "success": true,
+ "projectFilePath": "C:\\Users\\Bastian Castro\\Documents\\Integracion_DGA\\SHARED\\Shared.csproj",
+ "expectedPackageFiles": [],
+ "logs": []
+}
\ No newline at end of file