From 4e7ba4e5b2645fdf033b4e5851ce25c72fccc500 Mon Sep 17 00:00:00 2001 From: eldiadmolinari Date: Fri, 13 Jun 2025 14:02:45 -0300 Subject: [PATCH] =?UTF-8?q?Limpieza=20completa=20del=20=C3=ADndice=20de=20?= =?UTF-8?q?Git=20para=20aplicar=20.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../appsettings.Development.json | 17 - .../net9.0/GestionIntegral.Api.deps.json | 1431 ------ .../GestionIntegral.Api.runtimeconfig.json | 19 - ...ntegral.Api.staticwebassets.endpoints.json | 5 - .../Debug/net9.0/appsettings.Development.json | 17 - .../bin/Debug/net9.0/appsettings.json | 15 - ...CoreApp,Version=v9.0.AssemblyAttributes.cs | 4 - .../Debug/net9.0/GestionI.B26D474E.Up2Date | 0 .../GestionIntegral.Api.AssemblyInfo.cs | 22 - ....GeneratedMSBuildEditorConfig.editorconfig | 29 - .../GestionIntegral.Api.GlobalUsings.g.cs | 17 - ...ral.Api.MvcApplicationPartsAssemblyInfo.cs | 17 - ...onIntegral.Api.csproj.FileListAbsolute.txt | 162 - .../obj/Debug/net9.0/rbcswa.dswa.cache.json | 1 - .../Debug/net9.0/rjsmcshtml.dswa.cache.json | 1 - .../Debug/net9.0/rjsmrazor.dswa.cache.json | 1 - .../obj/Debug/net9.0/rpswa.dswa.cache.json | 1 - .../staticwebassets.build.endpoints.json | 5 - .../Debug/net9.0/staticwebassets.build.json | 12 - ...stionIntegral.Api.csproj.nuget.dgspec.json | 110 - .../GestionIntegral.Api.csproj.nuget.g.props | 25 - ...GestionIntegral.Api.csproj.nuget.g.targets | 9 - .../obj/project.assets.json | 4304 ----------------- .../net9.0/PasswordMigrationUtil.deps.json | 851 ---- .../PasswordMigrationUtil.runtimeconfig.json | 12 - .../net9.0/PasswordMigrationUtil.deps.json | 851 ---- .../PasswordMigrationUtil.runtimeconfig.json | 13 - ...CoreApp,Version=v9.0.AssemblyAttributes.cs | 4 - .../Debug/net9.0/Password.0DCDEB95.Up2Date | 0 .../PasswordMigrationUtil.AssemblyInfo.cs | 22 - ....GeneratedMSBuildEditorConfig.editorconfig | 15 - .../PasswordMigrationUtil.GlobalUsings.g.cs | 8 - ...dMigrationUtil.csproj.FileListAbsolute.txt | 73 - ...wordMigrationUtil.csproj.nuget.dgspec.json | 95 - ...PasswordMigrationUtil.csproj.nuget.g.props | 16 - ...sswordMigrationUtil.csproj.nuget.g.targets | 8 - ...CoreApp,Version=v9.0.AssemblyAttributes.cs | 4 - .../Release/net9.0/Password.0DCDEB95.Up2Date | 0 .../PasswordMigrationUtil.AssemblyInfo.cs | 22 - ....GeneratedMSBuildEditorConfig.editorconfig | 15 - .../PasswordMigrationUtil.GlobalUsings.g.cs | 8 - ...dMigrationUtil.csproj.FileListAbsolute.txt | 73 - .../obj/project.assets.json | 2168 --------- 43 files changed, 10482 deletions(-) delete mode 100644 Backend/GestionIntegral.Api/appsettings.Development.json delete mode 100644 Backend/GestionIntegral.Api/bin/Debug/net9.0/GestionIntegral.Api.deps.json delete mode 100644 Backend/GestionIntegral.Api/bin/Debug/net9.0/GestionIntegral.Api.runtimeconfig.json delete mode 100644 Backend/GestionIntegral.Api/bin/Debug/net9.0/GestionIntegral.Api.staticwebassets.endpoints.json delete mode 100644 Backend/GestionIntegral.Api/bin/Debug/net9.0/appsettings.Development.json delete mode 100644 Backend/GestionIntegral.Api/bin/Debug/net9.0/appsettings.json delete mode 100644 Backend/GestionIntegral.Api/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs delete mode 100644 Backend/GestionIntegral.Api/obj/Debug/net9.0/GestionI.B26D474E.Up2Date delete mode 100644 Backend/GestionIntegral.Api/obj/Debug/net9.0/GestionIntegral.Api.AssemblyInfo.cs delete mode 100644 Backend/GestionIntegral.Api/obj/Debug/net9.0/GestionIntegral.Api.GeneratedMSBuildEditorConfig.editorconfig delete mode 100644 Backend/GestionIntegral.Api/obj/Debug/net9.0/GestionIntegral.Api.GlobalUsings.g.cs delete mode 100644 Backend/GestionIntegral.Api/obj/Debug/net9.0/GestionIntegral.Api.MvcApplicationPartsAssemblyInfo.cs delete mode 100644 Backend/GestionIntegral.Api/obj/Debug/net9.0/GestionIntegral.Api.csproj.FileListAbsolute.txt delete mode 100644 Backend/GestionIntegral.Api/obj/Debug/net9.0/rbcswa.dswa.cache.json delete mode 100644 Backend/GestionIntegral.Api/obj/Debug/net9.0/rjsmcshtml.dswa.cache.json delete mode 100644 Backend/GestionIntegral.Api/obj/Debug/net9.0/rjsmrazor.dswa.cache.json delete mode 100644 Backend/GestionIntegral.Api/obj/Debug/net9.0/rpswa.dswa.cache.json delete mode 100644 Backend/GestionIntegral.Api/obj/Debug/net9.0/staticwebassets.build.endpoints.json delete mode 100644 Backend/GestionIntegral.Api/obj/Debug/net9.0/staticwebassets.build.json delete mode 100644 Backend/GestionIntegral.Api/obj/GestionIntegral.Api.csproj.nuget.dgspec.json delete mode 100644 Backend/GestionIntegral.Api/obj/GestionIntegral.Api.csproj.nuget.g.props delete mode 100644 Backend/GestionIntegral.Api/obj/GestionIntegral.Api.csproj.nuget.g.targets delete mode 100644 Backend/GestionIntegral.Api/obj/project.assets.json delete mode 100644 tools/PasswordMigrationUtil/bin/Debug/net9.0/PasswordMigrationUtil.deps.json delete mode 100644 tools/PasswordMigrationUtil/bin/Debug/net9.0/PasswordMigrationUtil.runtimeconfig.json delete mode 100644 tools/PasswordMigrationUtil/bin/Release/net9.0/PasswordMigrationUtil.deps.json delete mode 100644 tools/PasswordMigrationUtil/bin/Release/net9.0/PasswordMigrationUtil.runtimeconfig.json delete mode 100644 tools/PasswordMigrationUtil/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs delete mode 100644 tools/PasswordMigrationUtil/obj/Debug/net9.0/Password.0DCDEB95.Up2Date delete mode 100644 tools/PasswordMigrationUtil/obj/Debug/net9.0/PasswordMigrationUtil.AssemblyInfo.cs delete mode 100644 tools/PasswordMigrationUtil/obj/Debug/net9.0/PasswordMigrationUtil.GeneratedMSBuildEditorConfig.editorconfig delete mode 100644 tools/PasswordMigrationUtil/obj/Debug/net9.0/PasswordMigrationUtil.GlobalUsings.g.cs delete mode 100644 tools/PasswordMigrationUtil/obj/Debug/net9.0/PasswordMigrationUtil.csproj.FileListAbsolute.txt delete mode 100644 tools/PasswordMigrationUtil/obj/PasswordMigrationUtil.csproj.nuget.dgspec.json delete mode 100644 tools/PasswordMigrationUtil/obj/PasswordMigrationUtil.csproj.nuget.g.props delete mode 100644 tools/PasswordMigrationUtil/obj/PasswordMigrationUtil.csproj.nuget.g.targets delete mode 100644 tools/PasswordMigrationUtil/obj/Release/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs delete mode 100644 tools/PasswordMigrationUtil/obj/Release/net9.0/Password.0DCDEB95.Up2Date delete mode 100644 tools/PasswordMigrationUtil/obj/Release/net9.0/PasswordMigrationUtil.AssemblyInfo.cs delete mode 100644 tools/PasswordMigrationUtil/obj/Release/net9.0/PasswordMigrationUtil.GeneratedMSBuildEditorConfig.editorconfig delete mode 100644 tools/PasswordMigrationUtil/obj/Release/net9.0/PasswordMigrationUtil.GlobalUsings.g.cs delete mode 100644 tools/PasswordMigrationUtil/obj/Release/net9.0/PasswordMigrationUtil.csproj.FileListAbsolute.txt delete mode 100644 tools/PasswordMigrationUtil/obj/project.assets.json diff --git a/Backend/GestionIntegral.Api/appsettings.Development.json b/Backend/GestionIntegral.Api/appsettings.Development.json deleted file mode 100644 index 64354e1..0000000 --- a/Backend/GestionIntegral.Api/appsettings.Development.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.AspNetCore": "Warning" - } - }, - "ConnectionStrings": { - "DefaultConnection": "Server=TECNICA3;Database=SistemaGestion;User ID=apigestion;Password=1351;Encrypt=False;MultipleActiveResultSets=True;TrustServerCertificate=True;" - }, - "Jwt": { - "Key": "badb1a38d221c9e23bcf70958840ca7f5a5dc54f2047dadf7ce45b578b5bc3e2", - "Issuer": "GestionIntegralApi", - "Audience": "GestionIntegralClient", - "DurationInHours": 8 - } -} \ No newline at end of file diff --git a/Backend/GestionIntegral.Api/bin/Debug/net9.0/GestionIntegral.Api.deps.json b/Backend/GestionIntegral.Api/bin/Debug/net9.0/GestionIntegral.Api.deps.json deleted file mode 100644 index 4fe0b2c..0000000 --- a/Backend/GestionIntegral.Api/bin/Debug/net9.0/GestionIntegral.Api.deps.json +++ /dev/null @@ -1,1431 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v9.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v9.0": { - "GestionIntegral.Api/1.0.0": { - "dependencies": { - "Dapper": "2.1.66", - "Microsoft.AspNetCore.Authentication.JwtBearer": "9.0.4", - "Microsoft.AspNetCore.OpenApi": "9.0.3", - "Microsoft.Data.SqlClient": "6.0.2", - "NPOI": "2.7.3", - "ReportViewerCore.NETCore": "15.1.26", - "Swashbuckle.AspNetCore": "8.1.1", - "System.IdentityModel.Tokens.Jwt": "8.9.0" - }, - "runtime": { - "GestionIntegral.Api.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": "4.7.2", - "System.Text.Json": "4.7.2", - "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": "9.0.4", - "System.Text.Json": "4.7.2", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "runtime": { - "lib/netstandard2.0/Azure.Identity.dll": { - "assemblyVersion": "1.11.4.0", - "fileVersion": "1.1100.424.31005" - } - } - }, - "BouncyCastle.Cryptography/2.3.1": { - "runtime": { - "lib/net6.0/BouncyCastle.Cryptography.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.3.1.17862" - } - } - }, - "Dapper/2.1.66": { - "runtime": { - "lib/net8.0/Dapper.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.1.66.48463" - } - } - }, - "Enums.NET/4.0.1": { - "runtime": { - "lib/netcoreapp3.0/Enums.NET.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.0.1.0" - } - } - }, - "ExtendedNumerics.BigDecimal/2025.1001.2.129": { - "runtime": { - "lib/net8.0/ExtendedNumerics.BigDecimal.dll": { - "assemblyVersion": "2025.1001.2.129", - "fileVersion": "2025.1001.2.129" - } - } - }, - "MathNet.Numerics.Signed/5.0.0": { - "runtime": { - "lib/net6.0/MathNet.Numerics.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.0.0" - } - } - }, - "Microsoft.AspNetCore.Authentication.JwtBearer/9.0.4": { - "dependencies": { - "Microsoft.IdentityModel.Protocols.OpenIdConnect": "8.0.1" - }, - "runtime": { - "lib/net9.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { - "assemblyVersion": "9.0.4.0", - "fileVersion": "9.0.425.16403" - } - } - }, - "Microsoft.AspNetCore.OpenApi/9.0.3": { - "dependencies": { - "Microsoft.OpenApi": "1.6.23" - }, - "runtime": { - "lib/net9.0/Microsoft.AspNetCore.OpenApi.dll": { - "assemblyVersion": "9.0.3.0", - "fileVersion": "9.0.325.11220" - } - } - }, - "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/9.0.4": { - "runtime": { - "lib/net9.0/Microsoft.Bcl.Cryptography.dll": { - "assemblyVersion": "9.0.0.4", - "fileVersion": "9.0.425.16305" - } - } - }, - "Microsoft.CodeAnalysis.Analyzers/3.3.4": {}, - "Microsoft.CodeAnalysis.Common/4.8.0": { - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "3.3.4", - "System.Collections.Immutable": "7.0.0", - "System.Reflection.Metadata": "7.0.0", - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - }, - "runtime": { - "lib/net7.0/Microsoft.CodeAnalysis.dll": { - "assemblyVersion": "4.8.0.0", - "fileVersion": "4.800.23.55801" - } - }, - "resources": { - "lib/net7.0/cs/Microsoft.CodeAnalysis.resources.dll": { - "locale": "cs" - }, - "lib/net7.0/de/Microsoft.CodeAnalysis.resources.dll": { - "locale": "de" - }, - "lib/net7.0/es/Microsoft.CodeAnalysis.resources.dll": { - "locale": "es" - }, - "lib/net7.0/fr/Microsoft.CodeAnalysis.resources.dll": { - "locale": "fr" - }, - "lib/net7.0/it/Microsoft.CodeAnalysis.resources.dll": { - "locale": "it" - }, - "lib/net7.0/ja/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ja" - }, - "lib/net7.0/ko/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ko" - }, - "lib/net7.0/pl/Microsoft.CodeAnalysis.resources.dll": { - "locale": "pl" - }, - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": { - "locale": "pt-BR" - }, - "lib/net7.0/ru/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ru" - }, - "lib/net7.0/tr/Microsoft.CodeAnalysis.resources.dll": { - "locale": "tr" - }, - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.CodeAnalysis.VisualBasic/4.8.0": { - "dependencies": { - "Microsoft.CodeAnalysis.Common": "4.8.0" - }, - "runtime": { - "lib/net7.0/Microsoft.CodeAnalysis.VisualBasic.dll": { - "assemblyVersion": "4.8.0.0", - "fileVersion": "4.800.23.55801" - } - }, - "resources": { - "lib/net7.0/cs/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { - "locale": "cs" - }, - "lib/net7.0/de/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { - "locale": "de" - }, - "lib/net7.0/es/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { - "locale": "es" - }, - "lib/net7.0/fr/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { - "locale": "fr" - }, - "lib/net7.0/it/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { - "locale": "it" - }, - "lib/net7.0/ja/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { - "locale": "ja" - }, - "lib/net7.0/ko/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { - "locale": "ko" - }, - "lib/net7.0/pl/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { - "locale": "pl" - }, - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { - "locale": "pt-BR" - }, - "lib/net7.0/ru/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { - "locale": "ru" - }, - "lib/net7.0/tr/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { - "locale": "tr" - }, - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.Data.SqlClient/6.0.2": { - "dependencies": { - "Azure.Identity": "1.11.4", - "Microsoft.Bcl.Cryptography": "9.0.4", - "Microsoft.Data.SqlClient.SNI.runtime": "6.0.2", - "Microsoft.Extensions.Caching.Memory": "9.0.4", - "Microsoft.IdentityModel.JsonWebTokens": "8.9.0", - "Microsoft.IdentityModel.Protocols.OpenIdConnect": "8.0.1", - "Microsoft.SqlServer.Server": "1.0.0", - "System.Configuration.ConfigurationManager": "9.0.4", - "System.Security.Cryptography.Pkcs": "9.0.4" - }, - "runtime": { - "lib/net9.0/Microsoft.Data.SqlClient.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.2.25115.4" - } - }, - "resources": { - "lib/net9.0/cs/Microsoft.Data.SqlClient.resources.dll": { - "locale": "cs" - }, - "lib/net9.0/de/Microsoft.Data.SqlClient.resources.dll": { - "locale": "de" - }, - "lib/net9.0/es/Microsoft.Data.SqlClient.resources.dll": { - "locale": "es" - }, - "lib/net9.0/fr/Microsoft.Data.SqlClient.resources.dll": { - "locale": "fr" - }, - "lib/net9.0/it/Microsoft.Data.SqlClient.resources.dll": { - "locale": "it" - }, - "lib/net9.0/ja/Microsoft.Data.SqlClient.resources.dll": { - "locale": "ja" - }, - "lib/net9.0/ko/Microsoft.Data.SqlClient.resources.dll": { - "locale": "ko" - }, - "lib/net9.0/pl/Microsoft.Data.SqlClient.resources.dll": { - "locale": "pl" - }, - "lib/net9.0/pt-BR/Microsoft.Data.SqlClient.resources.dll": { - "locale": "pt-BR" - }, - "lib/net9.0/ru/Microsoft.Data.SqlClient.resources.dll": { - "locale": "ru" - }, - "lib/net9.0/tr/Microsoft.Data.SqlClient.resources.dll": { - "locale": "tr" - }, - "lib/net9.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net9.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll": { - "locale": "zh-Hant" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/net9.0/Microsoft.Data.SqlClient.dll": { - "rid": "unix", - "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.2.25115.4" - }, - "runtimes/win/lib/net9.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.ApiDescription.Server/6.0.5": {}, - "Microsoft.Extensions.Caching.Abstractions/9.0.4": { - "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.4" - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Caching.Abstractions.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.425.16305" - } - } - }, - "Microsoft.Extensions.Caching.Memory/9.0.4": { - "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "9.0.4", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.4", - "Microsoft.Extensions.Logging.Abstractions": "9.0.4", - "Microsoft.Extensions.Options": "9.0.4", - "Microsoft.Extensions.Primitives": "9.0.4" - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Caching.Memory.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.425.16305" - } - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.4": { - "runtime": { - "lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.425.16305" - } - } - }, - "Microsoft.Extensions.Logging.Abstractions/9.0.4": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.4" - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Logging.Abstractions.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.425.16305" - } - } - }, - "Microsoft.Extensions.ObjectPool/8.0.10": {}, - "Microsoft.Extensions.Options/9.0.4": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.4", - "Microsoft.Extensions.Primitives": "9.0.4" - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Options.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.425.16305" - } - } - }, - "Microsoft.Extensions.Primitives/9.0.4": { - "runtime": { - "lib/net9.0/Microsoft.Extensions.Primitives.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.425.16305" - } - } - }, - "Microsoft.Identity.Client/4.61.3": { - "dependencies": { - "Microsoft.IdentityModel.Abstractions": "8.9.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": "9.0.4" - }, - "runtime": { - "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll": { - "assemblyVersion": "4.61.3.0", - "fileVersion": "4.61.3.0" - } - } - }, - "Microsoft.IdentityModel.Abstractions/8.9.0": { - "runtime": { - "lib/net9.0/Microsoft.IdentityModel.Abstractions.dll": { - "assemblyVersion": "8.9.0.0", - "fileVersion": "8.9.0.60424" - } - } - }, - "Microsoft.IdentityModel.JsonWebTokens/8.9.0": { - "dependencies": { - "Microsoft.IdentityModel.Tokens": "8.9.0" - }, - "runtime": { - "lib/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll": { - "assemblyVersion": "8.9.0.0", - "fileVersion": "8.9.0.60424" - } - } - }, - "Microsoft.IdentityModel.Logging/8.9.0": { - "dependencies": { - "Microsoft.IdentityModel.Abstractions": "8.9.0" - }, - "runtime": { - "lib/net9.0/Microsoft.IdentityModel.Logging.dll": { - "assemblyVersion": "8.9.0.0", - "fileVersion": "8.9.0.60424" - } - } - }, - "Microsoft.IdentityModel.Protocols/8.0.1": { - "dependencies": { - "Microsoft.IdentityModel.Tokens": "8.9.0" - }, - "runtime": { - "lib/net9.0/Microsoft.IdentityModel.Protocols.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.50722" - } - } - }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/8.0.1": { - "dependencies": { - "Microsoft.IdentityModel.Protocols": "8.0.1", - "System.IdentityModel.Tokens.Jwt": "8.9.0" - }, - "runtime": { - "lib/net9.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { - "assemblyVersion": "8.0.1.0", - "fileVersion": "8.0.1.50722" - } - } - }, - "Microsoft.IdentityModel.Tokens/8.9.0": { - "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "9.0.4", - "Microsoft.IdentityModel.Logging": "8.9.0" - }, - "runtime": { - "lib/net9.0/Microsoft.IdentityModel.Tokens.dll": { - "assemblyVersion": "8.9.0.0", - "fileVersion": "8.9.0.60424" - } - } - }, - "Microsoft.IO.RecyclableMemoryStream/3.0.0": { - "runtime": { - "lib/net6.0/Microsoft.IO.RecyclableMemoryStream.dll": { - "assemblyVersion": "3.0.0.0", - "fileVersion": "3.0.0.0" - } - } - }, - "Microsoft.NETCore.Platforms/5.0.0": {}, - "Microsoft.OpenApi/1.6.23": { - "runtime": { - "lib/netstandard2.0/Microsoft.OpenApi.dll": { - "assemblyVersion": "1.6.23.0", - "fileVersion": "1.6.23.0" - } - } - }, - "Microsoft.SqlServer.Server/1.0.0": { - "runtime": { - "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - }, - "Microsoft.Win32.SystemEvents/9.0.0": { - "runtime": { - "lib/net9.0/Microsoft.Win32.SystemEvents.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/Microsoft.Win32.SystemEvents.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "NPOI/2.7.3": { - "dependencies": { - "BouncyCastle.Cryptography": "2.3.1", - "Enums.NET": "4.0.1", - "ExtendedNumerics.BigDecimal": "2025.1001.2.129", - "MathNet.Numerics.Signed": "5.0.0", - "Microsoft.IO.RecyclableMemoryStream": "3.0.0", - "SharpZipLib": "1.4.2", - "SixLabors.Fonts": "1.0.1", - "SixLabors.ImageSharp": "2.1.10", - "System.Security.Cryptography.Pkcs": "9.0.4", - "System.Security.Cryptography.Xml": "8.0.2" - }, - "runtime": { - "lib/net8.0/NPOI.Core.dll": { - "assemblyVersion": "2.7.3.0", - "fileVersion": "2.7.3.0" - }, - "lib/net8.0/NPOI.OOXML.dll": { - "assemblyVersion": "2.7.3.0", - "fileVersion": "2.7.3.0" - }, - "lib/net8.0/NPOI.OpenXml4Net.dll": { - "assemblyVersion": "2.7.3.0", - "fileVersion": "2.7.3.0" - }, - "lib/net8.0/NPOI.OpenXmlFormats.dll": { - "assemblyVersion": "2.7.3.0", - "fileVersion": "2.7.3.0" - } - } - }, - "ReportViewerCore.NETCore/15.1.26": { - "dependencies": { - "Microsoft.CodeAnalysis.VisualBasic": "4.8.0", - "System.CodeDom": "9.0.0", - "System.Drawing.Common": "9.0.0", - "System.IO.Packaging": "9.0.0", - "System.Resources.Extensions": "6.0.0", - "System.ServiceModel.Http": "8.1.0" - }, - "runtime": { - "lib/net9.0/Microsoft.ReportViewer.Common.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "15.0.1404.0" - }, - "lib/net9.0/Microsoft.ReportViewer.DataVisualization.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "15.0.1404.0" - }, - "lib/net9.0/Microsoft.ReportViewer.NETCore.dll": { - "assemblyVersion": "15.1.26.0", - "fileVersion": "15.1.26.0" - }, - "lib/net9.0/Microsoft.ReportViewer.ProcessingObjectModel.dll": { - "assemblyVersion": "15.0.0.0", - "fileVersion": "15.0.1404.0" - } - } - }, - "SharpZipLib/1.4.2": { - "runtime": { - "lib/net6.0/ICSharpCode.SharpZipLib.dll": { - "assemblyVersion": "1.4.2.13", - "fileVersion": "1.4.2.13" - } - } - }, - "SixLabors.Fonts/1.0.1": { - "runtime": { - "lib/netcoreapp3.1/SixLabors.Fonts.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.1.0" - } - } - }, - "SixLabors.ImageSharp/2.1.10": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Encoding.CodePages": "5.0.0" - }, - "runtime": { - "lib/netcoreapp3.1/SixLabors.ImageSharp.dll": { - "assemblyVersion": "2.0.0.0", - "fileVersion": "2.1.10.0" - } - } - }, - "Swashbuckle.AspNetCore/8.1.1": { - "dependencies": { - "Microsoft.Extensions.ApiDescription.Server": "6.0.5", - "Swashbuckle.AspNetCore.Swagger": "8.1.1", - "Swashbuckle.AspNetCore.SwaggerGen": "8.1.1", - "Swashbuckle.AspNetCore.SwaggerUI": "8.1.1" - } - }, - "Swashbuckle.AspNetCore.Swagger/8.1.1": { - "dependencies": { - "Microsoft.OpenApi": "1.6.23" - }, - "runtime": { - "lib/net9.0/Swashbuckle.AspNetCore.Swagger.dll": { - "assemblyVersion": "8.1.1.0", - "fileVersion": "8.1.1.1274" - } - } - }, - "Swashbuckle.AspNetCore.SwaggerGen/8.1.1": { - "dependencies": { - "Swashbuckle.AspNetCore.Swagger": "8.1.1" - }, - "runtime": { - "lib/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { - "assemblyVersion": "8.1.1.0", - "fileVersion": "8.1.1.1274" - } - } - }, - "Swashbuckle.AspNetCore.SwaggerUI/8.1.1": { - "runtime": { - "lib/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { - "assemblyVersion": "8.1.1.0", - "fileVersion": "8.1.1.1274" - } - } - }, - "System.ClientModel/1.0.0": { - "dependencies": { - "System.Memory.Data": "1.0.2", - "System.Text.Json": "4.7.2" - }, - "runtime": { - "lib/net6.0/System.ClientModel.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.24.5302" - } - } - }, - "System.CodeDom/9.0.0": { - "runtime": { - "lib/net9.0/System.CodeDom.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Collections.Immutable/7.0.0": {}, - "System.Configuration.ConfigurationManager/9.0.4": { - "dependencies": { - "System.Diagnostics.EventLog": "9.0.4", - "System.Security.Cryptography.ProtectedData": "9.0.4" - }, - "runtime": { - "lib/net9.0/System.Configuration.ConfigurationManager.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.425.16305" - } - } - }, - "System.Diagnostics.DiagnosticSource/6.0.1": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Diagnostics.EventLog/9.0.4": { - "runtime": { - "lib/net9.0/System.Diagnostics.EventLog.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.425.16305" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.425.16305" - } - } - }, - "System.Drawing.Common/9.0.0": { - "dependencies": { - "Microsoft.Win32.SystemEvents": "9.0.0" - }, - "runtime": { - "lib/net9.0/System.Drawing.Common.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52901" - }, - "lib/net9.0/System.Private.Windows.Core.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52901" - } - } - }, - "System.IdentityModel.Tokens.Jwt/8.9.0": { - "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "8.9.0", - "Microsoft.IdentityModel.Tokens": "8.9.0" - }, - "runtime": { - "lib/net9.0/System.IdentityModel.Tokens.Jwt.dll": { - "assemblyVersion": "8.9.0.0", - "fileVersion": "8.9.0.60424" - } - } - }, - "System.IO.Packaging/9.0.0": { - "runtime": { - "lib/net9.0/System.IO.Packaging.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.24.52809" - } - } - }, - "System.Memory/4.5.4": {}, - "System.Memory.Data/1.0.2": { - "dependencies": { - "System.Text.Encodings.Web": "4.7.2", - "System.Text.Json": "4.7.2" - }, - "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.Reflection.Metadata/7.0.0": { - "dependencies": { - "System.Collections.Immutable": "7.0.0" - } - }, - "System.Resources.Extensions/6.0.0": { - "runtime": { - "lib/net6.0/System.Resources.Extensions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "System.Runtime.CompilerServices.Unsafe/6.0.0": {}, - "System.Security.Cryptography.Pkcs/9.0.4": { - "runtime": { - "lib/net9.0/System.Security.Cryptography.Pkcs.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.425.16305" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.Security.Cryptography.Pkcs.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.425.16305" - } - } - }, - "System.Security.Cryptography.ProtectedData/9.0.4": { - "runtime": { - "lib/net9.0/System.Security.Cryptography.ProtectedData.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.425.16305" - } - } - }, - "System.Security.Cryptography.Xml/8.0.2": { - "dependencies": { - "System.Security.Cryptography.Pkcs": "9.0.4" - } - }, - "System.ServiceModel.Http/8.1.0": { - "dependencies": { - "System.ServiceModel.Primitives": "8.1.0" - }, - "runtime": { - "lib/net8.0/System.ServiceModel.Http.dll": { - "assemblyVersion": "8.1.0.0", - "fileVersion": "8.100.24.56201" - } - }, - "resources": { - "lib/net8.0/cs/System.ServiceModel.Http.resources.dll": { - "locale": "cs" - }, - "lib/net8.0/de/System.ServiceModel.Http.resources.dll": { - "locale": "de" - }, - "lib/net8.0/es/System.ServiceModel.Http.resources.dll": { - "locale": "es" - }, - "lib/net8.0/fr/System.ServiceModel.Http.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/it/System.ServiceModel.Http.resources.dll": { - "locale": "it" - }, - "lib/net8.0/ja/System.ServiceModel.Http.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ko/System.ServiceModel.Http.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/pl/System.ServiceModel.Http.resources.dll": { - "locale": "pl" - }, - "lib/net8.0/pt-BR/System.ServiceModel.Http.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/ru/System.ServiceModel.Http.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/tr/System.ServiceModel.Http.resources.dll": { - "locale": "tr" - }, - "lib/net8.0/zh-Hans/System.ServiceModel.Http.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hant/System.ServiceModel.Http.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "System.ServiceModel.Primitives/8.1.0": { - "dependencies": { - "Microsoft.Extensions.ObjectPool": "8.0.10", - "System.Security.Cryptography.Xml": "8.0.2" - }, - "runtime": { - "lib/net8.0/System.ServiceModel.Duplex.dll": { - "assemblyVersion": "8.1.0.0", - "fileVersion": "8.100.24.56201" - }, - "lib/net8.0/System.ServiceModel.Primitives.dll": { - "assemblyVersion": "8.1.0.0", - "fileVersion": "8.100.24.56201" - }, - "lib/net8.0/System.ServiceModel.Security.dll": { - "assemblyVersion": "8.1.0.0", - "fileVersion": "8.100.24.56201" - }, - "lib/net8.0/System.ServiceModel.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "8.100.24.56201" - } - }, - "resources": { - "lib/net8.0/cs/System.ServiceModel.Primitives.resources.dll": { - "locale": "cs" - }, - "lib/net8.0/de/System.ServiceModel.Primitives.resources.dll": { - "locale": "de" - }, - "lib/net8.0/es/System.ServiceModel.Primitives.resources.dll": { - "locale": "es" - }, - "lib/net8.0/fr/System.ServiceModel.Primitives.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/it/System.ServiceModel.Primitives.resources.dll": { - "locale": "it" - }, - "lib/net8.0/ja/System.ServiceModel.Primitives.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ko/System.ServiceModel.Primitives.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/pl/System.ServiceModel.Primitives.resources.dll": { - "locale": "pl" - }, - "lib/net8.0/pt-BR/System.ServiceModel.Primitives.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/ru/System.ServiceModel.Primitives.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/tr/System.ServiceModel.Primitives.resources.dll": { - "locale": "tr" - }, - "lib/net8.0/zh-Hans/System.ServiceModel.Primitives.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hant/System.ServiceModel.Primitives.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "System.Text.Encoding.CodePages/5.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "System.Text.Encodings.Web/4.7.2": {}, - "System.Text.Json/4.7.2": {}, - "System.Threading.Tasks.Extensions/4.5.4": {} - } - }, - "libraries": { - "GestionIntegral.Api/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" - }, - "BouncyCastle.Cryptography/2.3.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-buwoISwecYke3CmgG1AQSg+sNZjJeIb93vTAtJiHZX35hP/teYMxsfg0NDXGUKjGx6BKBTNKc77O2M3vKvlXZQ==", - "path": "bouncycastle.cryptography/2.3.1", - "hashPath": "bouncycastle.cryptography.2.3.1.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" - }, - "Enums.NET/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OUGCd5L8zHZ61GAf436G0gf/H6yrSUkEpV5vm2CbCUuz9Rx7iLFLP5iHSSfmOtqNpuyo4vYte0CvYEmPZXRmRQ==", - "path": "enums.net/4.0.1", - "hashPath": "enums.net.4.0.1.nupkg.sha512" - }, - "ExtendedNumerics.BigDecimal/2025.1001.2.129": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+woGT1lsBtwkntOpx2EZbdbySv0aWPefE0vrfvclxVdbi4oa2bbtphFPWgMiQe+kRCPICbfFJwp6w1DuR7Ge2Q==", - "path": "extendednumerics.bigdecimal/2025.1001.2.129", - "hashPath": "extendednumerics.bigdecimal.2025.1001.2.129.nupkg.sha512" - }, - "MathNet.Numerics.Signed/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-PSrHBVMf41SjbhlnpOMnoir8YgkyEJ6/nwxvjYpH+vJCexNcx2ms6zRww5yLVqLet1xLJgZ39swtKRTLhWdnAw==", - "path": "mathnet.numerics.signed/5.0.0", - "hashPath": "mathnet.numerics.signed.5.0.0.nupkg.sha512" - }, - "Microsoft.AspNetCore.Authentication.JwtBearer/9.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0HgfWPfnjlzWFbW4pw6FYNuIMV8obVU+MUkiZ33g4UOpvZcmdWzdayfheKPZ5+EUly8SvfgW0dJwwIrW4IVLZQ==", - "path": "microsoft.aspnetcore.authentication.jwtbearer/9.0.4", - "hashPath": "microsoft.aspnetcore.authentication.jwtbearer.9.0.4.nupkg.sha512" - }, - "Microsoft.AspNetCore.OpenApi/9.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fKh0UyGMUE+lhbovMhh3g88b9bT+y2jfZIuJ8ljY7rcCaSJ9m2Qqqbh66oULFfzWE2BUAmimzTGcPcq3jXi/Ew==", - "path": "microsoft.aspnetcore.openapi/9.0.3", - "hashPath": "microsoft.aspnetcore.openapi.9.0.3.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/9.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YgZYAWzyNuPVtPq6WNm0bqOWNjYaWgl5mBWTGZyNoXitYBUYSp6iUB9AwK0V1mo793qRJUXz2t6UZrWITZSvuQ==", - "path": "microsoft.bcl.cryptography/9.0.4", - "hashPath": "microsoft.bcl.cryptography.9.0.4.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.Analyzers/3.3.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-AxkxcPR+rheX0SmvpLVIGLhOUXAKG56a64kV9VQZ4y9gR9ZmPXnqZvHJnmwLSwzrEP6junUF11vuc+aqo5r68g==", - "path": "microsoft.codeanalysis.analyzers/3.3.4", - "hashPath": "microsoft.codeanalysis.analyzers.3.3.4.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.Common/4.8.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/jR+e/9aT+BApoQJABlVCKnnggGQbvGh7BKq2/wI1LamxC+LbzhcLj4Vj7gXCofl1n4E521YfF9w0WcASGg/KA==", - "path": "microsoft.codeanalysis.common/4.8.0", - "hashPath": "microsoft.codeanalysis.common.4.8.0.nupkg.sha512" - }, - "Microsoft.CodeAnalysis.VisualBasic/4.8.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kfHPh/etcWypMDYfHxgfitgJMhi986OFCICb76RPcA1Toordf6bBYEJytWr2L5CNdkXFWuw5qTkrlsktBav4VA==", - "path": "microsoft.codeanalysis.visualbasic/4.8.0", - "hashPath": "microsoft.codeanalysis.visualbasic.4.8.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.ApiDescription.Server/6.0.5": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Ckb5EDBUNJdFWyajfXzUIMRkhf52fHZOQuuZg/oiu8y7zDCVwD0iHhew6MnThjHmevanpxL3f5ci2TtHQEN6bw==", - "path": "microsoft.extensions.apidescription.server/6.0.5", - "hashPath": "microsoft.extensions.apidescription.server.6.0.5.nupkg.sha512" - }, - "Microsoft.Extensions.Caching.Abstractions/9.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-imcZ5BGhBw5mNsWLepBbqqumWaFe0GtvyCvne2/2wsDIBRa2+Lhx4cU/pKt/4BwOizzUEOls2k1eOJQXHGMalg==", - "path": "microsoft.extensions.caching.abstractions/9.0.4", - "hashPath": "microsoft.extensions.caching.abstractions.9.0.4.nupkg.sha512" - }, - "Microsoft.Extensions.Caching.Memory/9.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-G5rEq1Qez5VJDTEyRsRUnewAspKjaY57VGsdZ8g8Ja6sXXzoiI3PpTd1t43HjHqNWD5A06MQveb2lscn+2CU+w==", - "path": "microsoft.extensions.caching.memory/9.0.4", - "hashPath": "microsoft.extensions.caching.memory.9.0.4.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UI0TQPVkS78bFdjkTodmkH0Fe8lXv9LnhGFKgKrsgUJ5a5FVdFRcgjIkBVLbGgdRhxWirxH/8IXUtEyYJx6GQg==", - "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.4", - "hashPath": "microsoft.extensions.dependencyinjection.abstractions.9.0.4.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Abstractions/9.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0MXlimU4Dud6t+iNi5NEz3dO2w1HXdhoOLaYFuLPCjAsvlPQGwOT6V2KZRMLEhCAm/stSZt1AUv0XmDdkjvtbw==", - "path": "microsoft.extensions.logging.abstractions/9.0.4", - "hashPath": "microsoft.extensions.logging.abstractions.9.0.4.nupkg.sha512" - }, - "Microsoft.Extensions.ObjectPool/8.0.10": { - "type": "package", - "serviceable": true, - "sha512": "sha512-u7gAG7JgxF8VSJUGPSudAcPxOt+ymJKQCSxNRxiuKV+klCQbHljQR75SilpedCTfhPWDhtUwIJpnDVtspr9nMg==", - "path": "microsoft.extensions.objectpool/8.0.10", - "hashPath": "microsoft.extensions.objectpool.8.0.10.nupkg.sha512" - }, - "Microsoft.Extensions.Options/9.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fiFI2+58kicqVZyt/6obqoFwHiab7LC4FkQ3mmiBJ28Yy4fAvy2+v9MRnSvvlOO8chTOjKsdafFl/K9veCPo5g==", - "path": "microsoft.extensions.options/9.0.4", - "hashPath": "microsoft.extensions.options.9.0.4.nupkg.sha512" - }, - "Microsoft.Extensions.Primitives/9.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-SPFyMjyku1nqTFFJ928JAMd0QnRe4xjE7KeKnZMWXf3xk+6e0WiOZAluYtLdbJUXtsl2cCRSi8cBquJ408k8RA==", - "path": "microsoft.extensions.primitives/9.0.4", - "hashPath": "microsoft.extensions.primitives.9.0.4.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/8.9.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-b/87S+lb86U7Ns7xgTKnqql6XGNr8hBE+k0rj5sRWwXeJe6uA+3mSjvpZ9GoQo3cB9zlwzcbGBU8KM44qX0t1g==", - "path": "microsoft.identitymodel.abstractions/8.9.0", - "hashPath": "microsoft.identitymodel.abstractions.8.9.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.JsonWebTokens/8.9.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QcNC57hJLc6LIcy2PTYlD8iRBQBm6bqPKbCjsRYWlp7QTyJisF0ImUWaa3mx6wWaS1upwYneYVPiIiNSlAy16g==", - "path": "microsoft.identitymodel.jsonwebtokens/8.9.0", - "hashPath": "microsoft.identitymodel.jsonwebtokens.8.9.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Logging/8.9.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rswvH4ZANbFsJYEn+PGEOj7nkkBRjnsb7LcYGAS16VUJpSeKULLeYSy/7SK6jLO1WTT12xqdeL4mj3dYT7GdoQ==", - "path": "microsoft.identitymodel.logging/8.9.0", - "hashPath": "microsoft.identitymodel.logging.8.9.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Protocols/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uA2vpKqU3I2mBBEaeJAWPTjT9v1TZrGWKdgK6G5qJd03CLx83kdiqO9cmiK8/n1erkHzFBwU/RphP83aAe3i3g==", - "path": "microsoft.identitymodel.protocols/8.0.1", - "hashPath": "microsoft.identitymodel.protocols.8.0.1.nupkg.sha512" - }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/8.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-AQDbfpL+yzuuGhO/mQhKNsp44pm5Jv8/BI4KiFXR7beVGZoSH35zMV3PrmcfvSTsyI6qrcR898NzUauD6SRigg==", - "path": "microsoft.identitymodel.protocols.openidconnect/8.0.1", - "hashPath": "microsoft.identitymodel.protocols.openidconnect.8.0.1.nupkg.sha512" - }, - "Microsoft.IdentityModel.Tokens/8.9.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qK6kW5qZvDj7E5RLWQ9gzJxQe5GUz7+7bXrLQQydSDF9hTf5Ip2qHuAQW3Fg9GND6jkjTr7IXAZFmBHadNQi4Q==", - "path": "microsoft.identitymodel.tokens/8.9.0", - "hashPath": "microsoft.identitymodel.tokens.8.9.0.nupkg.sha512" - }, - "Microsoft.IO.RecyclableMemoryStream/3.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-irv0HuqoH8Ig5i2fO+8dmDNdFdsrO+DoQcedwIlb810qpZHBNQHZLW7C/AHBQDgLLpw2T96vmMAy/aE4Yj55Sg==", - "path": "microsoft.io.recyclablememorystream/3.0.0", - "hashPath": "microsoft.io.recyclablememorystream.3.0.0.nupkg.sha512" - }, - "Microsoft.NETCore.Platforms/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==", - "path": "microsoft.netcore.platforms/5.0.0", - "hashPath": "microsoft.netcore.platforms.5.0.0.nupkg.sha512" - }, - "Microsoft.OpenApi/1.6.23": { - "type": "package", - "serviceable": true, - "sha512": "sha512-tZ1I0KXnn98CWuV8cpI247A17jaY+ILS9vvF7yhI0uPPEqF4P1d7BWL5Uwtel10w9NucllHB3nTkfYTAcHAh8g==", - "path": "microsoft.openapi/1.6.23", - "hashPath": "microsoft.openapi.1.6.23.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" - }, - "Microsoft.Win32.SystemEvents/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-z8FfGIaoeALdD+KF44A2uP8PZIQQtDGiXsOLuN8nohbKhkyKt7zGaZb+fKiCxTuBqG22Q7myIAioSWaIcOOrOw==", - "path": "microsoft.win32.systemevents/9.0.0", - "hashPath": "microsoft.win32.systemevents.9.0.0.nupkg.sha512" - }, - "NPOI/2.7.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-iCZx3DSwUSwaV61E8tXgPlPuxYmcYV/Zi405nGlxQvWaGTAbuc0KvSBjsLucQUJ92iMeetT8iK9makLfF4uZ3g==", - "path": "npoi/2.7.3", - "hashPath": "npoi.2.7.3.nupkg.sha512" - }, - "ReportViewerCore.NETCore/15.1.26": { - "type": "package", - "serviceable": true, - "sha512": "sha512-++dE5lildQKId9/jAc8DLRAPpQEzpNGsuVNCZmOIMr1mlEew3LXeRS/+Fz70BtA7cUsI2dCMbt34Xuzi7Ka4Pg==", - "path": "reportviewercore.netcore/15.1.26", - "hashPath": "reportviewercore.netcore.15.1.26.nupkg.sha512" - }, - "SharpZipLib/1.4.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yjj+3zgz8zgXpiiC3ZdF/iyTBbz2fFvMxZFEBPUcwZjIvXOf37Ylm+K58hqMfIBt5JgU/Z2uoUS67JmTLe973A==", - "path": "sharpziplib/1.4.2", - "hashPath": "sharpziplib.1.4.2.nupkg.sha512" - }, - "SixLabors.Fonts/1.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ljezRHWc7N0azdQViib7Aa5v+DagRVkKI2/93kEbtjVczLs+yTkSq6gtGmvOcx4IqyNbO3GjLt7SAQTpLkySNw==", - "path": "sixlabors.fonts/1.0.1", - "hashPath": "sixlabors.fonts.1.0.1.nupkg.sha512" - }, - "SixLabors.ImageSharp/2.1.10": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hk1E7U3RSlxrBVo6Gb6OjeM52fChpFYH+SZvyT/M2vzSGlzAaKE33hc3V/Pvnjcnn1opT8/Z+0QfqdM5HsIaeA==", - "path": "sixlabors.imagesharp/2.1.10", - "hashPath": "sixlabors.imagesharp.2.1.10.nupkg.sha512" - }, - "Swashbuckle.AspNetCore/8.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-HJHexmU0PiYevgTLvKjYkxEtclF2w4O7iTd3Ef3p6KeT0kcYLpkFVgCw6glpGS57h8769anv8G+NFi9Kge+/yw==", - "path": "swashbuckle.aspnetcore/8.1.1", - "hashPath": "swashbuckle.aspnetcore.8.1.1.nupkg.sha512" - }, - "Swashbuckle.AspNetCore.Swagger/8.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-h+8D5jQtnl6X4f2hJQwf0Khj0SnCQANzirCELjXJ6quJ4C1aNNCvJrAsQ+4fOKAMqJkvW48cKj79ftG+YoGcRg==", - "path": "swashbuckle.aspnetcore.swagger/8.1.1", - "hashPath": "swashbuckle.aspnetcore.swagger.8.1.1.nupkg.sha512" - }, - "Swashbuckle.AspNetCore.SwaggerGen/8.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2EuPzXSNleOOzYvziERWRLnk1Oz9i0Z1PimaUFy1SasBqeV/rG+eMfwFAMtTaf4W6gvVOzRcUCNRHvpBIIzr+A==", - "path": "swashbuckle.aspnetcore.swaggergen/8.1.1", - "hashPath": "swashbuckle.aspnetcore.swaggergen.8.1.1.nupkg.sha512" - }, - "Swashbuckle.AspNetCore.SwaggerUI/8.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-GDLX/MpK4oa2nYC1N/zN2UidQTtVKLPF6gkdEmGb0RITEwpJG9Gu8olKqPYnKqVeFn44JZoCS0M2LGRKXP8B/A==", - "path": "swashbuckle.aspnetcore.swaggerui/8.1.1", - "hashPath": "swashbuckle.aspnetcore.swaggerui.8.1.1.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.CodeDom/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oTE5IfuMoET8yaZP/vdvy9xO47guAv/rOhe4DODuFBN3ySprcQOlXqO3j+e/H/YpKKR5sglrxRaZ2HYOhNJrqA==", - "path": "system.codedom/9.0.0", - "hashPath": "system.codedom.9.0.0.nupkg.sha512" - }, - "System.Collections.Immutable/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dQPcs0U1IKnBdRDBkrCTi1FoajSTBzLcVTpjO4MBCMC7f4pDOIPzgBoX8JjG7X6uZRJ8EBxsi8+DR1JuwjnzOQ==", - "path": "system.collections.immutable/7.0.0", - "hashPath": "system.collections.immutable.7.0.0.nupkg.sha512" - }, - "System.Configuration.ConfigurationManager/9.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dvjqKp+2LpGid6phzrdrS/2mmEPxFl3jE1+L7614q4ZChKbLJCpHXg6sBILlCCED1t//EE+un/UdAetzIMpqnw==", - "path": "system.configuration.configurationmanager/9.0.4", - "hashPath": "system.configuration.configurationmanager.9.0.4.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/9.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-getRQEXD8idlpb1KW56XuxImMy0FKp2WJPDf3Qr0kI/QKxxJSftqfDFVo0DZ3HCJRLU73qHSruv5q2l5O47jQQ==", - "path": "system.diagnostics.eventlog/9.0.4", - "hashPath": "system.diagnostics.eventlog.9.0.4.nupkg.sha512" - }, - "System.Drawing.Common/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-uoozjI3+dlgKh2onFJcz8aNLh6TRCPlLSh8Dbuljc8CdvqXrxHOVysJlrHvlsOCqceqGBR1wrMPxlnzzhynktw==", - "path": "system.drawing.common/9.0.0", - "hashPath": "system.drawing.common.9.0.0.nupkg.sha512" - }, - "System.IdentityModel.Tokens.Jwt/8.9.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-7Pu9UjF1+so0s8zgzcIxSxbRQoiM2DMdwazVGmNptX3O6gDfMyeWZBd/Zn6VueDteN0ZTHw2acsf6+mAe8UpMw==", - "path": "system.identitymodel.tokens.jwt/8.9.0", - "hashPath": "system.identitymodel.tokens.jwt.8.9.0.nupkg.sha512" - }, - "System.IO.Packaging/9.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9OT/DurX/4rW4UA6SaWsYfmfYddykKZaG9aQmzg19qoiDYbEDTrziSwhgp00KDBmRA+FRbb2u5c7cxnLm4klKw==", - "path": "system.io.packaging/9.0.0", - "hashPath": "system.io.packaging.9.0.0.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.Reflection.Metadata/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MclTG61lsD9sYdpNz9xsKBzjsmsfCtcMZYXz/IUr2zlhaTaABonlr1ESeompTgM+Xk+IwtGYU7/voh3YWB/fWw==", - "path": "system.reflection.metadata/7.0.0", - "hashPath": "system.reflection.metadata.7.0.0.nupkg.sha512" - }, - "System.Resources.Extensions/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-pBnVzNQYd0OHqh0VLu/hi0zFOTtyF8QwtziQBmzX/ZtVOea4+JEVOGu29DHeSOA0a9SFrYjQorBrOLuKLhcMNQ==", - "path": "system.resources.extensions/6.0.0", - "hashPath": "system.resources.extensions.6.0.0.nupkg.sha512" - }, - "System.Runtime.CompilerServices.Unsafe/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==", - "path": "system.runtime.compilerservices.unsafe/6.0.0", - "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512" - }, - "System.Security.Cryptography.Pkcs/9.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cUFTcMlz/Qw9s90b2wnWSCvHdjv51Bau9FQqhsr4TlwSe1OX+7SoXUqphis5G74MLOvMOCghxPPlEqOdCrVVGA==", - "path": "system.security.cryptography.pkcs/9.0.4", - "hashPath": "system.security.cryptography.pkcs.9.0.4.nupkg.sha512" - }, - "System.Security.Cryptography.ProtectedData/9.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-o94k2RKuAce3GeDMlUvIXlhVa1kWpJw95E6C9LwW0KlG0nj5+SgCiIxJ2Eroqb9sLtG1mEMbFttZIBZ13EJPvQ==", - "path": "system.security.cryptography.protecteddata/9.0.4", - "hashPath": "system.security.cryptography.protecteddata.9.0.4.nupkg.sha512" - }, - "System.Security.Cryptography.Xml/8.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-aDM/wm0ZGEZ6ZYJLzgqjp2FZdHbDHh6/OmpGfb7AdZ105zYmPn/83JRU2xLIbwgoNz9U1SLUTJN0v5th3qmvjA==", - "path": "system.security.cryptography.xml/8.0.2", - "hashPath": "system.security.cryptography.xml.8.0.2.nupkg.sha512" - }, - "System.ServiceModel.Http/8.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-xGyo7hO2S7tRVvCDpWiQYeuSQZ0DcuDPHfX7JC3ncAjwsqCOqTATRAylGCxU0lW1iE4fjDACYT8hHo/hin9csA==", - "path": "system.servicemodel.http/8.1.0", - "hashPath": "system.servicemodel.http.8.1.0.nupkg.sha512" - }, - "System.ServiceModel.Primitives/8.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/NGnzQSp2lmTlCfKzcD2PVKRnx6bQCbEqlb5sXo31TA2C7oA8g5I7Wfjk8dNRNUo1uSqZUcj3htED6tWA/mX9w==", - "path": "system.servicemodel.primitives/8.1.0", - "hashPath": "system.servicemodel.primitives.8.1.0.nupkg.sha512" - }, - "System.Text.Encoding.CodePages/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NyscU59xX6Uo91qvhOs2Ccho3AR2TnZPomo1Z0K6YpyztBPM/A5VbkzOO19sy3A3i1TtEnTxA7bCe3Us+r5MWg==", - "path": "system.text.encoding.codepages/5.0.0", - "hashPath": "system.text.encoding.codepages.5.0.0.nupkg.sha512" - }, - "System.Text.Encodings.Web/4.7.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-iTUgB/WtrZ1sWZs84F2hwyQhiRH6QNjQv2DkwrH+WP6RoFga2Q1m3f9/Q7FG8cck8AdHitQkmkXSY8qylcDmuA==", - "path": "system.text.encodings.web/4.7.2", - "hashPath": "system.text.encodings.web.4.7.2.nupkg.sha512" - }, - "System.Text.Json/4.7.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-TcMd95wcrubm9nHvJEQs70rC0H/8omiSGGpU4FQ/ZA1URIqD4pjmFJh2Mfv1yH1eHgJDWTi2hMDXwTET+zOOyg==", - "path": "system.text.json/4.7.2", - "hashPath": "system.text.json.4.7.2.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" - } - } -} \ No newline at end of file diff --git a/Backend/GestionIntegral.Api/bin/Debug/net9.0/GestionIntegral.Api.runtimeconfig.json b/Backend/GestionIntegral.Api/bin/Debug/net9.0/GestionIntegral.Api.runtimeconfig.json deleted file mode 100644 index 6925b65..0000000 --- a/Backend/GestionIntegral.Api/bin/Debug/net9.0/GestionIntegral.Api.runtimeconfig.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net9.0", - "frameworks": [ - { - "name": "Microsoft.NETCore.App", - "version": "9.0.0" - }, - { - "name": "Microsoft.AspNetCore.App", - "version": "9.0.0" - } - ], - "configProperties": { - "System.GC.Server": true, - "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false - } - } -} \ No newline at end of file diff --git a/Backend/GestionIntegral.Api/bin/Debug/net9.0/GestionIntegral.Api.staticwebassets.endpoints.json b/Backend/GestionIntegral.Api/bin/Debug/net9.0/GestionIntegral.Api.staticwebassets.endpoints.json deleted file mode 100644 index 2b6c535..0000000 --- a/Backend/GestionIntegral.Api/bin/Debug/net9.0/GestionIntegral.Api.staticwebassets.endpoints.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "Version": 1, - "ManifestType": "Build", - "Endpoints": [] -} \ No newline at end of file diff --git a/Backend/GestionIntegral.Api/bin/Debug/net9.0/appsettings.Development.json b/Backend/GestionIntegral.Api/bin/Debug/net9.0/appsettings.Development.json deleted file mode 100644 index 64354e1..0000000 --- a/Backend/GestionIntegral.Api/bin/Debug/net9.0/appsettings.Development.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.AspNetCore": "Warning" - } - }, - "ConnectionStrings": { - "DefaultConnection": "Server=TECNICA3;Database=SistemaGestion;User ID=apigestion;Password=1351;Encrypt=False;MultipleActiveResultSets=True;TrustServerCertificate=True;" - }, - "Jwt": { - "Key": "badb1a38d221c9e23bcf70958840ca7f5a5dc54f2047dadf7ce45b578b5bc3e2", - "Issuer": "GestionIntegralApi", - "Audience": "GestionIntegralClient", - "DurationInHours": 8 - } -} \ No newline at end of file diff --git a/Backend/GestionIntegral.Api/bin/Debug/net9.0/appsettings.json b/Backend/GestionIntegral.Api/bin/Debug/net9.0/appsettings.json deleted file mode 100644 index 2e51861..0000000 --- a/Backend/GestionIntegral.Api/bin/Debug/net9.0/appsettings.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.AspNetCore": "Warning" - } - }, - "Jwt": { - "Key": "badb1a38d221c9e23bcf70958840ca7f5a5dc54f2047dadf7ce45b578b5bc3e2", - "Issuer": "GestionIntegralApi", - "Audience": "GestionIntegralClient", - "DurationInHours": 8 - }, - "AllowedHosts": "*" -} diff --git a/Backend/GestionIntegral.Api/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs b/Backend/GestionIntegral.Api/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs deleted file mode 100644 index feda5e9..0000000 --- a/Backend/GestionIntegral.Api/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v9.0", FrameworkDisplayName = ".NET 9.0")] diff --git a/Backend/GestionIntegral.Api/obj/Debug/net9.0/GestionI.B26D474E.Up2Date b/Backend/GestionIntegral.Api/obj/Debug/net9.0/GestionI.B26D474E.Up2Date deleted file mode 100644 index e69de29..0000000 diff --git a/Backend/GestionIntegral.Api/obj/Debug/net9.0/GestionIntegral.Api.AssemblyInfo.cs b/Backend/GestionIntegral.Api/obj/Debug/net9.0/GestionIntegral.Api.AssemblyInfo.cs deleted file mode 100644 index 7703c08..0000000 --- a/Backend/GestionIntegral.Api/obj/Debug/net9.0/GestionIntegral.Api.AssemblyInfo.cs +++ /dev/null @@ -1,22 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("GestionIntegral.Api")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+b04a3b99bf2a45834787bea2220e2af89715eff2")] -[assembly: System.Reflection.AssemblyProductAttribute("GestionIntegral.Api")] -[assembly: System.Reflection.AssemblyTitleAttribute("GestionIntegral.Api")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generado por la clase WriteCodeFragment de MSBuild. - diff --git a/Backend/GestionIntegral.Api/obj/Debug/net9.0/GestionIntegral.Api.GeneratedMSBuildEditorConfig.editorconfig b/Backend/GestionIntegral.Api/obj/Debug/net9.0/GestionIntegral.Api.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 29fba63..0000000 --- a/Backend/GestionIntegral.Api/obj/Debug/net9.0/GestionIntegral.Api.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,29 +0,0 @@ -is_global = true -build_property.TargetFramework = net9.0 -build_property.TargetFramework = net9.0 -build_property.TargetPlatformMinVersion = -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = true -build_property.UsingMicrosoftNETSdkWeb = true -build_property.ProjectTypeGuids = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property.PlatformNeutralAssembly = -build_property.EnforceExtendedAnalyzerRules = -build_property.EnforceExtendedAnalyzerRules = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = GestionIntegral.Api -build_property.RootNamespace = GestionIntegral.Api -build_property.ProjectDir = E:\GestionIntegralWeb\Backend\GestionIntegral.Api\ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = -build_property.RazorLangVersion = 9.0 -build_property.SupportLocalizedComponentNames = -build_property.GenerateRazorMetadataSourceChecksumAttributes = -build_property.MSBuildProjectDirectory = E:\GestionIntegralWeb\Backend\GestionIntegral.Api -build_property._RazorSourceGeneratorDebug = -build_property.EffectiveAnalysisLevelStyle = 9.0 -build_property.EnableCodeStyleSeverity = diff --git a/Backend/GestionIntegral.Api/obj/Debug/net9.0/GestionIntegral.Api.GlobalUsings.g.cs b/Backend/GestionIntegral.Api/obj/Debug/net9.0/GestionIntegral.Api.GlobalUsings.g.cs deleted file mode 100644 index 025530a..0000000 --- a/Backend/GestionIntegral.Api/obj/Debug/net9.0/GestionIntegral.Api.GlobalUsings.g.cs +++ /dev/null @@ -1,17 +0,0 @@ -// -global using global::Microsoft.AspNetCore.Builder; -global using global::Microsoft.AspNetCore.Hosting; -global using global::Microsoft.AspNetCore.Http; -global using global::Microsoft.AspNetCore.Routing; -global using global::Microsoft.Extensions.Configuration; -global using global::Microsoft.Extensions.DependencyInjection; -global using global::Microsoft.Extensions.Hosting; -global using global::Microsoft.Extensions.Logging; -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.Net.Http.Json; -global using global::System.Threading; -global using global::System.Threading.Tasks; diff --git a/Backend/GestionIntegral.Api/obj/Debug/net9.0/GestionIntegral.Api.MvcApplicationPartsAssemblyInfo.cs b/Backend/GestionIntegral.Api/obj/Debug/net9.0/GestionIntegral.Api.MvcApplicationPartsAssemblyInfo.cs deleted file mode 100644 index 9fe4d8c..0000000 --- a/Backend/GestionIntegral.Api/obj/Debug/net9.0/GestionIntegral.Api.MvcApplicationPartsAssemblyInfo.cs +++ /dev/null @@ -1,17 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Microsoft.AspNetCore.OpenApi")] -[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Swashbuckle.AspNetCore.SwaggerGen")] - -// Generado por la clase WriteCodeFragment de MSBuild. - diff --git a/Backend/GestionIntegral.Api/obj/Debug/net9.0/GestionIntegral.Api.csproj.FileListAbsolute.txt b/Backend/GestionIntegral.Api/obj/Debug/net9.0/GestionIntegral.Api.csproj.FileListAbsolute.txt deleted file mode 100644 index 247bc26..0000000 --- a/Backend/GestionIntegral.Api/obj/Debug/net9.0/GestionIntegral.Api.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,162 +0,0 @@ -E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\appsettings.Development.json -E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\appsettings.json -E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\GestionIntegral.Api.staticwebassets.endpoints.json -E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\GestionIntegral.Api.exe -E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\GestionIntegral.Api.deps.json -E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\GestionIntegral.Api.runtimeconfig.json -E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\GestionIntegral.Api.dll -E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\GestionIntegral.Api.pdb -E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\Azure.Core.dll -E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\Azure.Identity.dll -E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\Dapper.dll -E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\Microsoft.AspNetCore.Authentication.JwtBearer.dll -E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\Microsoft.AspNetCore.OpenApi.dll -E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\Microsoft.Bcl.AsyncInterfaces.dll -E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\Microsoft.Bcl.Cryptography.dll -E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\Microsoft.Data.SqlClient.dll -E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\Microsoft.Extensions.Caching.Abstractions.dll -E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\Microsoft.Extensions.Caching.Memory.dll -E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll -E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\Microsoft.Extensions.Logging.Abstractions.dll -E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\Microsoft.Extensions.Options.dll -E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\Microsoft.Extensions.Primitives.dll -E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\Microsoft.Identity.Client.dll -E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\Microsoft.Identity.Client.Extensions.Msal.dll -E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\Microsoft.IdentityModel.Abstractions.dll -E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\Microsoft.IdentityModel.JsonWebTokens.dll -E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\Microsoft.IdentityModel.Logging.dll -E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\Microsoft.IdentityModel.Protocols.dll -E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll -E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\Microsoft.IdentityModel.Tokens.dll -E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\Microsoft.OpenApi.dll -E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\Microsoft.SqlServer.Server.dll -E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\Swashbuckle.AspNetCore.Swagger.dll -E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\Swashbuckle.AspNetCore.SwaggerGen.dll -E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\Swashbuckle.AspNetCore.SwaggerUI.dll -E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\System.ClientModel.dll -E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\System.Configuration.ConfigurationManager.dll -E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\System.Diagnostics.EventLog.dll -E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\System.IdentityModel.Tokens.Jwt.dll -E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\System.Memory.Data.dll -E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\System.Security.Cryptography.Pkcs.dll -E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\System.Security.Cryptography.ProtectedData.dll -E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\cs\Microsoft.Data.SqlClient.resources.dll -E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\de\Microsoft.Data.SqlClient.resources.dll -E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\es\Microsoft.Data.SqlClient.resources.dll -E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\fr\Microsoft.Data.SqlClient.resources.dll -E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\it\Microsoft.Data.SqlClient.resources.dll -E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\ja\Microsoft.Data.SqlClient.resources.dll -E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\ko\Microsoft.Data.SqlClient.resources.dll -E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\pl\Microsoft.Data.SqlClient.resources.dll -E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\pt-BR\Microsoft.Data.SqlClient.resources.dll -E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\ru\Microsoft.Data.SqlClient.resources.dll -E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\tr\Microsoft.Data.SqlClient.resources.dll -E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\zh-Hans\Microsoft.Data.SqlClient.resources.dll -E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\zh-Hant\Microsoft.Data.SqlClient.resources.dll -E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\runtimes\unix\lib\net9.0\Microsoft.Data.SqlClient.dll -E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\runtimes\win\lib\net9.0\Microsoft.Data.SqlClient.dll -E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\runtimes\win-arm64\native\Microsoft.Data.SqlClient.SNI.dll -E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\runtimes\win-x64\native\Microsoft.Data.SqlClient.SNI.dll -E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\runtimes\win-x86\native\Microsoft.Data.SqlClient.SNI.dll -E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\runtimes\win\lib\net9.0\System.Diagnostics.EventLog.dll -E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\runtimes\win\lib\net9.0\System.Security.Cryptography.Pkcs.dll -E:\GestionIntegralWeb\backend\gestionintegral.api\obj\Debug\net9.0\GestionIntegral.Api.csproj.AssemblyReference.cache -E:\GestionIntegralWeb\backend\gestionintegral.api\obj\Debug\net9.0\GestionIntegral.Api.GeneratedMSBuildEditorConfig.editorconfig -E:\GestionIntegralWeb\backend\gestionintegral.api\obj\Debug\net9.0\GestionIntegral.Api.AssemblyInfoInputs.cache -E:\GestionIntegralWeb\backend\gestionintegral.api\obj\Debug\net9.0\GestionIntegral.Api.AssemblyInfo.cs -E:\GestionIntegralWeb\backend\gestionintegral.api\obj\Debug\net9.0\GestionIntegral.Api.csproj.CoreCompileInputs.cache -E:\GestionIntegralWeb\backend\gestionintegral.api\obj\Debug\net9.0\GestionIntegral.Api.MvcApplicationPartsAssemblyInfo.cs -E:\GestionIntegralWeb\backend\gestionintegral.api\obj\Debug\net9.0\GestionIntegral.Api.MvcApplicationPartsAssemblyInfo.cache -E:\GestionIntegralWeb\backend\gestionintegral.api\obj\Debug\net9.0\scopedcss\bundle\GestionIntegral.Api.styles.css -E:\GestionIntegralWeb\backend\gestionintegral.api\obj\Debug\net9.0\staticwebassets.build.json -E:\GestionIntegralWeb\backend\gestionintegral.api\obj\Debug\net9.0\staticwebassets.development.json -E:\GestionIntegralWeb\backend\gestionintegral.api\obj\Debug\net9.0\staticwebassets.build.endpoints.json -E:\GestionIntegralWeb\backend\gestionintegral.api\obj\Debug\net9.0\GestionI.B26D474E.Up2Date -E:\GestionIntegralWeb\backend\gestionintegral.api\obj\Debug\net9.0\GestionIntegral.Api.dll -E:\GestionIntegralWeb\backend\gestionintegral.api\obj\Debug\net9.0\refint\GestionIntegral.Api.dll -E:\GestionIntegralWeb\backend\gestionintegral.api\obj\Debug\net9.0\GestionIntegral.Api.pdb -E:\GestionIntegralWeb\backend\gestionintegral.api\obj\Debug\net9.0\GestionIntegral.Api.genruntimeconfig.cache -E:\GestionIntegralWeb\backend\gestionintegral.api\obj\Debug\net9.0\ref\GestionIntegral.Api.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\obj\Debug\net9.0\staticwebassets.build.json.cache -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\BouncyCastle.Cryptography.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\Enums.NET.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\ExtendedNumerics.BigDecimal.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\MathNet.Numerics.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\Microsoft.IO.RecyclableMemoryStream.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\NPOI.Core.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\NPOI.OOXML.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\NPOI.OpenXml4Net.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\NPOI.OpenXmlFormats.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\ICSharpCode.SharpZipLib.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\SixLabors.Fonts.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\SixLabors.ImageSharp.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\Microsoft.CodeAnalysis.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\Microsoft.CodeAnalysis.VisualBasic.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\Microsoft.Win32.SystemEvents.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\Microsoft.ReportViewer.Common.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\Microsoft.ReportViewer.DataVisualization.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\Microsoft.ReportViewer.NETCore.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\Microsoft.ReportViewer.ProcessingObjectModel.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\System.CodeDom.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\System.Drawing.Common.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\System.Private.Windows.Core.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\System.IO.Packaging.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\System.Resources.Extensions.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\System.ServiceModel.Http.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\System.ServiceModel.Duplex.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\System.ServiceModel.Primitives.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\System.ServiceModel.Security.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\System.ServiceModel.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\cs\Microsoft.CodeAnalysis.resources.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\de\Microsoft.CodeAnalysis.resources.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\es\Microsoft.CodeAnalysis.resources.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\fr\Microsoft.CodeAnalysis.resources.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\it\Microsoft.CodeAnalysis.resources.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\ja\Microsoft.CodeAnalysis.resources.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\ko\Microsoft.CodeAnalysis.resources.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\pl\Microsoft.CodeAnalysis.resources.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\pt-BR\Microsoft.CodeAnalysis.resources.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\ru\Microsoft.CodeAnalysis.resources.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\tr\Microsoft.CodeAnalysis.resources.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\zh-Hans\Microsoft.CodeAnalysis.resources.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\zh-Hant\Microsoft.CodeAnalysis.resources.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\cs\Microsoft.CodeAnalysis.VisualBasic.resources.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\de\Microsoft.CodeAnalysis.VisualBasic.resources.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\es\Microsoft.CodeAnalysis.VisualBasic.resources.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\fr\Microsoft.CodeAnalysis.VisualBasic.resources.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\it\Microsoft.CodeAnalysis.VisualBasic.resources.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\ja\Microsoft.CodeAnalysis.VisualBasic.resources.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\ko\Microsoft.CodeAnalysis.VisualBasic.resources.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\pl\Microsoft.CodeAnalysis.VisualBasic.resources.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\pt-BR\Microsoft.CodeAnalysis.VisualBasic.resources.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\ru\Microsoft.CodeAnalysis.VisualBasic.resources.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\tr\Microsoft.CodeAnalysis.VisualBasic.resources.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\zh-Hans\Microsoft.CodeAnalysis.VisualBasic.resources.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\zh-Hant\Microsoft.CodeAnalysis.VisualBasic.resources.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\cs\System.ServiceModel.Http.resources.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\de\System.ServiceModel.Http.resources.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\es\System.ServiceModel.Http.resources.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\fr\System.ServiceModel.Http.resources.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\it\System.ServiceModel.Http.resources.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\ja\System.ServiceModel.Http.resources.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\ko\System.ServiceModel.Http.resources.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\pl\System.ServiceModel.Http.resources.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\pt-BR\System.ServiceModel.Http.resources.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\ru\System.ServiceModel.Http.resources.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\tr\System.ServiceModel.Http.resources.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\zh-Hans\System.ServiceModel.Http.resources.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\zh-Hant\System.ServiceModel.Http.resources.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\cs\System.ServiceModel.Primitives.resources.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\de\System.ServiceModel.Primitives.resources.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\es\System.ServiceModel.Primitives.resources.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\fr\System.ServiceModel.Primitives.resources.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\it\System.ServiceModel.Primitives.resources.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\ja\System.ServiceModel.Primitives.resources.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\ko\System.ServiceModel.Primitives.resources.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\pl\System.ServiceModel.Primitives.resources.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\pt-BR\System.ServiceModel.Primitives.resources.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\ru\System.ServiceModel.Primitives.resources.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\tr\System.ServiceModel.Primitives.resources.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\zh-Hans\System.ServiceModel.Primitives.resources.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\zh-Hant\System.ServiceModel.Primitives.resources.dll -E:\GestionIntegralWeb\Backend\GestionIntegral.Api\bin\Debug\net9.0\runtimes\win\lib\net9.0\Microsoft.Win32.SystemEvents.dll diff --git a/Backend/GestionIntegral.Api/obj/Debug/net9.0/rbcswa.dswa.cache.json b/Backend/GestionIntegral.Api/obj/Debug/net9.0/rbcswa.dswa.cache.json deleted file mode 100644 index 778d7b3..0000000 --- a/Backend/GestionIntegral.Api/obj/Debug/net9.0/rbcswa.dswa.cache.json +++ /dev/null @@ -1 +0,0 @@ -{"GlobalPropertiesHash":"2ilJ2M8+ZdH0swl4cXFj9Ji8kay0R08ISE/fEc+OL0o=","FingerprintPatternsHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":[],"CachedAssets":{},"CachedCopyCandidates":{}} \ No newline at end of file diff --git a/Backend/GestionIntegral.Api/obj/Debug/net9.0/rjsmcshtml.dswa.cache.json b/Backend/GestionIntegral.Api/obj/Debug/net9.0/rjsmcshtml.dswa.cache.json deleted file mode 100644 index 6e58429..0000000 --- a/Backend/GestionIntegral.Api/obj/Debug/net9.0/rjsmcshtml.dswa.cache.json +++ /dev/null @@ -1 +0,0 @@ -{"GlobalPropertiesHash":"C9goqBDGh4B0L1HpPwpJHjfbRNoIuzqnU7zFMHk1LhM=","FingerprintPatternsHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["ZZivTt9Zh03vN/jzywHdSIjldJk\u002BW/DgTu7TlHDqhsY=","bxlPVWHR7EivQofjz9PzA8dMpKpZqCfOZ\u002BHD\u002Bf1Ew9Y=","\u002BzMwu5DIAA49kPmSydn2WMzj\u002Bdcf0MC3YakKoR6HwYg=","FUb20tYUiusFv5/KhAPdh2OB4ArUWiGApXbQJdx8tX0=","pTWqrhLBwEeWg1GsRlTKzfOAnT1JEklZ8F1/EYlc1Nk=","Hu0oNH4YYNcbnR5Ts4qd5yzC5j5JbY2kEDXces8V1vs=","TKMARE0bLM2dm9NOqxxWztnuqao5IvCh24TEHCtht6I=","84UEEMEbmmNwHVXD5Iw3dtKHTZC0Zqbk3rIRO\u002BxOq4o=","qfTzsJ\u002B5ilLyrc6EhNm61KkSH37yRi85MtgW1\u002BUD2Vo=","4ayt/JAApEOfr0yjg9szkYMPzSs6x2k3QEwmrK5RZVY=","d0weYwKWe3mH5R2BURuNLkAyytO/viA6zivv9AcIBtQ=","Ssyx6SvSGgWMOzhc9pQpk6f6\u002BmVbKQNKeDJbvVA2tjs=","FSqDybxILZmKXw160ANhj76usnM83geRrbPvJxr89OA=","k3qzLxTWHeeJhAuWKMdta6j24bmJ9BMRMjuFEEVCRu0=","x/sHyso3gy4zVCu3ljpnTYCqu8IGZNRok1JoXiabIP8=","fdI2RZZ9M9QOVHCYU5cE\u002BgVVuT7ssRbMzdXvX8rHofc=","8ePFhqKT0OT9nEg3b5T7COC81U\u002BQBcf\u002BindBGyMy6z0=","/ghcduGmSd1I25YtYli\u002BqxF0xuscxc4cTDkbEC6XYVA=","/a3YEu0oBUeA5Qr2VMdppqLuz4CQPWJt2JfBl2dtUwA=","jEO/q4IO3UFTWxlyFwRr7kbGWcTIiS\u002BClxx3kahX/Fk=","4iYOCKYvhsROdGkA1hINVBejb6r8IkwFj9SNMKub3DM=","CeDswsZIn5a7t\u002BKeHJA222yhFvDVVEW1ky98Xxnxebc=","50j34YXOc950QSqaQBMtgezD3tV5mWWR9c5qZcYQoz4=","W/aX9jIKpjNEVoGrU6RXFOY8SDJVT6XB4Rg4QCaeQkQ=","16IbB\u002B3zYHZvsWbCQK6hBFmKJ6Z28SecBn2jm8R3w8I=","COJtHNQqycTJqXkFv2hhpLUT\u002B/AD4IWyQlmxkUVQPNk=","cp6a5bdvkLnUn3x47KQODzPycnx57RmWO\u002B9q8MuoGQo=","oKZRNhIQRaZrETEa3L6JiwIp0\u002BmjzJo193EWBoCuVUg=","sjwbCAEQX51sEWhYVGBihWUNBxniUKZALVJIGK\u002BYgsk=","A4m4kVcox60bvdkJ1CswoZADAT70WPcs4TAKdpMoUjM=","zSzyOuNcK0NQJLwK8Yg4sH4EflX7RPf65Fl2CZUWIGs=","xAoI9GEquVEPBtI2g76y50iH7F\u002B5S2DDD/lAn\u002BmYZVM="],"CachedAssets":{},"CachedCopyCandidates":{}} \ No newline at end of file diff --git a/Backend/GestionIntegral.Api/obj/Debug/net9.0/rjsmrazor.dswa.cache.json b/Backend/GestionIntegral.Api/obj/Debug/net9.0/rjsmrazor.dswa.cache.json deleted file mode 100644 index 96ba9d1..0000000 --- a/Backend/GestionIntegral.Api/obj/Debug/net9.0/rjsmrazor.dswa.cache.json +++ /dev/null @@ -1 +0,0 @@ -{"GlobalPropertiesHash":"w3MBbMV9Msh0YEq9AW/8s16bzXJ93T9lMVXKPm/r6es=","FingerprintPatternsHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["ZZivTt9Zh03vN/jzywHdSIjldJk\u002BW/DgTu7TlHDqhsY=","bxlPVWHR7EivQofjz9PzA8dMpKpZqCfOZ\u002BHD\u002Bf1Ew9Y=","\u002BzMwu5DIAA49kPmSydn2WMzj\u002Bdcf0MC3YakKoR6HwYg=","FUb20tYUiusFv5/KhAPdh2OB4ArUWiGApXbQJdx8tX0=","pTWqrhLBwEeWg1GsRlTKzfOAnT1JEklZ8F1/EYlc1Nk=","Hu0oNH4YYNcbnR5Ts4qd5yzC5j5JbY2kEDXces8V1vs=","TKMARE0bLM2dm9NOqxxWztnuqao5IvCh24TEHCtht6I=","84UEEMEbmmNwHVXD5Iw3dtKHTZC0Zqbk3rIRO\u002BxOq4o=","qfTzsJ\u002B5ilLyrc6EhNm61KkSH37yRi85MtgW1\u002BUD2Vo=","4ayt/JAApEOfr0yjg9szkYMPzSs6x2k3QEwmrK5RZVY=","d0weYwKWe3mH5R2BURuNLkAyytO/viA6zivv9AcIBtQ=","Ssyx6SvSGgWMOzhc9pQpk6f6\u002BmVbKQNKeDJbvVA2tjs=","FSqDybxILZmKXw160ANhj76usnM83geRrbPvJxr89OA=","k3qzLxTWHeeJhAuWKMdta6j24bmJ9BMRMjuFEEVCRu0=","x/sHyso3gy4zVCu3ljpnTYCqu8IGZNRok1JoXiabIP8=","fdI2RZZ9M9QOVHCYU5cE\u002BgVVuT7ssRbMzdXvX8rHofc=","8ePFhqKT0OT9nEg3b5T7COC81U\u002BQBcf\u002BindBGyMy6z0=","/ghcduGmSd1I25YtYli\u002BqxF0xuscxc4cTDkbEC6XYVA=","/a3YEu0oBUeA5Qr2VMdppqLuz4CQPWJt2JfBl2dtUwA=","jEO/q4IO3UFTWxlyFwRr7kbGWcTIiS\u002BClxx3kahX/Fk=","4iYOCKYvhsROdGkA1hINVBejb6r8IkwFj9SNMKub3DM=","CeDswsZIn5a7t\u002BKeHJA222yhFvDVVEW1ky98Xxnxebc=","50j34YXOc950QSqaQBMtgezD3tV5mWWR9c5qZcYQoz4=","W/aX9jIKpjNEVoGrU6RXFOY8SDJVT6XB4Rg4QCaeQkQ=","16IbB\u002B3zYHZvsWbCQK6hBFmKJ6Z28SecBn2jm8R3w8I=","COJtHNQqycTJqXkFv2hhpLUT\u002B/AD4IWyQlmxkUVQPNk=","cp6a5bdvkLnUn3x47KQODzPycnx57RmWO\u002B9q8MuoGQo=","oKZRNhIQRaZrETEa3L6JiwIp0\u002BmjzJo193EWBoCuVUg=","sjwbCAEQX51sEWhYVGBihWUNBxniUKZALVJIGK\u002BYgsk=","A4m4kVcox60bvdkJ1CswoZADAT70WPcs4TAKdpMoUjM=","zSzyOuNcK0NQJLwK8Yg4sH4EflX7RPf65Fl2CZUWIGs=","xAoI9GEquVEPBtI2g76y50iH7F\u002B5S2DDD/lAn\u002BmYZVM="],"CachedAssets":{},"CachedCopyCandidates":{}} \ No newline at end of file diff --git a/Backend/GestionIntegral.Api/obj/Debug/net9.0/rpswa.dswa.cache.json b/Backend/GestionIntegral.Api/obj/Debug/net9.0/rpswa.dswa.cache.json deleted file mode 100644 index 12b5bbd..0000000 --- a/Backend/GestionIntegral.Api/obj/Debug/net9.0/rpswa.dswa.cache.json +++ /dev/null @@ -1 +0,0 @@ -{"GlobalPropertiesHash":"nueagD6vos1qa5Z6EdwL+uix/UGN3umfwM2JskZDeIQ=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["ZZivTt9Zh03vN/jzywHdSIjldJk\u002BW/DgTu7TlHDqhsY=","bxlPVWHR7EivQofjz9PzA8dMpKpZqCfOZ\u002BHD\u002Bf1Ew9Y="],"CachedAssets":{},"CachedCopyCandidates":{}} \ No newline at end of file diff --git a/Backend/GestionIntegral.Api/obj/Debug/net9.0/staticwebassets.build.endpoints.json b/Backend/GestionIntegral.Api/obj/Debug/net9.0/staticwebassets.build.endpoints.json deleted file mode 100644 index 2b6c535..0000000 --- a/Backend/GestionIntegral.Api/obj/Debug/net9.0/staticwebassets.build.endpoints.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "Version": 1, - "ManifestType": "Build", - "Endpoints": [] -} \ No newline at end of file diff --git a/Backend/GestionIntegral.Api/obj/Debug/net9.0/staticwebassets.build.json b/Backend/GestionIntegral.Api/obj/Debug/net9.0/staticwebassets.build.json deleted file mode 100644 index faa3440..0000000 --- a/Backend/GestionIntegral.Api/obj/Debug/net9.0/staticwebassets.build.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "Version": 1, - "Hash": "eMJK8/wyTFLuABRSSO83Bj9zCk1Nh5/QitD/w2tsWXM=", - "Source": "GestionIntegral.Api", - "BasePath": "_content/GestionIntegral.Api", - "Mode": "Default", - "ManifestType": "Build", - "ReferencedProjectsConfiguration": [], - "DiscoveryPatterns": [], - "Assets": [], - "Endpoints": [] -} \ No newline at end of file diff --git a/Backend/GestionIntegral.Api/obj/GestionIntegral.Api.csproj.nuget.dgspec.json b/Backend/GestionIntegral.Api/obj/GestionIntegral.Api.csproj.nuget.dgspec.json deleted file mode 100644 index 54bfa68..0000000 --- a/Backend/GestionIntegral.Api/obj/GestionIntegral.Api.csproj.nuget.dgspec.json +++ /dev/null @@ -1,110 +0,0 @@ -{ - "format": 1, - "restore": { - "E:\\GestionIntegralWeb\\Backend\\GestionIntegral.Api\\GestionIntegral.Api.csproj": {} - }, - "projects": { - "E:\\GestionIntegralWeb\\Backend\\GestionIntegral.Api\\GestionIntegral.Api.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "E:\\GestionIntegralWeb\\Backend\\GestionIntegral.Api\\GestionIntegral.Api.csproj", - "projectName": "GestionIntegral.Api", - "projectPath": "E:\\GestionIntegralWeb\\Backend\\GestionIntegral.Api\\GestionIntegral.Api.csproj", - "packagesPath": "C:\\Users\\dmolinari\\.nuget\\packages\\", - "outputPath": "E:\\GestionIntegralWeb\\Backend\\GestionIntegral.Api\\obj\\", - "projectStyle": "PackageReference", - "fallbackFolders": [ - "D:\\Microsoft\\VisualStudio\\Microsoft Visual Studio\\Shared\\NuGetPackages" - ], - "configFilePaths": [ - "C:\\Users\\dmolinari\\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": [ - "net9.0" - ], - "sources": { - "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net9.0": { - "targetAlias": "net9.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "direct" - }, - "SdkAnalysisLevel": "9.0.300" - }, - "frameworks": { - "net9.0": { - "targetAlias": "net9.0", - "dependencies": { - "Dapper": { - "target": "Package", - "version": "[2.1.66, )" - }, - "Microsoft.AspNetCore.Authentication.JwtBearer": { - "target": "Package", - "version": "[9.0.4, )" - }, - "Microsoft.AspNetCore.OpenApi": { - "target": "Package", - "version": "[9.0.3, )" - }, - "Microsoft.Data.SqlClient": { - "target": "Package", - "version": "[6.0.2, )" - }, - "NPOI": { - "target": "Package", - "version": "[2.7.3, )" - }, - "ReportViewerCore.NETCore": { - "target": "Package", - "version": "[15.1.26, )" - }, - "Swashbuckle.AspNetCore": { - "target": "Package", - "version": "[8.1.1, )" - }, - "System.IdentityModel.Tokens.Jwt": { - "target": "Package", - "version": "[8.9.0, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.AspNetCore.App": { - "privateAssets": "none" - }, - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.300/PortableRuntimeIdentifierGraph.json" - } - } - } - } -} \ No newline at end of file diff --git a/Backend/GestionIntegral.Api/obj/GestionIntegral.Api.csproj.nuget.g.props b/Backend/GestionIntegral.Api/obj/GestionIntegral.Api.csproj.nuget.g.props deleted file mode 100644 index 5f16ace..0000000 --- a/Backend/GestionIntegral.Api/obj/GestionIntegral.Api.csproj.nuget.g.props +++ /dev/null @@ -1,25 +0,0 @@ - - - - True - NuGet - $(MSBuildThisFileDirectory)project.assets.json - $(UserProfile)\.nuget\packages\ - C:\Users\dmolinari\.nuget\packages\;D:\Microsoft\VisualStudio\Microsoft Visual Studio\Shared\NuGetPackages - PackageReference - 6.14.0 - - - - - - - - - - - - C:\Users\dmolinari\.nuget\packages\microsoft.extensions.apidescription.server\6.0.5 - C:\Users\dmolinari\.nuget\packages\microsoft.codeanalysis.analyzers\3.3.4 - - \ No newline at end of file diff --git a/Backend/GestionIntegral.Api/obj/GestionIntegral.Api.csproj.nuget.g.targets b/Backend/GestionIntegral.Api/obj/GestionIntegral.Api.csproj.nuget.g.targets deleted file mode 100644 index 6f2b1d2..0000000 --- a/Backend/GestionIntegral.Api/obj/GestionIntegral.Api.csproj.nuget.g.targets +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/Backend/GestionIntegral.Api/obj/project.assets.json b/Backend/GestionIntegral.Api/obj/project.assets.json deleted file mode 100644 index 6cf0ddc..0000000 --- a/Backend/GestionIntegral.Api/obj/project.assets.json +++ /dev/null @@ -1,4304 +0,0 @@ -{ - "version": 3, - "targets": { - "net9.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" - } - } - }, - "BouncyCastle.Cryptography/2.3.1": { - "type": "package", - "compile": { - "lib/net6.0/BouncyCastle.Cryptography.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/BouncyCastle.Cryptography.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" - } - } - }, - "Enums.NET/4.0.1": { - "type": "package", - "compile": { - "lib/netcoreapp3.0/Enums.NET.dll": { - "related": ".pdb;.xml" - } - }, - "runtime": { - "lib/netcoreapp3.0/Enums.NET.dll": { - "related": ".pdb;.xml" - } - } - }, - "ExtendedNumerics.BigDecimal/2025.1001.2.129": { - "type": "package", - "compile": { - "lib/net8.0/ExtendedNumerics.BigDecimal.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/ExtendedNumerics.BigDecimal.dll": { - "related": ".xml" - } - } - }, - "MathNet.Numerics.Signed/5.0.0": { - "type": "package", - "compile": { - "lib/net6.0/MathNet.Numerics.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/MathNet.Numerics.dll": { - "related": ".xml" - } - } - }, - "Microsoft.AspNetCore.Authentication.JwtBearer/9.0.4": { - "type": "package", - "dependencies": { - "Microsoft.IdentityModel.Protocols.OpenIdConnect": "8.0.1" - }, - "compile": { - "lib/net9.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { - "related": ".xml" - } - }, - "frameworkReferences": [ - "Microsoft.AspNetCore.App" - ] - }, - "Microsoft.AspNetCore.OpenApi/9.0.3": { - "type": "package", - "dependencies": { - "Microsoft.OpenApi": "1.6.17" - }, - "compile": { - "lib/net9.0/Microsoft.AspNetCore.OpenApi.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/Microsoft.AspNetCore.OpenApi.dll": { - "related": ".xml" - } - }, - "frameworkReferences": [ - "Microsoft.AspNetCore.App" - ] - }, - "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/9.0.4": { - "type": "package", - "compile": { - "lib/net9.0/Microsoft.Bcl.Cryptography.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/Microsoft.Bcl.Cryptography.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - }, - "Microsoft.CodeAnalysis.Analyzers/3.3.4": { - "type": "package", - "build": { - "buildTransitive/Microsoft.CodeAnalysis.Analyzers.props": {}, - "buildTransitive/Microsoft.CodeAnalysis.Analyzers.targets": {} - } - }, - "Microsoft.CodeAnalysis.Common/4.8.0": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "3.3.4", - "System.Collections.Immutable": "7.0.0", - "System.Reflection.Metadata": "7.0.0", - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - }, - "compile": { - "lib/net7.0/Microsoft.CodeAnalysis.dll": { - "related": ".pdb;.xml" - } - }, - "runtime": { - "lib/net7.0/Microsoft.CodeAnalysis.dll": { - "related": ".pdb;.xml" - } - }, - "resource": { - "lib/net7.0/cs/Microsoft.CodeAnalysis.resources.dll": { - "locale": "cs" - }, - "lib/net7.0/de/Microsoft.CodeAnalysis.resources.dll": { - "locale": "de" - }, - "lib/net7.0/es/Microsoft.CodeAnalysis.resources.dll": { - "locale": "es" - }, - "lib/net7.0/fr/Microsoft.CodeAnalysis.resources.dll": { - "locale": "fr" - }, - "lib/net7.0/it/Microsoft.CodeAnalysis.resources.dll": { - "locale": "it" - }, - "lib/net7.0/ja/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ja" - }, - "lib/net7.0/ko/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ko" - }, - "lib/net7.0/pl/Microsoft.CodeAnalysis.resources.dll": { - "locale": "pl" - }, - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": { - "locale": "pt-BR" - }, - "lib/net7.0/ru/Microsoft.CodeAnalysis.resources.dll": { - "locale": "ru" - }, - "lib/net7.0/tr/Microsoft.CodeAnalysis.resources.dll": { - "locale": "tr" - }, - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.CodeAnalysis.VisualBasic/4.8.0": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.Common": "[4.8.0]" - }, - "compile": { - "lib/net7.0/Microsoft.CodeAnalysis.VisualBasic.dll": { - "related": ".pdb;.xml" - } - }, - "runtime": { - "lib/net7.0/Microsoft.CodeAnalysis.VisualBasic.dll": { - "related": ".pdb;.xml" - } - }, - "resource": { - "lib/net7.0/cs/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { - "locale": "cs" - }, - "lib/net7.0/de/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { - "locale": "de" - }, - "lib/net7.0/es/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { - "locale": "es" - }, - "lib/net7.0/fr/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { - "locale": "fr" - }, - "lib/net7.0/it/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { - "locale": "it" - }, - "lib/net7.0/ja/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { - "locale": "ja" - }, - "lib/net7.0/ko/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { - "locale": "ko" - }, - "lib/net7.0/pl/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { - "locale": "pl" - }, - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { - "locale": "pt-BR" - }, - "lib/net7.0/ru/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { - "locale": "ru" - }, - "lib/net7.0/tr/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { - "locale": "tr" - }, - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "Microsoft.Data.SqlClient/6.0.2": { - "type": "package", - "dependencies": { - "Azure.Identity": "1.11.4", - "Microsoft.Bcl.Cryptography": "9.0.4", - "Microsoft.Data.SqlClient.SNI.runtime": "6.0.2", - "Microsoft.Extensions.Caching.Memory": "9.0.4", - "Microsoft.IdentityModel.JsonWebTokens": "7.5.0", - "Microsoft.IdentityModel.Protocols.OpenIdConnect": "7.5.0", - "Microsoft.SqlServer.Server": "1.0.0", - "System.Configuration.ConfigurationManager": "9.0.4", - "System.Security.Cryptography.Pkcs": "9.0.4" - }, - "compile": { - "ref/net9.0/Microsoft.Data.SqlClient.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/Microsoft.Data.SqlClient.dll": { - "related": ".xml" - } - }, - "resource": { - "lib/net9.0/cs/Microsoft.Data.SqlClient.resources.dll": { - "locale": "cs" - }, - "lib/net9.0/de/Microsoft.Data.SqlClient.resources.dll": { - "locale": "de" - }, - "lib/net9.0/es/Microsoft.Data.SqlClient.resources.dll": { - "locale": "es" - }, - "lib/net9.0/fr/Microsoft.Data.SqlClient.resources.dll": { - "locale": "fr" - }, - "lib/net9.0/it/Microsoft.Data.SqlClient.resources.dll": { - "locale": "it" - }, - "lib/net9.0/ja/Microsoft.Data.SqlClient.resources.dll": { - "locale": "ja" - }, - "lib/net9.0/ko/Microsoft.Data.SqlClient.resources.dll": { - "locale": "ko" - }, - "lib/net9.0/pl/Microsoft.Data.SqlClient.resources.dll": { - "locale": "pl" - }, - "lib/net9.0/pt-BR/Microsoft.Data.SqlClient.resources.dll": { - "locale": "pt-BR" - }, - "lib/net9.0/ru/Microsoft.Data.SqlClient.resources.dll": { - "locale": "ru" - }, - "lib/net9.0/tr/Microsoft.Data.SqlClient.resources.dll": { - "locale": "tr" - }, - "lib/net9.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net9.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll": { - "locale": "zh-Hant" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/net9.0/Microsoft.Data.SqlClient.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/net9.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.ApiDescription.Server/6.0.5": { - "type": "package", - "build": { - "build/Microsoft.Extensions.ApiDescription.Server.props": {}, - "build/Microsoft.Extensions.ApiDescription.Server.targets": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Microsoft.Extensions.ApiDescription.Server.props": {}, - "buildMultiTargeting/Microsoft.Extensions.ApiDescription.Server.targets": {} - } - }, - "Microsoft.Extensions.Caching.Abstractions/9.0.4": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.4" - }, - "compile": { - "lib/net9.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Caching.Abstractions.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - }, - "Microsoft.Extensions.Caching.Memory/9.0.4": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "9.0.4", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.4", - "Microsoft.Extensions.Logging.Abstractions": "9.0.4", - "Microsoft.Extensions.Options": "9.0.4", - "Microsoft.Extensions.Primitives": "9.0.4" - }, - "compile": { - "lib/net9.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Caching.Memory.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.4": { - "type": "package", - "compile": { - "lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - }, - "Microsoft.Extensions.Logging.Abstractions/9.0.4": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.4" - }, - "compile": { - "lib/net9.0/Microsoft.Extensions.Logging.Abstractions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Logging.Abstractions.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/Microsoft.Extensions.Logging.Abstractions.targets": {} - } - }, - "Microsoft.Extensions.ObjectPool/8.0.10": { - "type": "package", - "compile": { - "lib/net8.0/Microsoft.Extensions.ObjectPool.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.Extensions.ObjectPool.dll": { - "related": ".xml" - } - } - }, - "Microsoft.Extensions.Options/9.0.4": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.4", - "Microsoft.Extensions.Primitives": "9.0.4" - }, - "compile": { - "lib/net9.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Options.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/Microsoft.Extensions.Options.targets": {} - } - }, - "Microsoft.Extensions.Primitives/9.0.4": { - "type": "package", - "compile": { - "lib/net9.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.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/8.9.0": { - "type": "package", - "compile": { - "lib/net9.0/Microsoft.IdentityModel.Abstractions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/Microsoft.IdentityModel.Abstractions.dll": { - "related": ".xml" - } - } - }, - "Microsoft.IdentityModel.JsonWebTokens/8.9.0": { - "type": "package", - "dependencies": { - "Microsoft.IdentityModel.Tokens": "8.9.0" - }, - "compile": { - "lib/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll": { - "related": ".xml" - } - } - }, - "Microsoft.IdentityModel.Logging/8.9.0": { - "type": "package", - "dependencies": { - "Microsoft.IdentityModel.Abstractions": "8.9.0" - }, - "compile": { - "lib/net9.0/Microsoft.IdentityModel.Logging.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/Microsoft.IdentityModel.Logging.dll": { - "related": ".xml" - } - } - }, - "Microsoft.IdentityModel.Protocols/8.0.1": { - "type": "package", - "dependencies": { - "Microsoft.IdentityModel.Tokens": "8.0.1" - }, - "compile": { - "lib/net9.0/Microsoft.IdentityModel.Protocols.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/Microsoft.IdentityModel.Protocols.dll": { - "related": ".xml" - } - } - }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/8.0.1": { - "type": "package", - "dependencies": { - "Microsoft.IdentityModel.Protocols": "8.0.1", - "System.IdentityModel.Tokens.Jwt": "8.0.1" - }, - "compile": { - "lib/net9.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { - "related": ".xml" - } - } - }, - "Microsoft.IdentityModel.Tokens/8.9.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "8.0.2", - "Microsoft.IdentityModel.Logging": "8.9.0" - }, - "compile": { - "lib/net9.0/Microsoft.IdentityModel.Tokens.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/Microsoft.IdentityModel.Tokens.dll": { - "related": ".xml" - } - } - }, - "Microsoft.IO.RecyclableMemoryStream/3.0.0": { - "type": "package", - "compile": { - "lib/net6.0/Microsoft.IO.RecyclableMemoryStream.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/Microsoft.IO.RecyclableMemoryStream.dll": { - "related": ".xml" - } - } - }, - "Microsoft.NETCore.Platforms/5.0.0": { - "type": "package", - "compile": { - "lib/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.0/_._": {} - } - }, - "Microsoft.OpenApi/1.6.23": { - "type": "package", - "compile": { - "lib/netstandard2.0/Microsoft.OpenApi.dll": { - "related": ".pdb;.xml" - } - }, - "runtime": { - "lib/netstandard2.0/Microsoft.OpenApi.dll": { - "related": ".pdb;.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" - } - } - }, - "Microsoft.Win32.SystemEvents/9.0.0": { - "type": "package", - "compile": { - "lib/net9.0/Microsoft.Win32.SystemEvents.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/Microsoft.Win32.SystemEvents.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/Microsoft.Win32.SystemEvents.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "NPOI/2.7.3": { - "type": "package", - "dependencies": { - "BouncyCastle.Cryptography": "2.3.1", - "Enums.NET": "4.0.1", - "ExtendedNumerics.BigDecimal": "2025.1001.2.129", - "MathNet.Numerics.Signed": "5.0.0", - "Microsoft.IO.RecyclableMemoryStream": "3.0.0", - "SharpZipLib": "1.4.2", - "SixLabors.Fonts": "1.0.1", - "SixLabors.ImageSharp": "2.1.10", - "System.Security.Cryptography.Pkcs": "8.0.1", - "System.Security.Cryptography.Xml": "8.0.2" - }, - "compile": { - "lib/net8.0/NPOI.Core.dll": { - "related": ".pdb;.xml" - }, - "lib/net8.0/NPOI.OOXML.dll": { - "related": ".pdb;.xml" - }, - "lib/net8.0/NPOI.OpenXml4Net.dll": { - "related": ".pdb;.xml" - }, - "lib/net8.0/NPOI.OpenXmlFormats.dll": { - "related": ".pdb;.xml" - } - }, - "runtime": { - "lib/net8.0/NPOI.Core.dll": { - "related": ".pdb;.xml" - }, - "lib/net8.0/NPOI.OOXML.dll": { - "related": ".pdb;.xml" - }, - "lib/net8.0/NPOI.OpenXml4Net.dll": { - "related": ".pdb;.xml" - }, - "lib/net8.0/NPOI.OpenXmlFormats.dll": { - "related": ".pdb;.xml" - } - } - }, - "ReportViewerCore.NETCore/15.1.26": { - "type": "package", - "dependencies": { - "Microsoft.CodeAnalysis.VisualBasic": "4.8.0", - "System.CodeDom": "9.0.0", - "System.Drawing.Common": "9.0.0", - "System.IO.Packaging": "9.0.0", - "System.Resources.Extensions": "6.0.0", - "System.ServiceModel.Http": "8.1.0" - }, - "compile": { - "lib/net9.0/Microsoft.ReportViewer.Common.dll": {}, - "lib/net9.0/Microsoft.ReportViewer.DataVisualization.dll": {}, - "lib/net9.0/Microsoft.ReportViewer.NETCore.dll": {}, - "lib/net9.0/Microsoft.ReportViewer.ProcessingObjectModel.dll": {} - }, - "runtime": { - "lib/net9.0/Microsoft.ReportViewer.Common.dll": {}, - "lib/net9.0/Microsoft.ReportViewer.DataVisualization.dll": {}, - "lib/net9.0/Microsoft.ReportViewer.NETCore.dll": {}, - "lib/net9.0/Microsoft.ReportViewer.ProcessingObjectModel.dll": {} - } - }, - "SharpZipLib/1.4.2": { - "type": "package", - "compile": { - "lib/net6.0/ICSharpCode.SharpZipLib.dll": { - "related": ".pdb;.xml" - } - }, - "runtime": { - "lib/net6.0/ICSharpCode.SharpZipLib.dll": { - "related": ".pdb;.xml" - } - } - }, - "SixLabors.Fonts/1.0.1": { - "type": "package", - "compile": { - "lib/netcoreapp3.1/SixLabors.Fonts.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netcoreapp3.1/SixLabors.Fonts.dll": { - "related": ".xml" - } - } - }, - "SixLabors.ImageSharp/2.1.10": { - "type": "package", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "5.0.0", - "System.Text.Encoding.CodePages": "5.0.0" - }, - "compile": { - "lib/netcoreapp3.1/SixLabors.ImageSharp.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netcoreapp3.1/SixLabors.ImageSharp.dll": { - "related": ".xml" - } - } - }, - "Swashbuckle.AspNetCore/8.1.1": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.ApiDescription.Server": "6.0.5", - "Swashbuckle.AspNetCore.Swagger": "8.1.1", - "Swashbuckle.AspNetCore.SwaggerGen": "8.1.1", - "Swashbuckle.AspNetCore.SwaggerUI": "8.1.1" - }, - "build": { - "build/Swashbuckle.AspNetCore.props": {} - }, - "buildMultiTargeting": { - "buildMultiTargeting/Swashbuckle.AspNetCore.props": {} - } - }, - "Swashbuckle.AspNetCore.Swagger/8.1.1": { - "type": "package", - "dependencies": { - "Microsoft.OpenApi": "1.6.23" - }, - "compile": { - "lib/net9.0/Swashbuckle.AspNetCore.Swagger.dll": { - "related": ".pdb;.xml" - } - }, - "runtime": { - "lib/net9.0/Swashbuckle.AspNetCore.Swagger.dll": { - "related": ".pdb;.xml" - } - }, - "frameworkReferences": [ - "Microsoft.AspNetCore.App" - ] - }, - "Swashbuckle.AspNetCore.SwaggerGen/8.1.1": { - "type": "package", - "dependencies": { - "Swashbuckle.AspNetCore.Swagger": "8.1.1" - }, - "compile": { - "lib/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { - "related": ".pdb;.xml" - } - }, - "runtime": { - "lib/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { - "related": ".pdb;.xml" - } - } - }, - "Swashbuckle.AspNetCore.SwaggerUI/8.1.1": { - "type": "package", - "compile": { - "lib/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { - "related": ".pdb;.xml" - } - }, - "runtime": { - "lib/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { - "related": ".pdb;.xml" - } - }, - "frameworkReferences": [ - "Microsoft.AspNetCore.App" - ] - }, - "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.CodeDom/9.0.0": { - "type": "package", - "compile": { - "lib/net9.0/System.CodeDom.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/System.CodeDom.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - }, - "System.Collections.Immutable/7.0.0": { - "type": "package", - "compile": { - "lib/net7.0/System.Collections.Immutable.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net7.0/System.Collections.Immutable.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "System.Configuration.ConfigurationManager/9.0.4": { - "type": "package", - "dependencies": { - "System.Diagnostics.EventLog": "9.0.4", - "System.Security.Cryptography.ProtectedData": "9.0.4" - }, - "compile": { - "lib/net9.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/System.Configuration.ConfigurationManager.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - }, - "System.Diagnostics.DiagnosticSource/6.0.1": { - "type": "package", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - }, - "compile": { - "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/netcoreapp3.1/_._": {} - } - }, - "System.Diagnostics.EventLog/9.0.4": { - "type": "package", - "compile": { - "lib/net9.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/System.Diagnostics.EventLog.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.Messages.dll": { - "assetType": "runtime", - "rid": "win" - }, - "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Drawing.Common/9.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Win32.SystemEvents": "9.0.0" - }, - "compile": { - "lib/net9.0/System.Drawing.Common.dll": { - "related": ".pdb;.xml" - }, - "lib/net9.0/System.Private.Windows.Core.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/System.Drawing.Common.dll": { - "related": ".pdb;.xml" - }, - "lib/net9.0/System.Private.Windows.Core.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - }, - "System.IdentityModel.Tokens.Jwt/8.9.0": { - "type": "package", - "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "8.9.0", - "Microsoft.IdentityModel.Tokens": "8.9.0" - }, - "compile": { - "lib/net9.0/System.IdentityModel.Tokens.Jwt.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/System.IdentityModel.Tokens.Jwt.dll": { - "related": ".xml" - } - } - }, - "System.IO.Packaging/9.0.0": { - "type": "package", - "compile": { - "lib/net9.0/System.IO.Packaging.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/System.IO.Packaging.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.Reflection.Metadata/7.0.0": { - "type": "package", - "dependencies": { - "System.Collections.Immutable": "7.0.0" - }, - "compile": { - "lib/net7.0/System.Reflection.Metadata.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net7.0/System.Reflection.Metadata.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "System.Resources.Extensions/6.0.0": { - "type": "package", - "compile": { - "lib/net6.0/System.Resources.Extensions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/System.Resources.Extensions.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/netcoreapp3.1/_._": {} - } - }, - "System.Runtime.CompilerServices.Unsafe/6.0.0": { - "type": "package", - "compile": { - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/netcoreapp3.1/_._": {} - } - }, - "System.Security.Cryptography.Pkcs/9.0.4": { - "type": "package", - "compile": { - "lib/net9.0/System.Security.Cryptography.Pkcs.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/System.Security.Cryptography.Pkcs.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.Security.Cryptography.Pkcs.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Security.Cryptography.ProtectedData/9.0.4": { - "type": "package", - "compile": { - "lib/net9.0/System.Security.Cryptography.ProtectedData.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/System.Security.Cryptography.ProtectedData.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - }, - "System.Security.Cryptography.Xml/8.0.2": { - "type": "package", - "dependencies": { - "System.Security.Cryptography.Pkcs": "8.0.1" - }, - "compile": { - "lib/net8.0/System.Security.Cryptography.Xml.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/System.Security.Cryptography.Xml.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "System.ServiceModel.Http/8.1.0": { - "type": "package", - "dependencies": { - "System.ServiceModel.Primitives": "8.1.0" - }, - "compile": { - "ref/net8.0/System.ServiceModel.Http.dll": {} - }, - "runtime": { - "lib/net8.0/System.ServiceModel.Http.dll": { - "related": ".pdb" - } - }, - "resource": { - "lib/net8.0/cs/System.ServiceModel.Http.resources.dll": { - "locale": "cs" - }, - "lib/net8.0/de/System.ServiceModel.Http.resources.dll": { - "locale": "de" - }, - "lib/net8.0/es/System.ServiceModel.Http.resources.dll": { - "locale": "es" - }, - "lib/net8.0/fr/System.ServiceModel.Http.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/it/System.ServiceModel.Http.resources.dll": { - "locale": "it" - }, - "lib/net8.0/ja/System.ServiceModel.Http.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ko/System.ServiceModel.Http.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/pl/System.ServiceModel.Http.resources.dll": { - "locale": "pl" - }, - "lib/net8.0/pt-BR/System.ServiceModel.Http.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/ru/System.ServiceModel.Http.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/tr/System.ServiceModel.Http.resources.dll": { - "locale": "tr" - }, - "lib/net8.0/zh-Hans/System.ServiceModel.Http.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hant/System.ServiceModel.Http.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "System.ServiceModel.Primitives/8.1.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "8.0.10", - "System.Security.Cryptography.Xml": "8.0.2" - }, - "compile": { - "ref/net8.0/System.ServiceModel.Primitives.dll": {} - }, - "runtime": { - "lib/net8.0/System.ServiceModel.Duplex.dll": { - "related": ".pdb" - }, - "lib/net8.0/System.ServiceModel.Primitives.dll": { - "related": ".pdb" - }, - "lib/net8.0/System.ServiceModel.Security.dll": { - "related": ".pdb" - }, - "lib/net8.0/System.ServiceModel.dll": { - "related": ".Duplex.pdb;.pdb;.Primitives.pdb;.Security.pdb" - } - }, - "resource": { - "lib/net8.0/cs/System.ServiceModel.Primitives.resources.dll": { - "locale": "cs" - }, - "lib/net8.0/de/System.ServiceModel.Primitives.resources.dll": { - "locale": "de" - }, - "lib/net8.0/es/System.ServiceModel.Primitives.resources.dll": { - "locale": "es" - }, - "lib/net8.0/fr/System.ServiceModel.Primitives.resources.dll": { - "locale": "fr" - }, - "lib/net8.0/it/System.ServiceModel.Primitives.resources.dll": { - "locale": "it" - }, - "lib/net8.0/ja/System.ServiceModel.Primitives.resources.dll": { - "locale": "ja" - }, - "lib/net8.0/ko/System.ServiceModel.Primitives.resources.dll": { - "locale": "ko" - }, - "lib/net8.0/pl/System.ServiceModel.Primitives.resources.dll": { - "locale": "pl" - }, - "lib/net8.0/pt-BR/System.ServiceModel.Primitives.resources.dll": { - "locale": "pt-BR" - }, - "lib/net8.0/ru/System.ServiceModel.Primitives.resources.dll": { - "locale": "ru" - }, - "lib/net8.0/tr/System.ServiceModel.Primitives.resources.dll": { - "locale": "tr" - }, - "lib/net8.0/zh-Hans/System.ServiceModel.Primitives.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net8.0/zh-Hant/System.ServiceModel.Primitives.resources.dll": { - "locale": "zh-Hant" - } - } - }, - "System.Text.Encoding.CodePages/5.0.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - }, - "compile": { - "lib/netstandard2.0/System.Text.Encoding.CodePages.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Text.Encoding.CodePages.dll": { - "related": ".xml" - } - }, - "runtimeTargets": { - "runtimes/win/lib/netcoreapp2.0/System.Text.Encoding.CodePages.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Text.Encodings.Web/4.7.2": { - "type": "package", - "compile": { - "lib/netstandard2.1/System.Text.Encodings.Web.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.1/System.Text.Encodings.Web.dll": { - "related": ".xml" - } - } - }, - "System.Text.Json/4.7.2": { - "type": "package", - "compile": { - "lib/netcoreapp3.0/System.Text.Json.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netcoreapp3.0/System.Text.Json.dll": { - "related": ".xml" - } - } - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "type": "package", - "compile": { - "ref/netcoreapp2.1/_._": {} - }, - "runtime": { - "lib/netcoreapp2.1/_._": {} - } - } - } - }, - "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" - ] - }, - "BouncyCastle.Cryptography/2.3.1": { - "sha512": "buwoISwecYke3CmgG1AQSg+sNZjJeIb93vTAtJiHZX35hP/teYMxsfg0NDXGUKjGx6BKBTNKc77O2M3vKvlXZQ==", - "type": "package", - "path": "bouncycastle.cryptography/2.3.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.md", - "README.md", - "bouncycastle.cryptography.2.3.1.nupkg.sha512", - "bouncycastle.cryptography.nuspec", - "lib/net461/BouncyCastle.Cryptography.dll", - "lib/net461/BouncyCastle.Cryptography.xml", - "lib/net6.0/BouncyCastle.Cryptography.dll", - "lib/net6.0/BouncyCastle.Cryptography.xml", - "lib/netstandard2.0/BouncyCastle.Cryptography.dll", - "lib/netstandard2.0/BouncyCastle.Cryptography.xml", - "packageIcon.png" - ] - }, - "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" - ] - }, - "Enums.NET/4.0.1": { - "sha512": "OUGCd5L8zHZ61GAf436G0gf/H6yrSUkEpV5vm2CbCUuz9Rx7iLFLP5iHSSfmOtqNpuyo4vYte0CvYEmPZXRmRQ==", - "type": "package", - "path": "enums.net/4.0.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "enums.net.4.0.1.nupkg.sha512", - "enums.net.nuspec", - "lib/net45/Enums.NET.dll", - "lib/net45/Enums.NET.pdb", - "lib/net45/Enums.NET.xml", - "lib/netcoreapp3.0/Enums.NET.dll", - "lib/netcoreapp3.0/Enums.NET.pdb", - "lib/netcoreapp3.0/Enums.NET.xml", - "lib/netstandard1.0/Enums.NET.dll", - "lib/netstandard1.0/Enums.NET.pdb", - "lib/netstandard1.0/Enums.NET.xml", - "lib/netstandard1.1/Enums.NET.dll", - "lib/netstandard1.1/Enums.NET.pdb", - "lib/netstandard1.1/Enums.NET.xml", - "lib/netstandard1.3/Enums.NET.dll", - "lib/netstandard1.3/Enums.NET.pdb", - "lib/netstandard1.3/Enums.NET.xml", - "lib/netstandard2.0/Enums.NET.dll", - "lib/netstandard2.0/Enums.NET.pdb", - "lib/netstandard2.0/Enums.NET.xml", - "lib/netstandard2.1/Enums.NET.dll", - "lib/netstandard2.1/Enums.NET.pdb", - "lib/netstandard2.1/Enums.NET.xml" - ] - }, - "ExtendedNumerics.BigDecimal/2025.1001.2.129": { - "sha512": "+woGT1lsBtwkntOpx2EZbdbySv0aWPefE0vrfvclxVdbi4oa2bbtphFPWgMiQe+kRCPICbfFJwp6w1DuR7Ge2Q==", - "type": "package", - "path": "extendednumerics.bigdecimal/2025.1001.2.129", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "extendednumerics.bigdecimal.2025.1001.2.129.nupkg.sha512", - "extendednumerics.bigdecimal.nuspec", - "lib/net45/ExtendedNumerics.BigDecimal.dll", - "lib/net45/ExtendedNumerics.BigDecimal.xml", - "lib/net46/ExtendedNumerics.BigDecimal.dll", - "lib/net46/ExtendedNumerics.BigDecimal.xml", - "lib/net472/ExtendedNumerics.BigDecimal.dll", - "lib/net472/ExtendedNumerics.BigDecimal.xml", - "lib/net48/ExtendedNumerics.BigDecimal.dll", - "lib/net48/ExtendedNumerics.BigDecimal.xml", - "lib/net5.0/ExtendedNumerics.BigDecimal.dll", - "lib/net5.0/ExtendedNumerics.BigDecimal.xml", - "lib/net6.0/ExtendedNumerics.BigDecimal.dll", - "lib/net6.0/ExtendedNumerics.BigDecimal.xml", - "lib/net7.0/ExtendedNumerics.BigDecimal.dll", - "lib/net7.0/ExtendedNumerics.BigDecimal.xml", - "lib/net8.0/ExtendedNumerics.BigDecimal.dll", - "lib/net8.0/ExtendedNumerics.BigDecimal.xml", - "lib/netcoreapp3.1/ExtendedNumerics.BigDecimal.dll", - "lib/netcoreapp3.1/ExtendedNumerics.BigDecimal.xml", - "lib/netstandard2.0/ExtendedNumerics.BigDecimal.dll", - "lib/netstandard2.0/ExtendedNumerics.BigDecimal.xml", - "lib/netstandard2.1/ExtendedNumerics.BigDecimal.dll", - "lib/netstandard2.1/ExtendedNumerics.BigDecimal.xml" - ] - }, - "MathNet.Numerics.Signed/5.0.0": { - "sha512": "PSrHBVMf41SjbhlnpOMnoir8YgkyEJ6/nwxvjYpH+vJCexNcx2ms6zRww5yLVqLet1xLJgZ39swtKRTLhWdnAw==", - "type": "package", - "path": "mathnet.numerics.signed/5.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "icon.png", - "lib/net461/MathNet.Numerics.dll", - "lib/net461/MathNet.Numerics.xml", - "lib/net48/MathNet.Numerics.dll", - "lib/net48/MathNet.Numerics.xml", - "lib/net5.0/MathNet.Numerics.dll", - "lib/net5.0/MathNet.Numerics.xml", - "lib/net6.0/MathNet.Numerics.dll", - "lib/net6.0/MathNet.Numerics.xml", - "lib/netstandard2.0/MathNet.Numerics.dll", - "lib/netstandard2.0/MathNet.Numerics.xml", - "mathnet.numerics.signed.5.0.0.nupkg.sha512", - "mathnet.numerics.signed.nuspec" - ] - }, - "Microsoft.AspNetCore.Authentication.JwtBearer/9.0.4": { - "sha512": "0HgfWPfnjlzWFbW4pw6FYNuIMV8obVU+MUkiZ33g4UOpvZcmdWzdayfheKPZ5+EUly8SvfgW0dJwwIrW4IVLZQ==", - "type": "package", - "path": "microsoft.aspnetcore.authentication.jwtbearer/9.0.4", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "lib/net9.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll", - "lib/net9.0/Microsoft.AspNetCore.Authentication.JwtBearer.xml", - "microsoft.aspnetcore.authentication.jwtbearer.9.0.4.nupkg.sha512", - "microsoft.aspnetcore.authentication.jwtbearer.nuspec" - ] - }, - "Microsoft.AspNetCore.OpenApi/9.0.3": { - "sha512": "fKh0UyGMUE+lhbovMhh3g88b9bT+y2jfZIuJ8ljY7rcCaSJ9m2Qqqbh66oULFfzWE2BUAmimzTGcPcq3jXi/Ew==", - "type": "package", - "path": "microsoft.aspnetcore.openapi/9.0.3", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "lib/net9.0/Microsoft.AspNetCore.OpenApi.dll", - "lib/net9.0/Microsoft.AspNetCore.OpenApi.xml", - "microsoft.aspnetcore.openapi.9.0.3.nupkg.sha512", - "microsoft.aspnetcore.openapi.nuspec" - ] - }, - "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/9.0.4": { - "sha512": "YgZYAWzyNuPVtPq6WNm0bqOWNjYaWgl5mBWTGZyNoXitYBUYSp6iUB9AwK0V1mo793qRJUXz2t6UZrWITZSvuQ==", - "type": "package", - "path": "microsoft.bcl.cryptography/9.0.4", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Bcl.Cryptography.targets", - "buildTransitive/net462/_._", - "buildTransitive/net8.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/net9.0/Microsoft.Bcl.Cryptography.dll", - "lib/net9.0/Microsoft.Bcl.Cryptography.xml", - "lib/netstandard2.0/Microsoft.Bcl.Cryptography.dll", - "lib/netstandard2.0/Microsoft.Bcl.Cryptography.xml", - "microsoft.bcl.cryptography.9.0.4.nupkg.sha512", - "microsoft.bcl.cryptography.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.CodeAnalysis.Analyzers/3.3.4": { - "sha512": "AxkxcPR+rheX0SmvpLVIGLhOUXAKG56a64kV9VQZ4y9gR9ZmPXnqZvHJnmwLSwzrEP6junUF11vuc+aqo5r68g==", - "type": "package", - "path": "microsoft.codeanalysis.analyzers/3.3.4", - "hasTools": true, - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "ThirdPartyNotices.txt", - "analyzers/dotnet/cs/Microsoft.CodeAnalysis.Analyzers.dll", - "analyzers/dotnet/cs/Microsoft.CodeAnalysis.CSharp.Analyzers.dll", - "analyzers/dotnet/cs/cs/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/cs/de/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/cs/es/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/cs/fr/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/cs/it/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/cs/ja/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/cs/ko/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/cs/pl/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/cs/pt-BR/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/cs/ru/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/cs/tr/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/cs/zh-Hans/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/cs/zh-Hant/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/vb/Microsoft.CodeAnalysis.Analyzers.dll", - "analyzers/dotnet/vb/Microsoft.CodeAnalysis.VisualBasic.Analyzers.dll", - "analyzers/dotnet/vb/cs/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/vb/de/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/vb/es/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/vb/fr/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/vb/it/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/vb/ja/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/vb/ko/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/vb/pl/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/vb/pt-BR/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/vb/ru/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/vb/tr/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/vb/zh-Hans/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "analyzers/dotnet/vb/zh-Hant/Microsoft.CodeAnalysis.Analyzers.resources.dll", - "buildTransitive/Microsoft.CodeAnalysis.Analyzers.props", - "buildTransitive/Microsoft.CodeAnalysis.Analyzers.targets", - "buildTransitive/config/analysislevel_2_9_8_all.globalconfig", - "buildTransitive/config/analysislevel_2_9_8_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_2_9_8_default.globalconfig", - "buildTransitive/config/analysislevel_2_9_8_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_2_9_8_minimum.globalconfig", - "buildTransitive/config/analysislevel_2_9_8_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_2_9_8_none.globalconfig", - "buildTransitive/config/analysislevel_2_9_8_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_2_9_8_recommended.globalconfig", - "buildTransitive/config/analysislevel_2_9_8_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_3_3_all.globalconfig", - "buildTransitive/config/analysislevel_3_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_3_3_default.globalconfig", - "buildTransitive/config/analysislevel_3_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevel_3_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_3_3_none.globalconfig", - "buildTransitive/config/analysislevel_3_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevel_3_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_3_all.globalconfig", - "buildTransitive/config/analysislevel_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_3_default.globalconfig", - "buildTransitive/config/analysislevel_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevel_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_3_none.globalconfig", - "buildTransitive/config/analysislevel_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevel_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_all.globalconfig", - "buildTransitive/config/analysislevel_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_default.globalconfig", - "buildTransitive/config/analysislevel_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_minimum.globalconfig", - "buildTransitive/config/analysislevel_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_none.globalconfig", - "buildTransitive/config/analysislevel_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_3_recommended.globalconfig", - "buildTransitive/config/analysislevel_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_4_3_all.globalconfig", - "buildTransitive/config/analysislevel_4_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_4_3_default.globalconfig", - "buildTransitive/config/analysislevel_4_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_4_3_minimum.globalconfig", - "buildTransitive/config/analysislevel_4_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_4_3_none.globalconfig", - "buildTransitive/config/analysislevel_4_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevel_4_3_recommended.globalconfig", - "buildTransitive/config/analysislevel_4_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_2_9_8_all.globalconfig", - "buildTransitive/config/analysislevelcorrectness_2_9_8_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_2_9_8_default.globalconfig", - "buildTransitive/config/analysislevelcorrectness_2_9_8_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_2_9_8_minimum.globalconfig", - "buildTransitive/config/analysislevelcorrectness_2_9_8_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_2_9_8_none.globalconfig", - "buildTransitive/config/analysislevelcorrectness_2_9_8_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_2_9_8_recommended.globalconfig", - "buildTransitive/config/analysislevelcorrectness_2_9_8_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_3_all.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_3_default.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_3_none.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_all.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_default.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_none.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_all.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_default.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_minimum.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_none.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_recommended.globalconfig", - "buildTransitive/config/analysislevelcorrectness_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_4_3_all.globalconfig", - "buildTransitive/config/analysislevelcorrectness_4_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_4_3_default.globalconfig", - "buildTransitive/config/analysislevelcorrectness_4_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_4_3_minimum.globalconfig", - "buildTransitive/config/analysislevelcorrectness_4_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_4_3_none.globalconfig", - "buildTransitive/config/analysislevelcorrectness_4_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelcorrectness_4_3_recommended.globalconfig", - "buildTransitive/config/analysislevelcorrectness_4_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_2_9_8_all.globalconfig", - "buildTransitive/config/analysislevellibrary_2_9_8_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_2_9_8_default.globalconfig", - "buildTransitive/config/analysislevellibrary_2_9_8_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_2_9_8_minimum.globalconfig", - "buildTransitive/config/analysislevellibrary_2_9_8_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_2_9_8_none.globalconfig", - "buildTransitive/config/analysislevellibrary_2_9_8_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_2_9_8_recommended.globalconfig", - "buildTransitive/config/analysislevellibrary_2_9_8_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_3_all.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_3_default.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_3_none.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_all.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_default.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_none.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevellibrary_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_all.globalconfig", - "buildTransitive/config/analysislevellibrary_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_default.globalconfig", - "buildTransitive/config/analysislevellibrary_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_minimum.globalconfig", - "buildTransitive/config/analysislevellibrary_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_none.globalconfig", - "buildTransitive/config/analysislevellibrary_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_3_recommended.globalconfig", - "buildTransitive/config/analysislevellibrary_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_4_3_all.globalconfig", - "buildTransitive/config/analysislevellibrary_4_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_4_3_default.globalconfig", - "buildTransitive/config/analysislevellibrary_4_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_4_3_minimum.globalconfig", - "buildTransitive/config/analysislevellibrary_4_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_4_3_none.globalconfig", - "buildTransitive/config/analysislevellibrary_4_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevellibrary_4_3_recommended.globalconfig", - "buildTransitive/config/analysislevellibrary_4_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_4_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_4_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_4_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_4_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_4_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_4_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_4_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_4_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_4_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscompatibility_4_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_4_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_4_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_4_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_4_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_4_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_4_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_4_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_4_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_4_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysiscorrectness_4_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_4_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_4_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_4_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_4_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_4_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_4_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_4_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_4_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_4_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdesign_4_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_4_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_4_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_4_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_4_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_4_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_4_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_4_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_4_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_4_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisdocumentation_4_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_4_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_4_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_4_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_4_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_4_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_4_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_4_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_4_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_4_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysislocalization_4_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_4_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_4_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_4_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_4_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_4_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_4_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_4_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_4_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_4_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_4_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_recommended_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_4_3_all.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_4_3_all_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_4_3_default.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_4_3_default_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_4_3_minimum.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_4_3_minimum_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_4_3_none.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_4_3_none_warnaserror.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_4_3_recommended.globalconfig", - "buildTransitive/config/analysislevelmicrosoftcodeanalysisreleasetracking_4_3_recommended_warnaserror.globalconfig", - "documentation/Analyzer Configuration.md", - "documentation/Microsoft.CodeAnalysis.Analyzers.md", - "documentation/Microsoft.CodeAnalysis.Analyzers.sarif", - "editorconfig/AllRulesDefault/.editorconfig", - "editorconfig/AllRulesDisabled/.editorconfig", - "editorconfig/AllRulesEnabled/.editorconfig", - "editorconfig/CorrectnessRulesDefault/.editorconfig", - "editorconfig/CorrectnessRulesEnabled/.editorconfig", - "editorconfig/DataflowRulesDefault/.editorconfig", - "editorconfig/DataflowRulesEnabled/.editorconfig", - "editorconfig/LibraryRulesDefault/.editorconfig", - "editorconfig/LibraryRulesEnabled/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisCompatibilityRulesDefault/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisCompatibilityRulesEnabled/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisCorrectnessRulesDefault/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisCorrectnessRulesEnabled/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisDesignRulesDefault/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisDesignRulesEnabled/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisDocumentationRulesDefault/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisDocumentationRulesEnabled/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisLocalizationRulesDefault/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisLocalizationRulesEnabled/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisPerformanceRulesDefault/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisPerformanceRulesEnabled/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisReleaseTrackingRulesDefault/.editorconfig", - "editorconfig/MicrosoftCodeAnalysisReleaseTrackingRulesEnabled/.editorconfig", - "editorconfig/PortedFromFxCopRulesDefault/.editorconfig", - "editorconfig/PortedFromFxCopRulesEnabled/.editorconfig", - "microsoft.codeanalysis.analyzers.3.3.4.nupkg.sha512", - "microsoft.codeanalysis.analyzers.nuspec", - "rulesets/AllRulesDefault.ruleset", - "rulesets/AllRulesDisabled.ruleset", - "rulesets/AllRulesEnabled.ruleset", - "rulesets/CorrectnessRulesDefault.ruleset", - "rulesets/CorrectnessRulesEnabled.ruleset", - "rulesets/DataflowRulesDefault.ruleset", - "rulesets/DataflowRulesEnabled.ruleset", - "rulesets/LibraryRulesDefault.ruleset", - "rulesets/LibraryRulesEnabled.ruleset", - "rulesets/MicrosoftCodeAnalysisCompatibilityRulesDefault.ruleset", - "rulesets/MicrosoftCodeAnalysisCompatibilityRulesEnabled.ruleset", - "rulesets/MicrosoftCodeAnalysisCorrectnessRulesDefault.ruleset", - "rulesets/MicrosoftCodeAnalysisCorrectnessRulesEnabled.ruleset", - "rulesets/MicrosoftCodeAnalysisDesignRulesDefault.ruleset", - "rulesets/MicrosoftCodeAnalysisDesignRulesEnabled.ruleset", - "rulesets/MicrosoftCodeAnalysisDocumentationRulesDefault.ruleset", - "rulesets/MicrosoftCodeAnalysisDocumentationRulesEnabled.ruleset", - "rulesets/MicrosoftCodeAnalysisLocalizationRulesDefault.ruleset", - "rulesets/MicrosoftCodeAnalysisLocalizationRulesEnabled.ruleset", - "rulesets/MicrosoftCodeAnalysisPerformanceRulesDefault.ruleset", - "rulesets/MicrosoftCodeAnalysisPerformanceRulesEnabled.ruleset", - "rulesets/MicrosoftCodeAnalysisReleaseTrackingRulesDefault.ruleset", - "rulesets/MicrosoftCodeAnalysisReleaseTrackingRulesEnabled.ruleset", - "rulesets/PortedFromFxCopRulesDefault.ruleset", - "rulesets/PortedFromFxCopRulesEnabled.ruleset", - "tools/install.ps1", - "tools/uninstall.ps1" - ] - }, - "Microsoft.CodeAnalysis.Common/4.8.0": { - "sha512": "/jR+e/9aT+BApoQJABlVCKnnggGQbvGh7BKq2/wI1LamxC+LbzhcLj4Vj7gXCofl1n4E521YfF9w0WcASGg/KA==", - "type": "package", - "path": "microsoft.codeanalysis.common/4.8.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "ThirdPartyNotices.rtf", - "lib/net6.0/Microsoft.CodeAnalysis.dll", - "lib/net6.0/Microsoft.CodeAnalysis.pdb", - "lib/net6.0/Microsoft.CodeAnalysis.xml", - "lib/net6.0/cs/Microsoft.CodeAnalysis.resources.dll", - "lib/net6.0/de/Microsoft.CodeAnalysis.resources.dll", - "lib/net6.0/es/Microsoft.CodeAnalysis.resources.dll", - "lib/net6.0/fr/Microsoft.CodeAnalysis.resources.dll", - "lib/net6.0/it/Microsoft.CodeAnalysis.resources.dll", - "lib/net6.0/ja/Microsoft.CodeAnalysis.resources.dll", - "lib/net6.0/ko/Microsoft.CodeAnalysis.resources.dll", - "lib/net6.0/pl/Microsoft.CodeAnalysis.resources.dll", - "lib/net6.0/pt-BR/Microsoft.CodeAnalysis.resources.dll", - "lib/net6.0/ru/Microsoft.CodeAnalysis.resources.dll", - "lib/net6.0/tr/Microsoft.CodeAnalysis.resources.dll", - "lib/net6.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll", - "lib/net6.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/Microsoft.CodeAnalysis.dll", - "lib/net7.0/Microsoft.CodeAnalysis.pdb", - "lib/net7.0/Microsoft.CodeAnalysis.xml", - "lib/net7.0/cs/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/de/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/es/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/fr/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/it/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/ja/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/ko/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/pl/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/ru/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/tr/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/Microsoft.CodeAnalysis.dll", - "lib/netstandard2.0/Microsoft.CodeAnalysis.pdb", - "lib/netstandard2.0/Microsoft.CodeAnalysis.xml", - "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/de/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/es/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/it/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll", - "microsoft.codeanalysis.common.4.8.0.nupkg.sha512", - "microsoft.codeanalysis.common.nuspec" - ] - }, - "Microsoft.CodeAnalysis.VisualBasic/4.8.0": { - "sha512": "kfHPh/etcWypMDYfHxgfitgJMhi986OFCICb76RPcA1Toordf6bBYEJytWr2L5CNdkXFWuw5qTkrlsktBav4VA==", - "type": "package", - "path": "microsoft.codeanalysis.visualbasic/4.8.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "ThirdPartyNotices.rtf", - "lib/net6.0/Microsoft.CodeAnalysis.VisualBasic.dll", - "lib/net6.0/Microsoft.CodeAnalysis.VisualBasic.pdb", - "lib/net6.0/Microsoft.CodeAnalysis.VisualBasic.xml", - "lib/net6.0/cs/Microsoft.CodeAnalysis.VisualBasic.resources.dll", - "lib/net6.0/de/Microsoft.CodeAnalysis.VisualBasic.resources.dll", - "lib/net6.0/es/Microsoft.CodeAnalysis.VisualBasic.resources.dll", - "lib/net6.0/fr/Microsoft.CodeAnalysis.VisualBasic.resources.dll", - "lib/net6.0/it/Microsoft.CodeAnalysis.VisualBasic.resources.dll", - "lib/net6.0/ja/Microsoft.CodeAnalysis.VisualBasic.resources.dll", - "lib/net6.0/ko/Microsoft.CodeAnalysis.VisualBasic.resources.dll", - "lib/net6.0/pl/Microsoft.CodeAnalysis.VisualBasic.resources.dll", - "lib/net6.0/pt-BR/Microsoft.CodeAnalysis.VisualBasic.resources.dll", - "lib/net6.0/ru/Microsoft.CodeAnalysis.VisualBasic.resources.dll", - "lib/net6.0/tr/Microsoft.CodeAnalysis.VisualBasic.resources.dll", - "lib/net6.0/zh-Hans/Microsoft.CodeAnalysis.VisualBasic.resources.dll", - "lib/net6.0/zh-Hant/Microsoft.CodeAnalysis.VisualBasic.resources.dll", - "lib/net7.0/Microsoft.CodeAnalysis.VisualBasic.dll", - "lib/net7.0/Microsoft.CodeAnalysis.VisualBasic.pdb", - "lib/net7.0/Microsoft.CodeAnalysis.VisualBasic.xml", - "lib/net7.0/cs/Microsoft.CodeAnalysis.VisualBasic.resources.dll", - "lib/net7.0/de/Microsoft.CodeAnalysis.VisualBasic.resources.dll", - "lib/net7.0/es/Microsoft.CodeAnalysis.VisualBasic.resources.dll", - "lib/net7.0/fr/Microsoft.CodeAnalysis.VisualBasic.resources.dll", - "lib/net7.0/it/Microsoft.CodeAnalysis.VisualBasic.resources.dll", - "lib/net7.0/ja/Microsoft.CodeAnalysis.VisualBasic.resources.dll", - "lib/net7.0/ko/Microsoft.CodeAnalysis.VisualBasic.resources.dll", - "lib/net7.0/pl/Microsoft.CodeAnalysis.VisualBasic.resources.dll", - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.VisualBasic.resources.dll", - "lib/net7.0/ru/Microsoft.CodeAnalysis.VisualBasic.resources.dll", - "lib/net7.0/tr/Microsoft.CodeAnalysis.VisualBasic.resources.dll", - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.VisualBasic.resources.dll", - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.VisualBasic.resources.dll", - "lib/netstandard2.0/Microsoft.CodeAnalysis.VisualBasic.dll", - "lib/netstandard2.0/Microsoft.CodeAnalysis.VisualBasic.pdb", - "lib/netstandard2.0/Microsoft.CodeAnalysis.VisualBasic.xml", - "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.VisualBasic.resources.dll", - "lib/netstandard2.0/de/Microsoft.CodeAnalysis.VisualBasic.resources.dll", - "lib/netstandard2.0/es/Microsoft.CodeAnalysis.VisualBasic.resources.dll", - "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.VisualBasic.resources.dll", - "lib/netstandard2.0/it/Microsoft.CodeAnalysis.VisualBasic.resources.dll", - "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.VisualBasic.resources.dll", - "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.VisualBasic.resources.dll", - "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.VisualBasic.resources.dll", - "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.VisualBasic.resources.dll", - "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.VisualBasic.resources.dll", - "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.VisualBasic.resources.dll", - "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.VisualBasic.resources.dll", - "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.VisualBasic.resources.dll", - "microsoft.codeanalysis.visualbasic.4.8.0.nupkg.sha512", - "microsoft.codeanalysis.visualbasic.nuspec" - ] - }, - "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.ApiDescription.Server/6.0.5": { - "sha512": "Ckb5EDBUNJdFWyajfXzUIMRkhf52fHZOQuuZg/oiu8y7zDCVwD0iHhew6MnThjHmevanpxL3f5ci2TtHQEN6bw==", - "type": "package", - "path": "microsoft.extensions.apidescription.server/6.0.5", - "hasTools": true, - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "build/Microsoft.Extensions.ApiDescription.Server.props", - "build/Microsoft.Extensions.ApiDescription.Server.targets", - "buildMultiTargeting/Microsoft.Extensions.ApiDescription.Server.props", - "buildMultiTargeting/Microsoft.Extensions.ApiDescription.Server.targets", - "microsoft.extensions.apidescription.server.6.0.5.nupkg.sha512", - "microsoft.extensions.apidescription.server.nuspec", - "tools/Newtonsoft.Json.dll", - "tools/dotnet-getdocument.deps.json", - "tools/dotnet-getdocument.dll", - "tools/dotnet-getdocument.runtimeconfig.json", - "tools/net461-x86/GetDocument.Insider.exe", - "tools/net461-x86/GetDocument.Insider.exe.config", - "tools/net461-x86/Microsoft.Win32.Primitives.dll", - "tools/net461-x86/System.AppContext.dll", - "tools/net461-x86/System.Buffers.dll", - "tools/net461-x86/System.Collections.Concurrent.dll", - "tools/net461-x86/System.Collections.NonGeneric.dll", - "tools/net461-x86/System.Collections.Specialized.dll", - "tools/net461-x86/System.Collections.dll", - "tools/net461-x86/System.ComponentModel.EventBasedAsync.dll", - "tools/net461-x86/System.ComponentModel.Primitives.dll", - "tools/net461-x86/System.ComponentModel.TypeConverter.dll", - "tools/net461-x86/System.ComponentModel.dll", - "tools/net461-x86/System.Console.dll", - "tools/net461-x86/System.Data.Common.dll", - "tools/net461-x86/System.Diagnostics.Contracts.dll", - "tools/net461-x86/System.Diagnostics.Debug.dll", - "tools/net461-x86/System.Diagnostics.DiagnosticSource.dll", - "tools/net461-x86/System.Diagnostics.FileVersionInfo.dll", - "tools/net461-x86/System.Diagnostics.Process.dll", - "tools/net461-x86/System.Diagnostics.StackTrace.dll", - "tools/net461-x86/System.Diagnostics.TextWriterTraceListener.dll", - "tools/net461-x86/System.Diagnostics.Tools.dll", - "tools/net461-x86/System.Diagnostics.TraceSource.dll", - "tools/net461-x86/System.Diagnostics.Tracing.dll", - "tools/net461-x86/System.Drawing.Primitives.dll", - "tools/net461-x86/System.Dynamic.Runtime.dll", - "tools/net461-x86/System.Globalization.Calendars.dll", - "tools/net461-x86/System.Globalization.Extensions.dll", - "tools/net461-x86/System.Globalization.dll", - "tools/net461-x86/System.IO.Compression.ZipFile.dll", - "tools/net461-x86/System.IO.Compression.dll", - "tools/net461-x86/System.IO.FileSystem.DriveInfo.dll", - "tools/net461-x86/System.IO.FileSystem.Primitives.dll", - "tools/net461-x86/System.IO.FileSystem.Watcher.dll", - "tools/net461-x86/System.IO.FileSystem.dll", - "tools/net461-x86/System.IO.IsolatedStorage.dll", - "tools/net461-x86/System.IO.MemoryMappedFiles.dll", - "tools/net461-x86/System.IO.Pipes.dll", - "tools/net461-x86/System.IO.UnmanagedMemoryStream.dll", - "tools/net461-x86/System.IO.dll", - "tools/net461-x86/System.Linq.Expressions.dll", - "tools/net461-x86/System.Linq.Parallel.dll", - "tools/net461-x86/System.Linq.Queryable.dll", - "tools/net461-x86/System.Linq.dll", - "tools/net461-x86/System.Memory.dll", - "tools/net461-x86/System.Net.Http.dll", - "tools/net461-x86/System.Net.NameResolution.dll", - "tools/net461-x86/System.Net.NetworkInformation.dll", - "tools/net461-x86/System.Net.Ping.dll", - "tools/net461-x86/System.Net.Primitives.dll", - "tools/net461-x86/System.Net.Requests.dll", - "tools/net461-x86/System.Net.Security.dll", - "tools/net461-x86/System.Net.Sockets.dll", - "tools/net461-x86/System.Net.WebHeaderCollection.dll", - "tools/net461-x86/System.Net.WebSockets.Client.dll", - "tools/net461-x86/System.Net.WebSockets.dll", - "tools/net461-x86/System.Numerics.Vectors.dll", - "tools/net461-x86/System.ObjectModel.dll", - "tools/net461-x86/System.Reflection.Extensions.dll", - "tools/net461-x86/System.Reflection.Primitives.dll", - "tools/net461-x86/System.Reflection.dll", - "tools/net461-x86/System.Resources.Reader.dll", - "tools/net461-x86/System.Resources.ResourceManager.dll", - "tools/net461-x86/System.Resources.Writer.dll", - "tools/net461-x86/System.Runtime.CompilerServices.Unsafe.dll", - "tools/net461-x86/System.Runtime.CompilerServices.VisualC.dll", - "tools/net461-x86/System.Runtime.Extensions.dll", - "tools/net461-x86/System.Runtime.Handles.dll", - "tools/net461-x86/System.Runtime.InteropServices.RuntimeInformation.dll", - "tools/net461-x86/System.Runtime.InteropServices.dll", - "tools/net461-x86/System.Runtime.Numerics.dll", - "tools/net461-x86/System.Runtime.Serialization.Formatters.dll", - "tools/net461-x86/System.Runtime.Serialization.Json.dll", - "tools/net461-x86/System.Runtime.Serialization.Primitives.dll", - "tools/net461-x86/System.Runtime.Serialization.Xml.dll", - "tools/net461-x86/System.Runtime.dll", - "tools/net461-x86/System.Security.Claims.dll", - "tools/net461-x86/System.Security.Cryptography.Algorithms.dll", - "tools/net461-x86/System.Security.Cryptography.Csp.dll", - "tools/net461-x86/System.Security.Cryptography.Encoding.dll", - "tools/net461-x86/System.Security.Cryptography.Primitives.dll", - "tools/net461-x86/System.Security.Cryptography.X509Certificates.dll", - "tools/net461-x86/System.Security.Principal.dll", - "tools/net461-x86/System.Security.SecureString.dll", - "tools/net461-x86/System.Text.Encoding.Extensions.dll", - "tools/net461-x86/System.Text.Encoding.dll", - "tools/net461-x86/System.Text.RegularExpressions.dll", - "tools/net461-x86/System.Threading.Overlapped.dll", - "tools/net461-x86/System.Threading.Tasks.Parallel.dll", - "tools/net461-x86/System.Threading.Tasks.dll", - "tools/net461-x86/System.Threading.Thread.dll", - "tools/net461-x86/System.Threading.ThreadPool.dll", - "tools/net461-x86/System.Threading.Timer.dll", - "tools/net461-x86/System.Threading.dll", - "tools/net461-x86/System.ValueTuple.dll", - "tools/net461-x86/System.Xml.ReaderWriter.dll", - "tools/net461-x86/System.Xml.XDocument.dll", - "tools/net461-x86/System.Xml.XPath.XDocument.dll", - "tools/net461-x86/System.Xml.XPath.dll", - "tools/net461-x86/System.Xml.XmlDocument.dll", - "tools/net461-x86/System.Xml.XmlSerializer.dll", - "tools/net461-x86/netstandard.dll", - "tools/net461/GetDocument.Insider.exe", - "tools/net461/GetDocument.Insider.exe.config", - "tools/net461/Microsoft.Win32.Primitives.dll", - "tools/net461/System.AppContext.dll", - "tools/net461/System.Buffers.dll", - "tools/net461/System.Collections.Concurrent.dll", - "tools/net461/System.Collections.NonGeneric.dll", - "tools/net461/System.Collections.Specialized.dll", - "tools/net461/System.Collections.dll", - "tools/net461/System.ComponentModel.EventBasedAsync.dll", - "tools/net461/System.ComponentModel.Primitives.dll", - "tools/net461/System.ComponentModel.TypeConverter.dll", - "tools/net461/System.ComponentModel.dll", - "tools/net461/System.Console.dll", - "tools/net461/System.Data.Common.dll", - "tools/net461/System.Diagnostics.Contracts.dll", - "tools/net461/System.Diagnostics.Debug.dll", - "tools/net461/System.Diagnostics.DiagnosticSource.dll", - "tools/net461/System.Diagnostics.FileVersionInfo.dll", - "tools/net461/System.Diagnostics.Process.dll", - "tools/net461/System.Diagnostics.StackTrace.dll", - "tools/net461/System.Diagnostics.TextWriterTraceListener.dll", - "tools/net461/System.Diagnostics.Tools.dll", - "tools/net461/System.Diagnostics.TraceSource.dll", - "tools/net461/System.Diagnostics.Tracing.dll", - "tools/net461/System.Drawing.Primitives.dll", - "tools/net461/System.Dynamic.Runtime.dll", - "tools/net461/System.Globalization.Calendars.dll", - "tools/net461/System.Globalization.Extensions.dll", - "tools/net461/System.Globalization.dll", - "tools/net461/System.IO.Compression.ZipFile.dll", - "tools/net461/System.IO.Compression.dll", - "tools/net461/System.IO.FileSystem.DriveInfo.dll", - "tools/net461/System.IO.FileSystem.Primitives.dll", - "tools/net461/System.IO.FileSystem.Watcher.dll", - "tools/net461/System.IO.FileSystem.dll", - "tools/net461/System.IO.IsolatedStorage.dll", - "tools/net461/System.IO.MemoryMappedFiles.dll", - "tools/net461/System.IO.Pipes.dll", - "tools/net461/System.IO.UnmanagedMemoryStream.dll", - "tools/net461/System.IO.dll", - "tools/net461/System.Linq.Expressions.dll", - "tools/net461/System.Linq.Parallel.dll", - "tools/net461/System.Linq.Queryable.dll", - "tools/net461/System.Linq.dll", - "tools/net461/System.Memory.dll", - "tools/net461/System.Net.Http.dll", - "tools/net461/System.Net.NameResolution.dll", - "tools/net461/System.Net.NetworkInformation.dll", - "tools/net461/System.Net.Ping.dll", - "tools/net461/System.Net.Primitives.dll", - "tools/net461/System.Net.Requests.dll", - "tools/net461/System.Net.Security.dll", - "tools/net461/System.Net.Sockets.dll", - "tools/net461/System.Net.WebHeaderCollection.dll", - "tools/net461/System.Net.WebSockets.Client.dll", - "tools/net461/System.Net.WebSockets.dll", - "tools/net461/System.Numerics.Vectors.dll", - "tools/net461/System.ObjectModel.dll", - "tools/net461/System.Reflection.Extensions.dll", - "tools/net461/System.Reflection.Primitives.dll", - "tools/net461/System.Reflection.dll", - "tools/net461/System.Resources.Reader.dll", - "tools/net461/System.Resources.ResourceManager.dll", - "tools/net461/System.Resources.Writer.dll", - "tools/net461/System.Runtime.CompilerServices.Unsafe.dll", - "tools/net461/System.Runtime.CompilerServices.VisualC.dll", - "tools/net461/System.Runtime.Extensions.dll", - "tools/net461/System.Runtime.Handles.dll", - "tools/net461/System.Runtime.InteropServices.RuntimeInformation.dll", - "tools/net461/System.Runtime.InteropServices.dll", - "tools/net461/System.Runtime.Numerics.dll", - "tools/net461/System.Runtime.Serialization.Formatters.dll", - "tools/net461/System.Runtime.Serialization.Json.dll", - "tools/net461/System.Runtime.Serialization.Primitives.dll", - "tools/net461/System.Runtime.Serialization.Xml.dll", - "tools/net461/System.Runtime.dll", - "tools/net461/System.Security.Claims.dll", - "tools/net461/System.Security.Cryptography.Algorithms.dll", - "tools/net461/System.Security.Cryptography.Csp.dll", - "tools/net461/System.Security.Cryptography.Encoding.dll", - "tools/net461/System.Security.Cryptography.Primitives.dll", - "tools/net461/System.Security.Cryptography.X509Certificates.dll", - "tools/net461/System.Security.Principal.dll", - "tools/net461/System.Security.SecureString.dll", - "tools/net461/System.Text.Encoding.Extensions.dll", - "tools/net461/System.Text.Encoding.dll", - "tools/net461/System.Text.RegularExpressions.dll", - "tools/net461/System.Threading.Overlapped.dll", - "tools/net461/System.Threading.Tasks.Parallel.dll", - "tools/net461/System.Threading.Tasks.dll", - "tools/net461/System.Threading.Thread.dll", - "tools/net461/System.Threading.ThreadPool.dll", - "tools/net461/System.Threading.Timer.dll", - "tools/net461/System.Threading.dll", - "tools/net461/System.ValueTuple.dll", - "tools/net461/System.Xml.ReaderWriter.dll", - "tools/net461/System.Xml.XDocument.dll", - "tools/net461/System.Xml.XPath.XDocument.dll", - "tools/net461/System.Xml.XPath.dll", - "tools/net461/System.Xml.XmlDocument.dll", - "tools/net461/System.Xml.XmlSerializer.dll", - "tools/net461/netstandard.dll", - "tools/netcoreapp2.1/GetDocument.Insider.deps.json", - "tools/netcoreapp2.1/GetDocument.Insider.dll", - "tools/netcoreapp2.1/GetDocument.Insider.runtimeconfig.json", - "tools/netcoreapp2.1/System.Diagnostics.DiagnosticSource.dll" - ] - }, - "Microsoft.Extensions.Caching.Abstractions/9.0.4": { - "sha512": "imcZ5BGhBw5mNsWLepBbqqumWaFe0GtvyCvne2/2wsDIBRa2+Lhx4cU/pKt/4BwOizzUEOls2k1eOJQXHGMalg==", - "type": "package", - "path": "microsoft.extensions.caching.abstractions/9.0.4", - "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/net8.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Caching.Abstractions.targets", - "lib/net462/Microsoft.Extensions.Caching.Abstractions.dll", - "lib/net462/Microsoft.Extensions.Caching.Abstractions.xml", - "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll", - "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.xml", - "lib/net9.0/Microsoft.Extensions.Caching.Abstractions.dll", - "lib/net9.0/Microsoft.Extensions.Caching.Abstractions.xml", - "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll", - "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.xml", - "microsoft.extensions.caching.abstractions.9.0.4.nupkg.sha512", - "microsoft.extensions.caching.abstractions.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.Caching.Memory/9.0.4": { - "sha512": "G5rEq1Qez5VJDTEyRsRUnewAspKjaY57VGsdZ8g8Ja6sXXzoiI3PpTd1t43HjHqNWD5A06MQveb2lscn+2CU+w==", - "type": "package", - "path": "microsoft.extensions.caching.memory/9.0.4", - "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/net8.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Caching.Memory.targets", - "lib/net462/Microsoft.Extensions.Caching.Memory.dll", - "lib/net462/Microsoft.Extensions.Caching.Memory.xml", - "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll", - "lib/net8.0/Microsoft.Extensions.Caching.Memory.xml", - "lib/net9.0/Microsoft.Extensions.Caching.Memory.dll", - "lib/net9.0/Microsoft.Extensions.Caching.Memory.xml", - "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll", - "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.xml", - "microsoft.extensions.caching.memory.9.0.4.nupkg.sha512", - "microsoft.extensions.caching.memory.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.4": { - "sha512": "UI0TQPVkS78bFdjkTodmkH0Fe8lXv9LnhGFKgKrsgUJ5a5FVdFRcgjIkBVLbGgdRhxWirxH/8IXUtEyYJx6GQg==", - "type": "package", - "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.4", - "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.4.nupkg.sha512", - "microsoft.extensions.dependencyinjection.abstractions.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.Logging.Abstractions/9.0.4": { - "sha512": "0MXlimU4Dud6t+iNi5NEz3dO2w1HXdhoOLaYFuLPCjAsvlPQGwOT6V2KZRMLEhCAm/stSZt1AUv0XmDdkjvtbw==", - "type": "package", - "path": "microsoft.extensions.logging.abstractions/9.0.4", - "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.4.nupkg.sha512", - "microsoft.extensions.logging.abstractions.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.ObjectPool/8.0.10": { - "sha512": "u7gAG7JgxF8VSJUGPSudAcPxOt+ymJKQCSxNRxiuKV+klCQbHljQR75SilpedCTfhPWDhtUwIJpnDVtspr9nMg==", - "type": "package", - "path": "microsoft.extensions.objectpool/8.0.10", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "THIRD-PARTY-NOTICES.TXT", - "lib/net462/Microsoft.Extensions.ObjectPool.dll", - "lib/net462/Microsoft.Extensions.ObjectPool.xml", - "lib/net8.0/Microsoft.Extensions.ObjectPool.dll", - "lib/net8.0/Microsoft.Extensions.ObjectPool.xml", - "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.dll", - "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.xml", - "microsoft.extensions.objectpool.8.0.10.nupkg.sha512", - "microsoft.extensions.objectpool.nuspec" - ] - }, - "Microsoft.Extensions.Options/9.0.4": { - "sha512": "fiFI2+58kicqVZyt/6obqoFwHiab7LC4FkQ3mmiBJ28Yy4fAvy2+v9MRnSvvlOO8chTOjKsdafFl/K9veCPo5g==", - "type": "package", - "path": "microsoft.extensions.options/9.0.4", - "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.4.nupkg.sha512", - "microsoft.extensions.options.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.Primitives/9.0.4": { - "sha512": "SPFyMjyku1nqTFFJ928JAMd0QnRe4xjE7KeKnZMWXf3xk+6e0WiOZAluYtLdbJUXtsl2cCRSi8cBquJ408k8RA==", - "type": "package", - "path": "microsoft.extensions.primitives/9.0.4", - "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.4.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/8.9.0": { - "sha512": "b/87S+lb86U7Ns7xgTKnqql6XGNr8hBE+k0rj5sRWwXeJe6uA+3mSjvpZ9GoQo3cB9zlwzcbGBU8KM44qX0t1g==", - "type": "package", - "path": "microsoft.identitymodel.abstractions/8.9.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "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/net9.0/Microsoft.IdentityModel.Abstractions.dll", - "lib/net9.0/Microsoft.IdentityModel.Abstractions.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.xml", - "microsoft.identitymodel.abstractions.8.9.0.nupkg.sha512", - "microsoft.identitymodel.abstractions.nuspec" - ] - }, - "Microsoft.IdentityModel.JsonWebTokens/8.9.0": { - "sha512": "QcNC57hJLc6LIcy2PTYlD8iRBQBm6bqPKbCjsRYWlp7QTyJisF0ImUWaa3mx6wWaS1upwYneYVPiIiNSlAy16g==", - "type": "package", - "path": "microsoft.identitymodel.jsonwebtokens/8.9.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "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/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net9.0/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.xml", - "microsoft.identitymodel.jsonwebtokens.8.9.0.nupkg.sha512", - "microsoft.identitymodel.jsonwebtokens.nuspec" - ] - }, - "Microsoft.IdentityModel.Logging/8.9.0": { - "sha512": "rswvH4ZANbFsJYEn+PGEOj7nkkBRjnsb7LcYGAS16VUJpSeKULLeYSy/7SK6jLO1WTT12xqdeL4mj3dYT7GdoQ==", - "type": "package", - "path": "microsoft.identitymodel.logging/8.9.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "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/net9.0/Microsoft.IdentityModel.Logging.dll", - "lib/net9.0/Microsoft.IdentityModel.Logging.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Logging.xml", - "microsoft.identitymodel.logging.8.9.0.nupkg.sha512", - "microsoft.identitymodel.logging.nuspec" - ] - }, - "Microsoft.IdentityModel.Protocols/8.0.1": { - "sha512": "uA2vpKqU3I2mBBEaeJAWPTjT9v1TZrGWKdgK6G5qJd03CLx83kdiqO9cmiK8/n1erkHzFBwU/RphP83aAe3i3g==", - "type": "package", - "path": "microsoft.identitymodel.protocols/8.0.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "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/net9.0/Microsoft.IdentityModel.Protocols.dll", - "lib/net9.0/Microsoft.IdentityModel.Protocols.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.xml", - "microsoft.identitymodel.protocols.8.0.1.nupkg.sha512", - "microsoft.identitymodel.protocols.nuspec" - ] - }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/8.0.1": { - "sha512": "AQDbfpL+yzuuGhO/mQhKNsp44pm5Jv8/BI4KiFXR7beVGZoSH35zMV3PrmcfvSTsyI6qrcR898NzUauD6SRigg==", - "type": "package", - "path": "microsoft.identitymodel.protocols.openidconnect/8.0.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "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/net9.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net9.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.8.0.1.nupkg.sha512", - "microsoft.identitymodel.protocols.openidconnect.nuspec" - ] - }, - "Microsoft.IdentityModel.Tokens/8.9.0": { - "sha512": "qK6kW5qZvDj7E5RLWQ9gzJxQe5GUz7+7bXrLQQydSDF9hTf5Ip2qHuAQW3Fg9GND6jkjTr7IXAZFmBHadNQi4Q==", - "type": "package", - "path": "microsoft.identitymodel.tokens/8.9.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "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/net9.0/Microsoft.IdentityModel.Tokens.dll", - "lib/net9.0/Microsoft.IdentityModel.Tokens.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.xml", - "microsoft.identitymodel.tokens.8.9.0.nupkg.sha512", - "microsoft.identitymodel.tokens.nuspec" - ] - }, - "Microsoft.IO.RecyclableMemoryStream/3.0.0": { - "sha512": "irv0HuqoH8Ig5i2fO+8dmDNdFdsrO+DoQcedwIlb810qpZHBNQHZLW7C/AHBQDgLLpw2T96vmMAy/aE4Yj55Sg==", - "type": "package", - "path": "microsoft.io.recyclablememorystream/3.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "lib/net6.0/Microsoft.IO.RecyclableMemoryStream.dll", - "lib/net6.0/Microsoft.IO.RecyclableMemoryStream.xml", - "lib/netstandard2.0/Microsoft.IO.RecyclableMemoryStream.dll", - "lib/netstandard2.0/Microsoft.IO.RecyclableMemoryStream.xml", - "lib/netstandard2.1/Microsoft.IO.RecyclableMemoryStream.dll", - "lib/netstandard2.1/Microsoft.IO.RecyclableMemoryStream.xml", - "microsoft.io.recyclablememorystream.3.0.0.nupkg.sha512", - "microsoft.io.recyclablememorystream.nuspec" - ] - }, - "Microsoft.NETCore.Platforms/5.0.0": { - "sha512": "VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==", - "type": "package", - "path": "microsoft.netcore.platforms/5.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/netstandard1.0/_._", - "microsoft.netcore.platforms.5.0.0.nupkg.sha512", - "microsoft.netcore.platforms.nuspec", - "runtime.json", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "Microsoft.OpenApi/1.6.23": { - "sha512": "tZ1I0KXnn98CWuV8cpI247A17jaY+ILS9vvF7yhI0uPPEqF4P1d7BWL5Uwtel10w9NucllHB3nTkfYTAcHAh8g==", - "type": "package", - "path": "microsoft.openapi/1.6.23", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "lib/netstandard2.0/Microsoft.OpenApi.dll", - "lib/netstandard2.0/Microsoft.OpenApi.pdb", - "lib/netstandard2.0/Microsoft.OpenApi.xml", - "microsoft.openapi.1.6.23.nupkg.sha512", - "microsoft.openapi.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" - ] - }, - "Microsoft.Win32.SystemEvents/9.0.0": { - "sha512": "z8FfGIaoeALdD+KF44A2uP8PZIQQtDGiXsOLuN8nohbKhkyKt7zGaZb+fKiCxTuBqG22Q7myIAioSWaIcOOrOw==", - "type": "package", - "path": "microsoft.win32.systemevents/9.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Win32.SystemEvents.targets", - "buildTransitive/net462/_._", - "buildTransitive/net8.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Win32.SystemEvents.targets", - "lib/net462/Microsoft.Win32.SystemEvents.dll", - "lib/net462/Microsoft.Win32.SystemEvents.xml", - "lib/net8.0/Microsoft.Win32.SystemEvents.dll", - "lib/net8.0/Microsoft.Win32.SystemEvents.xml", - "lib/net9.0/Microsoft.Win32.SystemEvents.dll", - "lib/net9.0/Microsoft.Win32.SystemEvents.xml", - "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll", - "lib/netstandard2.0/Microsoft.Win32.SystemEvents.xml", - "microsoft.win32.systemevents.9.0.0.nupkg.sha512", - "microsoft.win32.systemevents.nuspec", - "runtimes/win/lib/net8.0/Microsoft.Win32.SystemEvents.dll", - "runtimes/win/lib/net8.0/Microsoft.Win32.SystemEvents.xml", - "runtimes/win/lib/net9.0/Microsoft.Win32.SystemEvents.dll", - "runtimes/win/lib/net9.0/Microsoft.Win32.SystemEvents.xml", - "useSharedDesignerContext.txt" - ] - }, - "NPOI/2.7.3": { - "sha512": "iCZx3DSwUSwaV61E8tXgPlPuxYmcYV/Zi405nGlxQvWaGTAbuc0KvSBjsLucQUJ92iMeetT8iK9makLfF4uZ3g==", - "type": "package", - "path": "npoi/2.7.3", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE", - "README.md", - "lib/net472/NPOI.Core.dll", - "lib/net472/NPOI.Core.pdb", - "lib/net472/NPOI.Core.xml", - "lib/net472/NPOI.OOXML.dll", - "lib/net472/NPOI.OOXML.pdb", - "lib/net472/NPOI.OOXML.xml", - "lib/net472/NPOI.OpenXml4Net.dll", - "lib/net472/NPOI.OpenXml4Net.pdb", - "lib/net472/NPOI.OpenXml4Net.xml", - "lib/net472/NPOI.OpenXmlFormats.dll", - "lib/net472/NPOI.OpenXmlFormats.pdb", - "lib/net472/NPOI.OpenXmlFormats.xml", - "lib/net8.0/NPOI.Core.dll", - "lib/net8.0/NPOI.Core.pdb", - "lib/net8.0/NPOI.Core.xml", - "lib/net8.0/NPOI.OOXML.dll", - "lib/net8.0/NPOI.OOXML.pdb", - "lib/net8.0/NPOI.OOXML.xml", - "lib/net8.0/NPOI.OpenXml4Net.dll", - "lib/net8.0/NPOI.OpenXml4Net.pdb", - "lib/net8.0/NPOI.OpenXml4Net.xml", - "lib/net8.0/NPOI.OpenXmlFormats.dll", - "lib/net8.0/NPOI.OpenXmlFormats.pdb", - "lib/net8.0/NPOI.OpenXmlFormats.xml", - "lib/netstandard2.0/NPOI.Core.dll", - "lib/netstandard2.0/NPOI.Core.pdb", - "lib/netstandard2.0/NPOI.Core.xml", - "lib/netstandard2.0/NPOI.OOXML.dll", - "lib/netstandard2.0/NPOI.OOXML.pdb", - "lib/netstandard2.0/NPOI.OOXML.xml", - "lib/netstandard2.0/NPOI.OpenXml4Net.dll", - "lib/netstandard2.0/NPOI.OpenXml4Net.pdb", - "lib/netstandard2.0/NPOI.OpenXml4Net.xml", - "lib/netstandard2.0/NPOI.OpenXmlFormats.dll", - "lib/netstandard2.0/NPOI.OpenXmlFormats.pdb", - "lib/netstandard2.0/NPOI.OpenXmlFormats.xml", - "lib/netstandard2.1/NPOI.Core.dll", - "lib/netstandard2.1/NPOI.Core.pdb", - "lib/netstandard2.1/NPOI.Core.xml", - "lib/netstandard2.1/NPOI.OOXML.dll", - "lib/netstandard2.1/NPOI.OOXML.pdb", - "lib/netstandard2.1/NPOI.OOXML.xml", - "lib/netstandard2.1/NPOI.OpenXml4Net.dll", - "lib/netstandard2.1/NPOI.OpenXml4Net.pdb", - "lib/netstandard2.1/NPOI.OpenXml4Net.xml", - "lib/netstandard2.1/NPOI.OpenXmlFormats.dll", - "lib/netstandard2.1/NPOI.OpenXmlFormats.pdb", - "lib/netstandard2.1/NPOI.OpenXmlFormats.xml", - "logo/120_120.jpg", - "logo/240_240.png", - "logo/32_32.jpg", - "logo/60_60.jpg", - "npoi.2.7.3.nupkg.sha512", - "npoi.nuspec" - ] - }, - "ReportViewerCore.NETCore/15.1.26": { - "sha512": "++dE5lildQKId9/jAc8DLRAPpQEzpNGsuVNCZmOIMr1mlEew3LXeRS/+Fz70BtA7cUsI2dCMbt34Xuzi7Ka4Pg==", - "type": "package", - "path": "reportviewercore.netcore/15.1.26", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "docs/README.md", - "images/icon.png", - "lib/net8.0/Microsoft.ReportViewer.Common.dll", - "lib/net8.0/Microsoft.ReportViewer.DataVisualization.dll", - "lib/net8.0/Microsoft.ReportViewer.NETCore.dll", - "lib/net8.0/Microsoft.ReportViewer.ProcessingObjectModel.dll", - "lib/net9.0/Microsoft.ReportViewer.Common.dll", - "lib/net9.0/Microsoft.ReportViewer.DataVisualization.dll", - "lib/net9.0/Microsoft.ReportViewer.NETCore.dll", - "lib/net9.0/Microsoft.ReportViewer.ProcessingObjectModel.dll", - "reportviewercore.netcore.15.1.26.nupkg.sha512", - "reportviewercore.netcore.nuspec" - ] - }, - "SharpZipLib/1.4.2": { - "sha512": "yjj+3zgz8zgXpiiC3ZdF/iyTBbz2fFvMxZFEBPUcwZjIvXOf37Ylm+K58hqMfIBt5JgU/Z2uoUS67JmTLe973A==", - "type": "package", - "path": "sharpziplib/1.4.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "images/sharpziplib-nuget-256x256.png", - "lib/net6.0/ICSharpCode.SharpZipLib.dll", - "lib/net6.0/ICSharpCode.SharpZipLib.pdb", - "lib/net6.0/ICSharpCode.SharpZipLib.xml", - "lib/netstandard2.0/ICSharpCode.SharpZipLib.dll", - "lib/netstandard2.0/ICSharpCode.SharpZipLib.pdb", - "lib/netstandard2.0/ICSharpCode.SharpZipLib.xml", - "lib/netstandard2.1/ICSharpCode.SharpZipLib.dll", - "lib/netstandard2.1/ICSharpCode.SharpZipLib.pdb", - "lib/netstandard2.1/ICSharpCode.SharpZipLib.xml", - "sharpziplib.1.4.2.nupkg.sha512", - "sharpziplib.nuspec" - ] - }, - "SixLabors.Fonts/1.0.1": { - "sha512": "ljezRHWc7N0azdQViib7Aa5v+DagRVkKI2/93kEbtjVczLs+yTkSq6gtGmvOcx4IqyNbO3GjLt7SAQTpLkySNw==", - "type": "package", - "path": "sixlabors.fonts/1.0.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/netcoreapp3.1/SixLabors.Fonts.dll", - "lib/netcoreapp3.1/SixLabors.Fonts.xml", - "lib/netstandard2.0/SixLabors.Fonts.dll", - "lib/netstandard2.0/SixLabors.Fonts.xml", - "lib/netstandard2.1/SixLabors.Fonts.dll", - "lib/netstandard2.1/SixLabors.Fonts.xml", - "sixlabors.fonts.1.0.1.nupkg.sha512", - "sixlabors.fonts.128.png", - "sixlabors.fonts.nuspec" - ] - }, - "SixLabors.ImageSharp/2.1.10": { - "sha512": "hk1E7U3RSlxrBVo6Gb6OjeM52fChpFYH+SZvyT/M2vzSGlzAaKE33hc3V/Pvnjcnn1opT8/Z+0QfqdM5HsIaeA==", - "type": "package", - "path": "sixlabors.imagesharp/2.1.10", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/net472/SixLabors.ImageSharp.dll", - "lib/net472/SixLabors.ImageSharp.xml", - "lib/netcoreapp2.1/SixLabors.ImageSharp.dll", - "lib/netcoreapp2.1/SixLabors.ImageSharp.xml", - "lib/netcoreapp3.1/SixLabors.ImageSharp.dll", - "lib/netcoreapp3.1/SixLabors.ImageSharp.xml", - "lib/netstandard2.0/SixLabors.ImageSharp.dll", - "lib/netstandard2.0/SixLabors.ImageSharp.xml", - "lib/netstandard2.1/SixLabors.ImageSharp.dll", - "lib/netstandard2.1/SixLabors.ImageSharp.xml", - "sixlabors.imagesharp.128.png", - "sixlabors.imagesharp.2.1.10.nupkg.sha512", - "sixlabors.imagesharp.nuspec" - ] - }, - "Swashbuckle.AspNetCore/8.1.1": { - "sha512": "HJHexmU0PiYevgTLvKjYkxEtclF2w4O7iTd3Ef3p6KeT0kcYLpkFVgCw6glpGS57h8769anv8G+NFi9Kge+/yw==", - "type": "package", - "path": "swashbuckle.aspnetcore/8.1.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "build/Swashbuckle.AspNetCore.props", - "buildMultiTargeting/Swashbuckle.AspNetCore.props", - "docs/package-readme.md", - "swashbuckle.aspnetcore.8.1.1.nupkg.sha512", - "swashbuckle.aspnetcore.nuspec" - ] - }, - "Swashbuckle.AspNetCore.Swagger/8.1.1": { - "sha512": "h+8D5jQtnl6X4f2hJQwf0Khj0SnCQANzirCELjXJ6quJ4C1aNNCvJrAsQ+4fOKAMqJkvW48cKj79ftG+YoGcRg==", - "type": "package", - "path": "swashbuckle.aspnetcore.swagger/8.1.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/net8.0/Swashbuckle.AspNetCore.Swagger.dll", - "lib/net8.0/Swashbuckle.AspNetCore.Swagger.pdb", - "lib/net8.0/Swashbuckle.AspNetCore.Swagger.xml", - "lib/net9.0/Swashbuckle.AspNetCore.Swagger.dll", - "lib/net9.0/Swashbuckle.AspNetCore.Swagger.pdb", - "lib/net9.0/Swashbuckle.AspNetCore.Swagger.xml", - "lib/netstandard2.0/Swashbuckle.AspNetCore.Swagger.dll", - "lib/netstandard2.0/Swashbuckle.AspNetCore.Swagger.pdb", - "lib/netstandard2.0/Swashbuckle.AspNetCore.Swagger.xml", - "package-readme.md", - "swashbuckle.aspnetcore.swagger.8.1.1.nupkg.sha512", - "swashbuckle.aspnetcore.swagger.nuspec" - ] - }, - "Swashbuckle.AspNetCore.SwaggerGen/8.1.1": { - "sha512": "2EuPzXSNleOOzYvziERWRLnk1Oz9i0Z1PimaUFy1SasBqeV/rG+eMfwFAMtTaf4W6gvVOzRcUCNRHvpBIIzr+A==", - "type": "package", - "path": "swashbuckle.aspnetcore.swaggergen/8.1.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/net8.0/Swashbuckle.AspNetCore.SwaggerGen.dll", - "lib/net8.0/Swashbuckle.AspNetCore.SwaggerGen.pdb", - "lib/net8.0/Swashbuckle.AspNetCore.SwaggerGen.xml", - "lib/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll", - "lib/net9.0/Swashbuckle.AspNetCore.SwaggerGen.pdb", - "lib/net9.0/Swashbuckle.AspNetCore.SwaggerGen.xml", - "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerGen.dll", - "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerGen.pdb", - "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerGen.xml", - "package-readme.md", - "swashbuckle.aspnetcore.swaggergen.8.1.1.nupkg.sha512", - "swashbuckle.aspnetcore.swaggergen.nuspec" - ] - }, - "Swashbuckle.AspNetCore.SwaggerUI/8.1.1": { - "sha512": "GDLX/MpK4oa2nYC1N/zN2UidQTtVKLPF6gkdEmGb0RITEwpJG9Gu8olKqPYnKqVeFn44JZoCS0M2LGRKXP8B/A==", - "type": "package", - "path": "swashbuckle.aspnetcore.swaggerui/8.1.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/net8.0/Swashbuckle.AspNetCore.SwaggerUI.dll", - "lib/net8.0/Swashbuckle.AspNetCore.SwaggerUI.pdb", - "lib/net8.0/Swashbuckle.AspNetCore.SwaggerUI.xml", - "lib/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll", - "lib/net9.0/Swashbuckle.AspNetCore.SwaggerUI.pdb", - "lib/net9.0/Swashbuckle.AspNetCore.SwaggerUI.xml", - "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerUI.dll", - "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerUI.pdb", - "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerUI.xml", - "package-readme.md", - "swashbuckle.aspnetcore.swaggerui.8.1.1.nupkg.sha512", - "swashbuckle.aspnetcore.swaggerui.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.CodeDom/9.0.0": { - "sha512": "oTE5IfuMoET8yaZP/vdvy9xO47guAv/rOhe4DODuFBN3ySprcQOlXqO3j+e/H/YpKKR5sglrxRaZ2HYOhNJrqA==", - "type": "package", - "path": "system.codedom/9.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.CodeDom.targets", - "buildTransitive/net462/_._", - "buildTransitive/net8.0/_._", - "buildTransitive/netcoreapp2.0/System.CodeDom.targets", - "lib/net462/System.CodeDom.dll", - "lib/net462/System.CodeDom.xml", - "lib/net8.0/System.CodeDom.dll", - "lib/net8.0/System.CodeDom.xml", - "lib/net9.0/System.CodeDom.dll", - "lib/net9.0/System.CodeDom.xml", - "lib/netstandard2.0/System.CodeDom.dll", - "lib/netstandard2.0/System.CodeDom.xml", - "system.codedom.9.0.0.nupkg.sha512", - "system.codedom.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Collections.Immutable/7.0.0": { - "sha512": "dQPcs0U1IKnBdRDBkrCTi1FoajSTBzLcVTpjO4MBCMC7f4pDOIPzgBoX8JjG7X6uZRJ8EBxsi8+DR1JuwjnzOQ==", - "type": "package", - "path": "system.collections.immutable/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "README.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.Collections.Immutable.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.Collections.Immutable.targets", - "lib/net462/System.Collections.Immutable.dll", - "lib/net462/System.Collections.Immutable.xml", - "lib/net6.0/System.Collections.Immutable.dll", - "lib/net6.0/System.Collections.Immutable.xml", - "lib/net7.0/System.Collections.Immutable.dll", - "lib/net7.0/System.Collections.Immutable.xml", - "lib/netstandard2.0/System.Collections.Immutable.dll", - "lib/netstandard2.0/System.Collections.Immutable.xml", - "system.collections.immutable.7.0.0.nupkg.sha512", - "system.collections.immutable.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Configuration.ConfigurationManager/9.0.4": { - "sha512": "dvjqKp+2LpGid6phzrdrS/2mmEPxFl3jE1+L7614q4ZChKbLJCpHXg6sBILlCCED1t//EE+un/UdAetzIMpqnw==", - "type": "package", - "path": "system.configuration.configurationmanager/9.0.4", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.Configuration.ConfigurationManager.targets", - "buildTransitive/net462/_._", - "buildTransitive/net8.0/_._", - "buildTransitive/netcoreapp2.0/System.Configuration.ConfigurationManager.targets", - "lib/net462/System.Configuration.ConfigurationManager.dll", - "lib/net462/System.Configuration.ConfigurationManager.xml", - "lib/net8.0/System.Configuration.ConfigurationManager.dll", - "lib/net8.0/System.Configuration.ConfigurationManager.xml", - "lib/net9.0/System.Configuration.ConfigurationManager.dll", - "lib/net9.0/System.Configuration.ConfigurationManager.xml", - "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll", - "lib/netstandard2.0/System.Configuration.ConfigurationManager.xml", - "system.configuration.configurationmanager.9.0.4.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/9.0.4": { - "sha512": "getRQEXD8idlpb1KW56XuxImMy0FKp2WJPDf3Qr0kI/QKxxJSftqfDFVo0DZ3HCJRLU73qHSruv5q2l5O47jQQ==", - "type": "package", - "path": "system.diagnostics.eventlog/9.0.4", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.Diagnostics.EventLog.targets", - "buildTransitive/net462/_._", - "buildTransitive/net8.0/_._", - "buildTransitive/netcoreapp2.0/System.Diagnostics.EventLog.targets", - "lib/net462/System.Diagnostics.EventLog.dll", - "lib/net462/System.Diagnostics.EventLog.xml", - "lib/net8.0/System.Diagnostics.EventLog.dll", - "lib/net8.0/System.Diagnostics.EventLog.xml", - "lib/net9.0/System.Diagnostics.EventLog.dll", - "lib/net9.0/System.Diagnostics.EventLog.xml", - "lib/netstandard2.0/System.Diagnostics.EventLog.dll", - "lib/netstandard2.0/System.Diagnostics.EventLog.xml", - "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll", - "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll", - "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.xml", - "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.Messages.dll", - "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.dll", - "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.xml", - "system.diagnostics.eventlog.9.0.4.nupkg.sha512", - "system.diagnostics.eventlog.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Drawing.Common/9.0.0": { - "sha512": "uoozjI3+dlgKh2onFJcz8aNLh6TRCPlLSh8Dbuljc8CdvqXrxHOVysJlrHvlsOCqceqGBR1wrMPxlnzzhynktw==", - "type": "package", - "path": "system.drawing.common/9.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.Drawing.Common.targets", - "buildTransitive/net462/_._", - "buildTransitive/net8.0/_._", - "buildTransitive/netcoreapp2.0/System.Drawing.Common.targets", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net462/System.Drawing.Common.dll", - "lib/net462/System.Drawing.Common.pdb", - "lib/net462/System.Drawing.Common.xml", - "lib/net8.0/System.Drawing.Common.dll", - "lib/net8.0/System.Drawing.Common.pdb", - "lib/net8.0/System.Drawing.Common.xml", - "lib/net8.0/System.Private.Windows.Core.dll", - "lib/net8.0/System.Private.Windows.Core.xml", - "lib/net9.0/System.Drawing.Common.dll", - "lib/net9.0/System.Drawing.Common.pdb", - "lib/net9.0/System.Drawing.Common.xml", - "lib/net9.0/System.Private.Windows.Core.dll", - "lib/net9.0/System.Private.Windows.Core.xml", - "lib/netstandard2.0/System.Drawing.Common.dll", - "lib/netstandard2.0/System.Drawing.Common.pdb", - "lib/netstandard2.0/System.Drawing.Common.xml", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "system.drawing.common.9.0.0.nupkg.sha512", - "system.drawing.common.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.IdentityModel.Tokens.Jwt/8.9.0": { - "sha512": "7Pu9UjF1+so0s8zgzcIxSxbRQoiM2DMdwazVGmNptX3O6gDfMyeWZBd/Zn6VueDteN0ZTHw2acsf6+mAe8UpMw==", - "type": "package", - "path": "system.identitymodel.tokens.jwt/8.9.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "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/net9.0/System.IdentityModel.Tokens.Jwt.dll", - "lib/net9.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.8.9.0.nupkg.sha512", - "system.identitymodel.tokens.jwt.nuspec" - ] - }, - "System.IO.Packaging/9.0.0": { - "sha512": "9OT/DurX/4rW4UA6SaWsYfmfYddykKZaG9aQmzg19qoiDYbEDTrziSwhgp00KDBmRA+FRbb2u5c7cxnLm4klKw==", - "type": "package", - "path": "system.io.packaging/9.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.IO.Packaging.targets", - "buildTransitive/net462/_._", - "buildTransitive/net8.0/_._", - "buildTransitive/netcoreapp2.0/System.IO.Packaging.targets", - "lib/net462/System.IO.Packaging.dll", - "lib/net462/System.IO.Packaging.xml", - "lib/net8.0/System.IO.Packaging.dll", - "lib/net8.0/System.IO.Packaging.xml", - "lib/net9.0/System.IO.Packaging.dll", - "lib/net9.0/System.IO.Packaging.xml", - "lib/netstandard2.0/System.IO.Packaging.dll", - "lib/netstandard2.0/System.IO.Packaging.xml", - "system.io.packaging.9.0.0.nupkg.sha512", - "system.io.packaging.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.Reflection.Metadata/7.0.0": { - "sha512": "MclTG61lsD9sYdpNz9xsKBzjsmsfCtcMZYXz/IUr2zlhaTaABonlr1ESeompTgM+Xk+IwtGYU7/voh3YWB/fWw==", - "type": "package", - "path": "system.reflection.metadata/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "README.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.Reflection.Metadata.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.Reflection.Metadata.targets", - "lib/net462/System.Reflection.Metadata.dll", - "lib/net462/System.Reflection.Metadata.xml", - "lib/net6.0/System.Reflection.Metadata.dll", - "lib/net6.0/System.Reflection.Metadata.xml", - "lib/net7.0/System.Reflection.Metadata.dll", - "lib/net7.0/System.Reflection.Metadata.xml", - "lib/netstandard2.0/System.Reflection.Metadata.dll", - "lib/netstandard2.0/System.Reflection.Metadata.xml", - "system.reflection.metadata.7.0.0.nupkg.sha512", - "system.reflection.metadata.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Resources.Extensions/6.0.0": { - "sha512": "pBnVzNQYd0OHqh0VLu/hi0zFOTtyF8QwtziQBmzX/ZtVOea4+JEVOGu29DHeSOA0a9SFrYjQorBrOLuKLhcMNQ==", - "type": "package", - "path": "system.resources.extensions/6.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.Resources.Extensions.targets", - "buildTransitive/netcoreapp2.0/System.Resources.Extensions.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/net461/System.Resources.Extensions.dll", - "lib/net461/System.Resources.Extensions.xml", - "lib/net6.0/System.Resources.Extensions.dll", - "lib/net6.0/System.Resources.Extensions.xml", - "lib/netstandard2.0/System.Resources.Extensions.dll", - "lib/netstandard2.0/System.Resources.Extensions.xml", - "system.resources.extensions.6.0.0.nupkg.sha512", - "system.resources.extensions.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Runtime.CompilerServices.Unsafe/6.0.0": { - "sha512": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==", - "type": "package", - "path": "system.runtime.compilerservices.unsafe/6.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/net461/System.Runtime.CompilerServices.Unsafe.dll", - "lib/net461/System.Runtime.CompilerServices.Unsafe.xml", - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll", - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.xml", - "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.dll", - "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.xml", - "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll", - "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml", - "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512", - "system.runtime.compilerservices.unsafe.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Security.Cryptography.Pkcs/9.0.4": { - "sha512": "cUFTcMlz/Qw9s90b2wnWSCvHdjv51Bau9FQqhsr4TlwSe1OX+7SoXUqphis5G74MLOvMOCghxPPlEqOdCrVVGA==", - "type": "package", - "path": "system.security.cryptography.pkcs/9.0.4", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.Security.Cryptography.Pkcs.targets", - "buildTransitive/net462/_._", - "buildTransitive/net8.0/_._", - "buildTransitive/netcoreapp2.0/System.Security.Cryptography.Pkcs.targets", - "lib/net462/System.Security.Cryptography.Pkcs.dll", - "lib/net462/System.Security.Cryptography.Pkcs.xml", - "lib/net8.0/System.Security.Cryptography.Pkcs.dll", - "lib/net8.0/System.Security.Cryptography.Pkcs.xml", - "lib/net9.0/System.Security.Cryptography.Pkcs.dll", - "lib/net9.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/net8.0/System.Security.Cryptography.Pkcs.dll", - "runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.xml", - "runtimes/win/lib/net9.0/System.Security.Cryptography.Pkcs.dll", - "runtimes/win/lib/net9.0/System.Security.Cryptography.Pkcs.xml", - "system.security.cryptography.pkcs.9.0.4.nupkg.sha512", - "system.security.cryptography.pkcs.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Security.Cryptography.ProtectedData/9.0.4": { - "sha512": "o94k2RKuAce3GeDMlUvIXlhVa1kWpJw95E6C9LwW0KlG0nj5+SgCiIxJ2Eroqb9sLtG1mEMbFttZIBZ13EJPvQ==", - "type": "package", - "path": "system.security.cryptography.protecteddata/9.0.4", - "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/net8.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/net8.0/System.Security.Cryptography.ProtectedData.dll", - "lib/net8.0/System.Security.Cryptography.ProtectedData.xml", - "lib/net9.0/System.Security.Cryptography.ProtectedData.dll", - "lib/net9.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.9.0.4.nupkg.sha512", - "system.security.cryptography.protecteddata.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Security.Cryptography.Xml/8.0.2": { - "sha512": "aDM/wm0ZGEZ6ZYJLzgqjp2FZdHbDHh6/OmpGfb7AdZ105zYmPn/83JRU2xLIbwgoNz9U1SLUTJN0v5th3qmvjA==", - "type": "package", - "path": "system.security.cryptography.xml/8.0.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.Security.Cryptography.Xml.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.Security.Cryptography.Xml.targets", - "lib/net462/System.Security.Cryptography.Xml.dll", - "lib/net462/System.Security.Cryptography.Xml.xml", - "lib/net6.0/System.Security.Cryptography.Xml.dll", - "lib/net6.0/System.Security.Cryptography.Xml.xml", - "lib/net7.0/System.Security.Cryptography.Xml.dll", - "lib/net7.0/System.Security.Cryptography.Xml.xml", - "lib/net8.0/System.Security.Cryptography.Xml.dll", - "lib/net8.0/System.Security.Cryptography.Xml.xml", - "lib/netstandard2.0/System.Security.Cryptography.Xml.dll", - "lib/netstandard2.0/System.Security.Cryptography.Xml.xml", - "system.security.cryptography.xml.8.0.2.nupkg.sha512", - "system.security.cryptography.xml.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.ServiceModel.Http/8.1.0": { - "sha512": "xGyo7hO2S7tRVvCDpWiQYeuSQZ0DcuDPHfX7JC3ncAjwsqCOqTATRAylGCxU0lW1iE4fjDACYT8hHo/hin9csA==", - "type": "package", - "path": "system.servicemodel.http/8.1.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "README.md", - "THIRD-PARTY-NOTICES.TXT", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net462/System.ServiceModel.Http.dll", - "lib/net462/System.ServiceModel.Http.pdb", - "lib/net8.0/System.ServiceModel.Http.dll", - "lib/net8.0/System.ServiceModel.Http.pdb", - "lib/net8.0/cs/System.ServiceModel.Http.resources.dll", - "lib/net8.0/de/System.ServiceModel.Http.resources.dll", - "lib/net8.0/es/System.ServiceModel.Http.resources.dll", - "lib/net8.0/fr/System.ServiceModel.Http.resources.dll", - "lib/net8.0/it/System.ServiceModel.Http.resources.dll", - "lib/net8.0/ja/System.ServiceModel.Http.resources.dll", - "lib/net8.0/ko/System.ServiceModel.Http.resources.dll", - "lib/net8.0/pl/System.ServiceModel.Http.resources.dll", - "lib/net8.0/pt-BR/System.ServiceModel.Http.resources.dll", - "lib/net8.0/ru/System.ServiceModel.Http.resources.dll", - "lib/net8.0/tr/System.ServiceModel.Http.resources.dll", - "lib/net8.0/zh-Hans/System.ServiceModel.Http.resources.dll", - "lib/net8.0/zh-Hant/System.ServiceModel.Http.resources.dll", - "lib/netstandard2.0/System.ServiceModel.Http.dll", - "lib/netstandard2.0/System.ServiceModel.Http.pdb", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/net462/System.ServiceModel.Http.dll", - "ref/net8.0/System.ServiceModel.Http.dll", - "ref/netcoreapp2.0/_._", - "ref/netstandard2.0/System.ServiceModel.Http.dll", - "system.servicemodel.http.8.1.0.nupkg.sha512", - "system.servicemodel.http.nuspec" - ] - }, - "System.ServiceModel.Primitives/8.1.0": { - "sha512": "/NGnzQSp2lmTlCfKzcD2PVKRnx6bQCbEqlb5sXo31TA2C7oA8g5I7Wfjk8dNRNUo1uSqZUcj3htED6tWA/mX9w==", - "type": "package", - "path": "system.servicemodel.primitives/8.1.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "README.md", - "THIRD-PARTY-NOTICES.TXT", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net462/System.ServiceModel.Duplex.dll", - "lib/net462/System.ServiceModel.Duplex.pdb", - "lib/net462/System.ServiceModel.Primitives.dll", - "lib/net462/System.ServiceModel.Primitives.pdb", - "lib/net462/System.ServiceModel.Security.dll", - "lib/net462/System.ServiceModel.Security.pdb", - "lib/net8.0/System.ServiceModel.Duplex.dll", - "lib/net8.0/System.ServiceModel.Duplex.pdb", - "lib/net8.0/System.ServiceModel.Primitives.dll", - "lib/net8.0/System.ServiceModel.Primitives.pdb", - "lib/net8.0/System.ServiceModel.Security.dll", - "lib/net8.0/System.ServiceModel.Security.pdb", - "lib/net8.0/System.ServiceModel.dll", - "lib/net8.0/System.ServiceModel.pdb", - "lib/net8.0/cs/System.ServiceModel.Primitives.resources.dll", - "lib/net8.0/de/System.ServiceModel.Primitives.resources.dll", - "lib/net8.0/es/System.ServiceModel.Primitives.resources.dll", - "lib/net8.0/fr/System.ServiceModel.Primitives.resources.dll", - "lib/net8.0/it/System.ServiceModel.Primitives.resources.dll", - "lib/net8.0/ja/System.ServiceModel.Primitives.resources.dll", - "lib/net8.0/ko/System.ServiceModel.Primitives.resources.dll", - "lib/net8.0/pl/System.ServiceModel.Primitives.resources.dll", - "lib/net8.0/pt-BR/System.ServiceModel.Primitives.resources.dll", - "lib/net8.0/ru/System.ServiceModel.Primitives.resources.dll", - "lib/net8.0/tr/System.ServiceModel.Primitives.resources.dll", - "lib/net8.0/zh-Hans/System.ServiceModel.Primitives.resources.dll", - "lib/net8.0/zh-Hant/System.ServiceModel.Primitives.resources.dll", - "lib/netstandard2.0/System.ServiceModel.Duplex.dll", - "lib/netstandard2.0/System.ServiceModel.Duplex.pdb", - "lib/netstandard2.0/System.ServiceModel.Primitives.dll", - "lib/netstandard2.0/System.ServiceModel.Primitives.pdb", - "lib/netstandard2.0/System.ServiceModel.Security.dll", - "lib/netstandard2.0/System.ServiceModel.Security.pdb", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/net462/System.ServiceModel.Primitives.dll", - "ref/net8.0/System.ServiceModel.Primitives.dll", - "ref/netcoreapp2.0/_._", - "ref/netstandard2.0/System.ServiceModel.Primitives.dll", - "system.servicemodel.primitives.8.1.0.nupkg.sha512", - "system.servicemodel.primitives.nuspec" - ] - }, - "System.Text.Encoding.CodePages/5.0.0": { - "sha512": "NyscU59xX6Uo91qvhOs2Ccho3AR2TnZPomo1Z0K6YpyztBPM/A5VbkzOO19sy3A3i1TtEnTxA7bCe3Us+r5MWg==", - "type": "package", - "path": "system.text.encoding.codepages/5.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Text.Encoding.CodePages.dll", - "lib/net461/System.Text.Encoding.CodePages.dll", - "lib/net461/System.Text.Encoding.CodePages.xml", - "lib/netstandard1.3/System.Text.Encoding.CodePages.dll", - "lib/netstandard2.0/System.Text.Encoding.CodePages.dll", - "lib/netstandard2.0/System.Text.Encoding.CodePages.xml", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/win/lib/net461/System.Text.Encoding.CodePages.dll", - "runtimes/win/lib/net461/System.Text.Encoding.CodePages.xml", - "runtimes/win/lib/netcoreapp2.0/System.Text.Encoding.CodePages.dll", - "runtimes/win/lib/netcoreapp2.0/System.Text.Encoding.CodePages.xml", - "runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll", - "runtimes/win/lib/netstandard2.0/System.Text.Encoding.CodePages.dll", - "runtimes/win/lib/netstandard2.0/System.Text.Encoding.CodePages.xml", - "system.text.encoding.codepages.5.0.0.nupkg.sha512", - "system.text.encoding.codepages.nuspec", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "System.Text.Encodings.Web/4.7.2": { - "sha512": "iTUgB/WtrZ1sWZs84F2hwyQhiRH6QNjQv2DkwrH+WP6RoFga2Q1m3f9/Q7FG8cck8AdHitQkmkXSY8qylcDmuA==", - "type": "package", - "path": "system.text.encodings.web/4.7.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/net461/System.Text.Encodings.Web.dll", - "lib/net461/System.Text.Encodings.Web.xml", - "lib/netstandard1.0/System.Text.Encodings.Web.dll", - "lib/netstandard1.0/System.Text.Encodings.Web.xml", - "lib/netstandard2.0/System.Text.Encodings.Web.dll", - "lib/netstandard2.0/System.Text.Encodings.Web.xml", - "lib/netstandard2.1/System.Text.Encodings.Web.dll", - "lib/netstandard2.1/System.Text.Encodings.Web.xml", - "system.text.encodings.web.4.7.2.nupkg.sha512", - "system.text.encodings.web.nuspec", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "System.Text.Json/4.7.2": { - "sha512": "TcMd95wcrubm9nHvJEQs70rC0H/8omiSGGpU4FQ/ZA1URIqD4pjmFJh2Mfv1yH1eHgJDWTi2hMDXwTET+zOOyg==", - "type": "package", - "path": "system.text.json/4.7.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/net461/System.Text.Json.dll", - "lib/net461/System.Text.Json.xml", - "lib/netcoreapp3.0/System.Text.Json.dll", - "lib/netcoreapp3.0/System.Text.Json.xml", - "lib/netstandard2.0/System.Text.Json.dll", - "lib/netstandard2.0/System.Text.Json.xml", - "system.text.json.4.7.2.nupkg.sha512", - "system.text.json.nuspec", - "useSharedDesignerContext.txt", - "version.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" - ] - } - }, - "projectFileDependencyGroups": { - "net9.0": [ - "Dapper >= 2.1.66", - "Microsoft.AspNetCore.Authentication.JwtBearer >= 9.0.4", - "Microsoft.AspNetCore.OpenApi >= 9.0.3", - "Microsoft.Data.SqlClient >= 6.0.2", - "NPOI >= 2.7.3", - "ReportViewerCore.NETCore >= 15.1.26", - "Swashbuckle.AspNetCore >= 8.1.1", - "System.IdentityModel.Tokens.Jwt >= 8.9.0" - ] - }, - "packageFolders": { - "C:\\Users\\dmolinari\\.nuget\\packages\\": {}, - "D:\\Microsoft\\VisualStudio\\Microsoft Visual Studio\\Shared\\NuGetPackages": {} - }, - "project": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "E:\\GestionIntegralWeb\\Backend\\GestionIntegral.Api\\GestionIntegral.Api.csproj", - "projectName": "GestionIntegral.Api", - "projectPath": "E:\\GestionIntegralWeb\\Backend\\GestionIntegral.Api\\GestionIntegral.Api.csproj", - "packagesPath": "C:\\Users\\dmolinari\\.nuget\\packages\\", - "outputPath": "E:\\GestionIntegralWeb\\Backend\\GestionIntegral.Api\\obj\\", - "projectStyle": "PackageReference", - "fallbackFolders": [ - "D:\\Microsoft\\VisualStudio\\Microsoft Visual Studio\\Shared\\NuGetPackages" - ], - "configFilePaths": [ - "C:\\Users\\dmolinari\\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": [ - "net9.0" - ], - "sources": { - "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net9.0": { - "targetAlias": "net9.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "direct" - }, - "SdkAnalysisLevel": "9.0.300" - }, - "frameworks": { - "net9.0": { - "targetAlias": "net9.0", - "dependencies": { - "Dapper": { - "target": "Package", - "version": "[2.1.66, )" - }, - "Microsoft.AspNetCore.Authentication.JwtBearer": { - "target": "Package", - "version": "[9.0.4, )" - }, - "Microsoft.AspNetCore.OpenApi": { - "target": "Package", - "version": "[9.0.3, )" - }, - "Microsoft.Data.SqlClient": { - "target": "Package", - "version": "[6.0.2, )" - }, - "NPOI": { - "target": "Package", - "version": "[2.7.3, )" - }, - "ReportViewerCore.NETCore": { - "target": "Package", - "version": "[15.1.26, )" - }, - "Swashbuckle.AspNetCore": { - "target": "Package", - "version": "[8.1.1, )" - }, - "System.IdentityModel.Tokens.Jwt": { - "target": "Package", - "version": "[8.9.0, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.AspNetCore.App": { - "privateAssets": "none" - }, - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.300/PortableRuntimeIdentifierGraph.json" - } - } - } -} \ No newline at end of file diff --git a/tools/PasswordMigrationUtil/bin/Debug/net9.0/PasswordMigrationUtil.deps.json b/tools/PasswordMigrationUtil/bin/Debug/net9.0/PasswordMigrationUtil.deps.json deleted file mode 100644 index 9f2ab41..0000000 --- a/tools/PasswordMigrationUtil/bin/Debug/net9.0/PasswordMigrationUtil.deps.json +++ /dev/null @@ -1,851 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v9.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v9.0": { - "PasswordMigrationUtil/1.0.0": { - "dependencies": { - "Dapper": "2.1.66", - "Microsoft.Data.SqlClient": "6.0.2", - "Microsoft.Extensions.Configuration": "9.0.4", - "Microsoft.Extensions.Configuration.Binder": "9.0.4", - "Microsoft.Extensions.Configuration.Json": "9.0.4" - }, - "runtime": { - "PasswordMigrationUtil.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": "4.7.2", - "System.Text.Json": "4.7.2", - "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": "9.0.4", - "System.Text.Json": "4.7.2", - "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/9.0.4": { - "runtime": { - "lib/net9.0/Microsoft.Bcl.Cryptography.dll": { - "assemblyVersion": "9.0.0.4", - "fileVersion": "9.0.425.16305" - } - } - }, - "Microsoft.Data.SqlClient/6.0.2": { - "dependencies": { - "Azure.Identity": "1.11.4", - "Microsoft.Bcl.Cryptography": "9.0.4", - "Microsoft.Data.SqlClient.SNI.runtime": "6.0.2", - "Microsoft.Extensions.Caching.Memory": "9.0.4", - "Microsoft.IdentityModel.JsonWebTokens": "7.5.0", - "Microsoft.IdentityModel.Protocols.OpenIdConnect": "7.5.0", - "Microsoft.SqlServer.Server": "1.0.0", - "System.Configuration.ConfigurationManager": "9.0.4", - "System.Security.Cryptography.Pkcs": "9.0.4" - }, - "runtime": { - "lib/net9.0/Microsoft.Data.SqlClient.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.2.25115.4" - } - }, - "resources": { - "lib/net9.0/cs/Microsoft.Data.SqlClient.resources.dll": { - "locale": "cs" - }, - "lib/net9.0/de/Microsoft.Data.SqlClient.resources.dll": { - "locale": "de" - }, - "lib/net9.0/es/Microsoft.Data.SqlClient.resources.dll": { - "locale": "es" - }, - "lib/net9.0/fr/Microsoft.Data.SqlClient.resources.dll": { - "locale": "fr" - }, - "lib/net9.0/it/Microsoft.Data.SqlClient.resources.dll": { - "locale": "it" - }, - "lib/net9.0/ja/Microsoft.Data.SqlClient.resources.dll": { - "locale": "ja" - }, - "lib/net9.0/ko/Microsoft.Data.SqlClient.resources.dll": { - "locale": "ko" - }, - "lib/net9.0/pl/Microsoft.Data.SqlClient.resources.dll": { - "locale": "pl" - }, - "lib/net9.0/pt-BR/Microsoft.Data.SqlClient.resources.dll": { - "locale": "pt-BR" - }, - "lib/net9.0/ru/Microsoft.Data.SqlClient.resources.dll": { - "locale": "ru" - }, - "lib/net9.0/tr/Microsoft.Data.SqlClient.resources.dll": { - "locale": "tr" - }, - "lib/net9.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net9.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll": { - "locale": "zh-Hant" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/net9.0/Microsoft.Data.SqlClient.dll": { - "rid": "unix", - "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.2.25115.4" - }, - "runtimes/win/lib/net9.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/9.0.4": { - "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.4" - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Caching.Abstractions.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.425.16305" - } - } - }, - "Microsoft.Extensions.Caching.Memory/9.0.4": { - "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "9.0.4", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.4", - "Microsoft.Extensions.Logging.Abstractions": "9.0.4", - "Microsoft.Extensions.Options": "9.0.4", - "Microsoft.Extensions.Primitives": "9.0.4" - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Caching.Memory.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.425.16305" - } - } - }, - "Microsoft.Extensions.Configuration/9.0.4": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.4", - "Microsoft.Extensions.Primitives": "9.0.4" - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Configuration.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.425.16305" - } - } - }, - "Microsoft.Extensions.Configuration.Abstractions/9.0.4": { - "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.4" - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Configuration.Abstractions.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.425.16305" - } - } - }, - "Microsoft.Extensions.Configuration.Binder/9.0.4": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.4" - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Configuration.Binder.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.425.16305" - } - } - }, - "Microsoft.Extensions.Configuration.FileExtensions/9.0.4": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.4", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.4", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.4", - "Microsoft.Extensions.FileProviders.Physical": "9.0.4", - "Microsoft.Extensions.Primitives": "9.0.4" - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.425.16305" - } - } - }, - "Microsoft.Extensions.Configuration.Json/9.0.4": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.4", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.4", - "Microsoft.Extensions.Configuration.FileExtensions": "9.0.4", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.4" - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Configuration.Json.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.425.16305" - } - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.4": { - "runtime": { - "lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.425.16305" - } - } - }, - "Microsoft.Extensions.FileProviders.Abstractions/9.0.4": { - "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.4" - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.425.16305" - } - } - }, - "Microsoft.Extensions.FileProviders.Physical/9.0.4": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.4", - "Microsoft.Extensions.FileSystemGlobbing": "9.0.4", - "Microsoft.Extensions.Primitives": "9.0.4" - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.FileProviders.Physical.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.425.16305" - } - } - }, - "Microsoft.Extensions.FileSystemGlobbing/9.0.4": { - "runtime": { - "lib/net9.0/Microsoft.Extensions.FileSystemGlobbing.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.425.16305" - } - } - }, - "Microsoft.Extensions.Logging.Abstractions/9.0.4": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.4" - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Logging.Abstractions.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.425.16305" - } - } - }, - "Microsoft.Extensions.Options/9.0.4": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.4", - "Microsoft.Extensions.Primitives": "9.0.4" - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Options.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.425.16305" - } - } - }, - "Microsoft.Extensions.Primitives/9.0.4": { - "runtime": { - "lib/net9.0/Microsoft.Extensions.Primitives.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.425.16305" - } - } - }, - "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": "9.0.4" - }, - "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": "4.7.2" - }, - "runtime": { - "lib/net6.0/System.ClientModel.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.24.5302" - } - } - }, - "System.Configuration.ConfigurationManager/9.0.4": { - "dependencies": { - "System.Diagnostics.EventLog": "9.0.4", - "System.Security.Cryptography.ProtectedData": "9.0.4" - }, - "runtime": { - "lib/net9.0/System.Configuration.ConfigurationManager.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.425.16305" - } - } - }, - "System.Diagnostics.DiagnosticSource/6.0.1": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Diagnostics.EventLog/9.0.4": { - "runtime": { - "lib/net9.0/System.Diagnostics.EventLog.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.425.16305" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.Messages.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "9.0.0.0", - "fileVersion": "0.0.0.0" - }, - "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.425.16305" - } - } - }, - "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.Memory/4.5.4": {}, - "System.Memory.Data/1.0.2": { - "dependencies": { - "System.Text.Encodings.Web": "4.7.2", - "System.Text.Json": "4.7.2" - }, - "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/9.0.4": { - "runtime": { - "lib/net9.0/System.Security.Cryptography.Pkcs.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.425.16305" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.Security.Cryptography.Pkcs.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.425.16305" - } - } - }, - "System.Security.Cryptography.ProtectedData/9.0.4": { - "runtime": { - "lib/net9.0/System.Security.Cryptography.ProtectedData.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.425.16305" - } - } - }, - "System.Text.Encodings.Web/4.7.2": {}, - "System.Text.Json/4.7.2": {}, - "System.Threading.Tasks.Extensions/4.5.4": {} - } - }, - "libraries": { - "PasswordMigrationUtil/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/9.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YgZYAWzyNuPVtPq6WNm0bqOWNjYaWgl5mBWTGZyNoXitYBUYSp6iUB9AwK0V1mo793qRJUXz2t6UZrWITZSvuQ==", - "path": "microsoft.bcl.cryptography/9.0.4", - "hashPath": "microsoft.bcl.cryptography.9.0.4.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/9.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-imcZ5BGhBw5mNsWLepBbqqumWaFe0GtvyCvne2/2wsDIBRa2+Lhx4cU/pKt/4BwOizzUEOls2k1eOJQXHGMalg==", - "path": "microsoft.extensions.caching.abstractions/9.0.4", - "hashPath": "microsoft.extensions.caching.abstractions.9.0.4.nupkg.sha512" - }, - "Microsoft.Extensions.Caching.Memory/9.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-G5rEq1Qez5VJDTEyRsRUnewAspKjaY57VGsdZ8g8Ja6sXXzoiI3PpTd1t43HjHqNWD5A06MQveb2lscn+2CU+w==", - "path": "microsoft.extensions.caching.memory/9.0.4", - "hashPath": "microsoft.extensions.caching.memory.9.0.4.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration/9.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KIVBrMbItnCJDd1RF4KEaE8jZwDJcDUJW5zXpbwQ05HNYTK1GveHxHK0B3SjgDJuR48GRACXAO+BLhL8h34S7g==", - "path": "microsoft.extensions.configuration/9.0.4", - "hashPath": "microsoft.extensions.configuration.9.0.4.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Abstractions/9.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0LN/DiIKvBrkqp7gkF3qhGIeZk6/B63PthAHjQsxymJfIBcz0kbf4/p/t4lMgggVxZ+flRi5xvTwlpPOoZk8fg==", - "path": "microsoft.extensions.configuration.abstractions/9.0.4", - "hashPath": "microsoft.extensions.configuration.abstractions.9.0.4.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Binder/9.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cdrjcl9RIcwt3ECbnpP0Gt1+pkjdW90mq5yFYy8D9qRj2NqFFcv3yDp141iEamsd9E218sGxK8WHaIOcrqgDJg==", - "path": "microsoft.extensions.configuration.binder/9.0.4", - "hashPath": "microsoft.extensions.configuration.binder.9.0.4.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.FileExtensions/9.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UY864WQ3AS2Fkc8fYLombWnjrXwYt+BEHHps0hY4sxlgqaVW06AxbpgRZjfYf8PyRbplJqruzZDB/nSLT+7RLQ==", - "path": "microsoft.extensions.configuration.fileextensions/9.0.4", - "hashPath": "microsoft.extensions.configuration.fileextensions.9.0.4.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Json/9.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-vVXI70CgT/dmXV3MM+n/BR2rLXEoAyoK0hQT+8MrbCMuJBiLRxnTtSrksNiASWCwOtxo/Tyy7CO8AGthbsYxnw==", - "path": "microsoft.extensions.configuration.json/9.0.4", - "hashPath": "microsoft.extensions.configuration.json.9.0.4.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UI0TQPVkS78bFdjkTodmkH0Fe8lXv9LnhGFKgKrsgUJ5a5FVdFRcgjIkBVLbGgdRhxWirxH/8IXUtEyYJx6GQg==", - "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.4", - "hashPath": "microsoft.extensions.dependencyinjection.abstractions.9.0.4.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Abstractions/9.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gQN2o/KnBfVk6Bd71E2YsvO5lsqrqHmaepDGk+FB/C4aiQY9B0XKKNKfl5/TqcNOs9OEithm4opiMHAErMFyEw==", - "path": "microsoft.extensions.fileproviders.abstractions/9.0.4", - "hashPath": "microsoft.extensions.fileproviders.abstractions.9.0.4.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Physical/9.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qkQ9V7KFZdTWNThT7ke7E/Jad38s46atSs3QUYZB8f3thBTrcrousdY4Y/tyCtcH5YjsPSiByjuN+L8W/ThMQg==", - "path": "microsoft.extensions.fileproviders.physical/9.0.4", - "hashPath": "microsoft.extensions.fileproviders.physical.9.0.4.nupkg.sha512" - }, - "Microsoft.Extensions.FileSystemGlobbing/9.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-05Lh2ItSk4mzTdDWATW9nEcSybwprN8Tz42Fs5B+jwdXUpauktdAQUI1Am4sUQi2C63E5hvQp8gXvfwfg9mQGQ==", - "path": "microsoft.extensions.filesystemglobbing/9.0.4", - "hashPath": "microsoft.extensions.filesystemglobbing.9.0.4.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Abstractions/9.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0MXlimU4Dud6t+iNi5NEz3dO2w1HXdhoOLaYFuLPCjAsvlPQGwOT6V2KZRMLEhCAm/stSZt1AUv0XmDdkjvtbw==", - "path": "microsoft.extensions.logging.abstractions/9.0.4", - "hashPath": "microsoft.extensions.logging.abstractions.9.0.4.nupkg.sha512" - }, - "Microsoft.Extensions.Options/9.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fiFI2+58kicqVZyt/6obqoFwHiab7LC4FkQ3mmiBJ28Yy4fAvy2+v9MRnSvvlOO8chTOjKsdafFl/K9veCPo5g==", - "path": "microsoft.extensions.options/9.0.4", - "hashPath": "microsoft.extensions.options.9.0.4.nupkg.sha512" - }, - "Microsoft.Extensions.Primitives/9.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-SPFyMjyku1nqTFFJ928JAMd0QnRe4xjE7KeKnZMWXf3xk+6e0WiOZAluYtLdbJUXtsl2cCRSi8cBquJ408k8RA==", - "path": "microsoft.extensions.primitives/9.0.4", - "hashPath": "microsoft.extensions.primitives.9.0.4.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/9.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dvjqKp+2LpGid6phzrdrS/2mmEPxFl3jE1+L7614q4ZChKbLJCpHXg6sBILlCCED1t//EE+un/UdAetzIMpqnw==", - "path": "system.configuration.configurationmanager/9.0.4", - "hashPath": "system.configuration.configurationmanager.9.0.4.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/9.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-getRQEXD8idlpb1KW56XuxImMy0FKp2WJPDf3Qr0kI/QKxxJSftqfDFVo0DZ3HCJRLU73qHSruv5q2l5O47jQQ==", - "path": "system.diagnostics.eventlog/9.0.4", - "hashPath": "system.diagnostics.eventlog.9.0.4.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.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/9.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cUFTcMlz/Qw9s90b2wnWSCvHdjv51Bau9FQqhsr4TlwSe1OX+7SoXUqphis5G74MLOvMOCghxPPlEqOdCrVVGA==", - "path": "system.security.cryptography.pkcs/9.0.4", - "hashPath": "system.security.cryptography.pkcs.9.0.4.nupkg.sha512" - }, - "System.Security.Cryptography.ProtectedData/9.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-o94k2RKuAce3GeDMlUvIXlhVa1kWpJw95E6C9LwW0KlG0nj5+SgCiIxJ2Eroqb9sLtG1mEMbFttZIBZ13EJPvQ==", - "path": "system.security.cryptography.protecteddata/9.0.4", - "hashPath": "system.security.cryptography.protecteddata.9.0.4.nupkg.sha512" - }, - "System.Text.Encodings.Web/4.7.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-iTUgB/WtrZ1sWZs84F2hwyQhiRH6QNjQv2DkwrH+WP6RoFga2Q1m3f9/Q7FG8cck8AdHitQkmkXSY8qylcDmuA==", - "path": "system.text.encodings.web/4.7.2", - "hashPath": "system.text.encodings.web.4.7.2.nupkg.sha512" - }, - "System.Text.Json/4.7.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-TcMd95wcrubm9nHvJEQs70rC0H/8omiSGGpU4FQ/ZA1URIqD4pjmFJh2Mfv1yH1eHgJDWTi2hMDXwTET+zOOyg==", - "path": "system.text.json/4.7.2", - "hashPath": "system.text.json.4.7.2.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" - } - } -} \ No newline at end of file diff --git a/tools/PasswordMigrationUtil/bin/Debug/net9.0/PasswordMigrationUtil.runtimeconfig.json b/tools/PasswordMigrationUtil/bin/Debug/net9.0/PasswordMigrationUtil.runtimeconfig.json deleted file mode 100644 index b19c3c8..0000000 --- a/tools/PasswordMigrationUtil/bin/Debug/net9.0/PasswordMigrationUtil.runtimeconfig.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net9.0", - "framework": { - "name": "Microsoft.NETCore.App", - "version": "9.0.0" - }, - "configProperties": { - "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false - } - } -} \ No newline at end of file diff --git a/tools/PasswordMigrationUtil/bin/Release/net9.0/PasswordMigrationUtil.deps.json b/tools/PasswordMigrationUtil/bin/Release/net9.0/PasswordMigrationUtil.deps.json deleted file mode 100644 index 9f2ab41..0000000 --- a/tools/PasswordMigrationUtil/bin/Release/net9.0/PasswordMigrationUtil.deps.json +++ /dev/null @@ -1,851 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v9.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v9.0": { - "PasswordMigrationUtil/1.0.0": { - "dependencies": { - "Dapper": "2.1.66", - "Microsoft.Data.SqlClient": "6.0.2", - "Microsoft.Extensions.Configuration": "9.0.4", - "Microsoft.Extensions.Configuration.Binder": "9.0.4", - "Microsoft.Extensions.Configuration.Json": "9.0.4" - }, - "runtime": { - "PasswordMigrationUtil.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": "4.7.2", - "System.Text.Json": "4.7.2", - "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": "9.0.4", - "System.Text.Json": "4.7.2", - "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/9.0.4": { - "runtime": { - "lib/net9.0/Microsoft.Bcl.Cryptography.dll": { - "assemblyVersion": "9.0.0.4", - "fileVersion": "9.0.425.16305" - } - } - }, - "Microsoft.Data.SqlClient/6.0.2": { - "dependencies": { - "Azure.Identity": "1.11.4", - "Microsoft.Bcl.Cryptography": "9.0.4", - "Microsoft.Data.SqlClient.SNI.runtime": "6.0.2", - "Microsoft.Extensions.Caching.Memory": "9.0.4", - "Microsoft.IdentityModel.JsonWebTokens": "7.5.0", - "Microsoft.IdentityModel.Protocols.OpenIdConnect": "7.5.0", - "Microsoft.SqlServer.Server": "1.0.0", - "System.Configuration.ConfigurationManager": "9.0.4", - "System.Security.Cryptography.Pkcs": "9.0.4" - }, - "runtime": { - "lib/net9.0/Microsoft.Data.SqlClient.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.2.25115.4" - } - }, - "resources": { - "lib/net9.0/cs/Microsoft.Data.SqlClient.resources.dll": { - "locale": "cs" - }, - "lib/net9.0/de/Microsoft.Data.SqlClient.resources.dll": { - "locale": "de" - }, - "lib/net9.0/es/Microsoft.Data.SqlClient.resources.dll": { - "locale": "es" - }, - "lib/net9.0/fr/Microsoft.Data.SqlClient.resources.dll": { - "locale": "fr" - }, - "lib/net9.0/it/Microsoft.Data.SqlClient.resources.dll": { - "locale": "it" - }, - "lib/net9.0/ja/Microsoft.Data.SqlClient.resources.dll": { - "locale": "ja" - }, - "lib/net9.0/ko/Microsoft.Data.SqlClient.resources.dll": { - "locale": "ko" - }, - "lib/net9.0/pl/Microsoft.Data.SqlClient.resources.dll": { - "locale": "pl" - }, - "lib/net9.0/pt-BR/Microsoft.Data.SqlClient.resources.dll": { - "locale": "pt-BR" - }, - "lib/net9.0/ru/Microsoft.Data.SqlClient.resources.dll": { - "locale": "ru" - }, - "lib/net9.0/tr/Microsoft.Data.SqlClient.resources.dll": { - "locale": "tr" - }, - "lib/net9.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net9.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll": { - "locale": "zh-Hant" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/net9.0/Microsoft.Data.SqlClient.dll": { - "rid": "unix", - "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.2.25115.4" - }, - "runtimes/win/lib/net9.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/9.0.4": { - "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.4" - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Caching.Abstractions.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.425.16305" - } - } - }, - "Microsoft.Extensions.Caching.Memory/9.0.4": { - "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "9.0.4", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.4", - "Microsoft.Extensions.Logging.Abstractions": "9.0.4", - "Microsoft.Extensions.Options": "9.0.4", - "Microsoft.Extensions.Primitives": "9.0.4" - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Caching.Memory.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.425.16305" - } - } - }, - "Microsoft.Extensions.Configuration/9.0.4": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.4", - "Microsoft.Extensions.Primitives": "9.0.4" - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Configuration.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.425.16305" - } - } - }, - "Microsoft.Extensions.Configuration.Abstractions/9.0.4": { - "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.4" - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Configuration.Abstractions.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.425.16305" - } - } - }, - "Microsoft.Extensions.Configuration.Binder/9.0.4": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.4" - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Configuration.Binder.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.425.16305" - } - } - }, - "Microsoft.Extensions.Configuration.FileExtensions/9.0.4": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.4", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.4", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.4", - "Microsoft.Extensions.FileProviders.Physical": "9.0.4", - "Microsoft.Extensions.Primitives": "9.0.4" - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.425.16305" - } - } - }, - "Microsoft.Extensions.Configuration.Json/9.0.4": { - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.4", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.4", - "Microsoft.Extensions.Configuration.FileExtensions": "9.0.4", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.4" - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Configuration.Json.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.425.16305" - } - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.4": { - "runtime": { - "lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.425.16305" - } - } - }, - "Microsoft.Extensions.FileProviders.Abstractions/9.0.4": { - "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.4" - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.425.16305" - } - } - }, - "Microsoft.Extensions.FileProviders.Physical/9.0.4": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.4", - "Microsoft.Extensions.FileSystemGlobbing": "9.0.4", - "Microsoft.Extensions.Primitives": "9.0.4" - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.FileProviders.Physical.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.425.16305" - } - } - }, - "Microsoft.Extensions.FileSystemGlobbing/9.0.4": { - "runtime": { - "lib/net9.0/Microsoft.Extensions.FileSystemGlobbing.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.425.16305" - } - } - }, - "Microsoft.Extensions.Logging.Abstractions/9.0.4": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.4" - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Logging.Abstractions.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.425.16305" - } - } - }, - "Microsoft.Extensions.Options/9.0.4": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.4", - "Microsoft.Extensions.Primitives": "9.0.4" - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Options.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.425.16305" - } - } - }, - "Microsoft.Extensions.Primitives/9.0.4": { - "runtime": { - "lib/net9.0/Microsoft.Extensions.Primitives.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.425.16305" - } - } - }, - "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": "9.0.4" - }, - "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": "4.7.2" - }, - "runtime": { - "lib/net6.0/System.ClientModel.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.24.5302" - } - } - }, - "System.Configuration.ConfigurationManager/9.0.4": { - "dependencies": { - "System.Diagnostics.EventLog": "9.0.4", - "System.Security.Cryptography.ProtectedData": "9.0.4" - }, - "runtime": { - "lib/net9.0/System.Configuration.ConfigurationManager.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.425.16305" - } - } - }, - "System.Diagnostics.DiagnosticSource/6.0.1": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Diagnostics.EventLog/9.0.4": { - "runtime": { - "lib/net9.0/System.Diagnostics.EventLog.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.425.16305" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.Messages.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "9.0.0.0", - "fileVersion": "0.0.0.0" - }, - "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.425.16305" - } - } - }, - "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.Memory/4.5.4": {}, - "System.Memory.Data/1.0.2": { - "dependencies": { - "System.Text.Encodings.Web": "4.7.2", - "System.Text.Json": "4.7.2" - }, - "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/9.0.4": { - "runtime": { - "lib/net9.0/System.Security.Cryptography.Pkcs.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.425.16305" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.Security.Cryptography.Pkcs.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.425.16305" - } - } - }, - "System.Security.Cryptography.ProtectedData/9.0.4": { - "runtime": { - "lib/net9.0/System.Security.Cryptography.ProtectedData.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.425.16305" - } - } - }, - "System.Text.Encodings.Web/4.7.2": {}, - "System.Text.Json/4.7.2": {}, - "System.Threading.Tasks.Extensions/4.5.4": {} - } - }, - "libraries": { - "PasswordMigrationUtil/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/9.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-YgZYAWzyNuPVtPq6WNm0bqOWNjYaWgl5mBWTGZyNoXitYBUYSp6iUB9AwK0V1mo793qRJUXz2t6UZrWITZSvuQ==", - "path": "microsoft.bcl.cryptography/9.0.4", - "hashPath": "microsoft.bcl.cryptography.9.0.4.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/9.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-imcZ5BGhBw5mNsWLepBbqqumWaFe0GtvyCvne2/2wsDIBRa2+Lhx4cU/pKt/4BwOizzUEOls2k1eOJQXHGMalg==", - "path": "microsoft.extensions.caching.abstractions/9.0.4", - "hashPath": "microsoft.extensions.caching.abstractions.9.0.4.nupkg.sha512" - }, - "Microsoft.Extensions.Caching.Memory/9.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-G5rEq1Qez5VJDTEyRsRUnewAspKjaY57VGsdZ8g8Ja6sXXzoiI3PpTd1t43HjHqNWD5A06MQveb2lscn+2CU+w==", - "path": "microsoft.extensions.caching.memory/9.0.4", - "hashPath": "microsoft.extensions.caching.memory.9.0.4.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration/9.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KIVBrMbItnCJDd1RF4KEaE8jZwDJcDUJW5zXpbwQ05HNYTK1GveHxHK0B3SjgDJuR48GRACXAO+BLhL8h34S7g==", - "path": "microsoft.extensions.configuration/9.0.4", - "hashPath": "microsoft.extensions.configuration.9.0.4.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Abstractions/9.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0LN/DiIKvBrkqp7gkF3qhGIeZk6/B63PthAHjQsxymJfIBcz0kbf4/p/t4lMgggVxZ+flRi5xvTwlpPOoZk8fg==", - "path": "microsoft.extensions.configuration.abstractions/9.0.4", - "hashPath": "microsoft.extensions.configuration.abstractions.9.0.4.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Binder/9.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cdrjcl9RIcwt3ECbnpP0Gt1+pkjdW90mq5yFYy8D9qRj2NqFFcv3yDp141iEamsd9E218sGxK8WHaIOcrqgDJg==", - "path": "microsoft.extensions.configuration.binder/9.0.4", - "hashPath": "microsoft.extensions.configuration.binder.9.0.4.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.FileExtensions/9.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UY864WQ3AS2Fkc8fYLombWnjrXwYt+BEHHps0hY4sxlgqaVW06AxbpgRZjfYf8PyRbplJqruzZDB/nSLT+7RLQ==", - "path": "microsoft.extensions.configuration.fileextensions/9.0.4", - "hashPath": "microsoft.extensions.configuration.fileextensions.9.0.4.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Json/9.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-vVXI70CgT/dmXV3MM+n/BR2rLXEoAyoK0hQT+8MrbCMuJBiLRxnTtSrksNiASWCwOtxo/Tyy7CO8AGthbsYxnw==", - "path": "microsoft.extensions.configuration.json/9.0.4", - "hashPath": "microsoft.extensions.configuration.json.9.0.4.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UI0TQPVkS78bFdjkTodmkH0Fe8lXv9LnhGFKgKrsgUJ5a5FVdFRcgjIkBVLbGgdRhxWirxH/8IXUtEyYJx6GQg==", - "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.4", - "hashPath": "microsoft.extensions.dependencyinjection.abstractions.9.0.4.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Abstractions/9.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gQN2o/KnBfVk6Bd71E2YsvO5lsqrqHmaepDGk+FB/C4aiQY9B0XKKNKfl5/TqcNOs9OEithm4opiMHAErMFyEw==", - "path": "microsoft.extensions.fileproviders.abstractions/9.0.4", - "hashPath": "microsoft.extensions.fileproviders.abstractions.9.0.4.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Physical/9.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qkQ9V7KFZdTWNThT7ke7E/Jad38s46atSs3QUYZB8f3thBTrcrousdY4Y/tyCtcH5YjsPSiByjuN+L8W/ThMQg==", - "path": "microsoft.extensions.fileproviders.physical/9.0.4", - "hashPath": "microsoft.extensions.fileproviders.physical.9.0.4.nupkg.sha512" - }, - "Microsoft.Extensions.FileSystemGlobbing/9.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-05Lh2ItSk4mzTdDWATW9nEcSybwprN8Tz42Fs5B+jwdXUpauktdAQUI1Am4sUQi2C63E5hvQp8gXvfwfg9mQGQ==", - "path": "microsoft.extensions.filesystemglobbing/9.0.4", - "hashPath": "microsoft.extensions.filesystemglobbing.9.0.4.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Abstractions/9.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0MXlimU4Dud6t+iNi5NEz3dO2w1HXdhoOLaYFuLPCjAsvlPQGwOT6V2KZRMLEhCAm/stSZt1AUv0XmDdkjvtbw==", - "path": "microsoft.extensions.logging.abstractions/9.0.4", - "hashPath": "microsoft.extensions.logging.abstractions.9.0.4.nupkg.sha512" - }, - "Microsoft.Extensions.Options/9.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fiFI2+58kicqVZyt/6obqoFwHiab7LC4FkQ3mmiBJ28Yy4fAvy2+v9MRnSvvlOO8chTOjKsdafFl/K9veCPo5g==", - "path": "microsoft.extensions.options/9.0.4", - "hashPath": "microsoft.extensions.options.9.0.4.nupkg.sha512" - }, - "Microsoft.Extensions.Primitives/9.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-SPFyMjyku1nqTFFJ928JAMd0QnRe4xjE7KeKnZMWXf3xk+6e0WiOZAluYtLdbJUXtsl2cCRSi8cBquJ408k8RA==", - "path": "microsoft.extensions.primitives/9.0.4", - "hashPath": "microsoft.extensions.primitives.9.0.4.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/9.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dvjqKp+2LpGid6phzrdrS/2mmEPxFl3jE1+L7614q4ZChKbLJCpHXg6sBILlCCED1t//EE+un/UdAetzIMpqnw==", - "path": "system.configuration.configurationmanager/9.0.4", - "hashPath": "system.configuration.configurationmanager.9.0.4.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/9.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-getRQEXD8idlpb1KW56XuxImMy0FKp2WJPDf3Qr0kI/QKxxJSftqfDFVo0DZ3HCJRLU73qHSruv5q2l5O47jQQ==", - "path": "system.diagnostics.eventlog/9.0.4", - "hashPath": "system.diagnostics.eventlog.9.0.4.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.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/9.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-cUFTcMlz/Qw9s90b2wnWSCvHdjv51Bau9FQqhsr4TlwSe1OX+7SoXUqphis5G74MLOvMOCghxPPlEqOdCrVVGA==", - "path": "system.security.cryptography.pkcs/9.0.4", - "hashPath": "system.security.cryptography.pkcs.9.0.4.nupkg.sha512" - }, - "System.Security.Cryptography.ProtectedData/9.0.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-o94k2RKuAce3GeDMlUvIXlhVa1kWpJw95E6C9LwW0KlG0nj5+SgCiIxJ2Eroqb9sLtG1mEMbFttZIBZ13EJPvQ==", - "path": "system.security.cryptography.protecteddata/9.0.4", - "hashPath": "system.security.cryptography.protecteddata.9.0.4.nupkg.sha512" - }, - "System.Text.Encodings.Web/4.7.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-iTUgB/WtrZ1sWZs84F2hwyQhiRH6QNjQv2DkwrH+WP6RoFga2Q1m3f9/Q7FG8cck8AdHitQkmkXSY8qylcDmuA==", - "path": "system.text.encodings.web/4.7.2", - "hashPath": "system.text.encodings.web.4.7.2.nupkg.sha512" - }, - "System.Text.Json/4.7.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-TcMd95wcrubm9nHvJEQs70rC0H/8omiSGGpU4FQ/ZA1URIqD4pjmFJh2Mfv1yH1eHgJDWTi2hMDXwTET+zOOyg==", - "path": "system.text.json/4.7.2", - "hashPath": "system.text.json.4.7.2.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" - } - } -} \ No newline at end of file diff --git a/tools/PasswordMigrationUtil/bin/Release/net9.0/PasswordMigrationUtil.runtimeconfig.json b/tools/PasswordMigrationUtil/bin/Release/net9.0/PasswordMigrationUtil.runtimeconfig.json deleted file mode 100644 index 233cae7..0000000 --- a/tools/PasswordMigrationUtil/bin/Release/net9.0/PasswordMigrationUtil.runtimeconfig.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net9.0", - "framework": { - "name": "Microsoft.NETCore.App", - "version": "9.0.0" - }, - "configProperties": { - "System.Reflection.Metadata.MetadataUpdater.IsSupported": false, - "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false - } - } -} \ No newline at end of file diff --git a/tools/PasswordMigrationUtil/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs b/tools/PasswordMigrationUtil/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs deleted file mode 100644 index feda5e9..0000000 --- a/tools/PasswordMigrationUtil/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v9.0", FrameworkDisplayName = ".NET 9.0")] diff --git a/tools/PasswordMigrationUtil/obj/Debug/net9.0/Password.0DCDEB95.Up2Date b/tools/PasswordMigrationUtil/obj/Debug/net9.0/Password.0DCDEB95.Up2Date deleted file mode 100644 index e69de29..0000000 diff --git a/tools/PasswordMigrationUtil/obj/Debug/net9.0/PasswordMigrationUtil.AssemblyInfo.cs b/tools/PasswordMigrationUtil/obj/Debug/net9.0/PasswordMigrationUtil.AssemblyInfo.cs deleted file mode 100644 index 492cc64..0000000 --- a/tools/PasswordMigrationUtil/obj/Debug/net9.0/PasswordMigrationUtil.AssemblyInfo.cs +++ /dev/null @@ -1,22 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("PasswordMigrationUtil")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+daf84d27081c399bf1dbd5db88606c4b562cee46")] -[assembly: System.Reflection.AssemblyProductAttribute("PasswordMigrationUtil")] -[assembly: System.Reflection.AssemblyTitleAttribute("PasswordMigrationUtil")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generado por la clase WriteCodeFragment de MSBuild. - diff --git a/tools/PasswordMigrationUtil/obj/Debug/net9.0/PasswordMigrationUtil.GeneratedMSBuildEditorConfig.editorconfig b/tools/PasswordMigrationUtil/obj/Debug/net9.0/PasswordMigrationUtil.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 62d582e..0000000 --- a/tools/PasswordMigrationUtil/obj/Debug/net9.0/PasswordMigrationUtil.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,15 +0,0 @@ -is_global = true -build_property.TargetFramework = net9.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 = PasswordMigrationUtil -build_property.ProjectDir = E:\GestionIntegralWeb\tools\PasswordMigrationUtil\ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = -build_property.EffectiveAnalysisLevelStyle = 9.0 -build_property.EnableCodeStyleSeverity = diff --git a/tools/PasswordMigrationUtil/obj/Debug/net9.0/PasswordMigrationUtil.GlobalUsings.g.cs b/tools/PasswordMigrationUtil/obj/Debug/net9.0/PasswordMigrationUtil.GlobalUsings.g.cs deleted file mode 100644 index 8578f3d..0000000 --- a/tools/PasswordMigrationUtil/obj/Debug/net9.0/PasswordMigrationUtil.GlobalUsings.g.cs +++ /dev/null @@ -1,8 +0,0 @@ -// -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/tools/PasswordMigrationUtil/obj/Debug/net9.0/PasswordMigrationUtil.csproj.FileListAbsolute.txt b/tools/PasswordMigrationUtil/obj/Debug/net9.0/PasswordMigrationUtil.csproj.FileListAbsolute.txt deleted file mode 100644 index b5b964e..0000000 --- a/tools/PasswordMigrationUtil/obj/Debug/net9.0/PasswordMigrationUtil.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,73 +0,0 @@ -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Debug\net9.0\PasswordMigrationUtil.exe -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Debug\net9.0\PasswordMigrationUtil.deps.json -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Debug\net9.0\PasswordMigrationUtil.runtimeconfig.json -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Debug\net9.0\PasswordMigrationUtil.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Debug\net9.0\PasswordMigrationUtil.pdb -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Debug\net9.0\Azure.Core.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Debug\net9.0\Azure.Identity.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Debug\net9.0\Dapper.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Debug\net9.0\Microsoft.Bcl.AsyncInterfaces.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Debug\net9.0\Microsoft.Bcl.Cryptography.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Debug\net9.0\Microsoft.Data.SqlClient.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Debug\net9.0\Microsoft.Extensions.Caching.Abstractions.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Debug\net9.0\Microsoft.Extensions.Caching.Memory.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Debug\net9.0\Microsoft.Extensions.Configuration.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Debug\net9.0\Microsoft.Extensions.Configuration.Abstractions.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Debug\net9.0\Microsoft.Extensions.Configuration.Binder.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Debug\net9.0\Microsoft.Extensions.Configuration.FileExtensions.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Debug\net9.0\Microsoft.Extensions.Configuration.Json.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Debug\net9.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Debug\net9.0\Microsoft.Extensions.FileProviders.Abstractions.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Debug\net9.0\Microsoft.Extensions.FileProviders.Physical.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Debug\net9.0\Microsoft.Extensions.FileSystemGlobbing.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Debug\net9.0\Microsoft.Extensions.Logging.Abstractions.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Debug\net9.0\Microsoft.Extensions.Options.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Debug\net9.0\Microsoft.Extensions.Primitives.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Debug\net9.0\Microsoft.Identity.Client.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Debug\net9.0\Microsoft.Identity.Client.Extensions.Msal.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Debug\net9.0\Microsoft.IdentityModel.Abstractions.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Debug\net9.0\Microsoft.IdentityModel.JsonWebTokens.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Debug\net9.0\Microsoft.IdentityModel.Logging.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Debug\net9.0\Microsoft.IdentityModel.Protocols.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Debug\net9.0\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Debug\net9.0\Microsoft.IdentityModel.Tokens.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Debug\net9.0\Microsoft.SqlServer.Server.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Debug\net9.0\System.ClientModel.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Debug\net9.0\System.Configuration.ConfigurationManager.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Debug\net9.0\System.Diagnostics.EventLog.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Debug\net9.0\System.IdentityModel.Tokens.Jwt.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Debug\net9.0\System.Memory.Data.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Debug\net9.0\System.Security.Cryptography.Pkcs.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Debug\net9.0\System.Security.Cryptography.ProtectedData.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Debug\net9.0\cs\Microsoft.Data.SqlClient.resources.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Debug\net9.0\de\Microsoft.Data.SqlClient.resources.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Debug\net9.0\es\Microsoft.Data.SqlClient.resources.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Debug\net9.0\fr\Microsoft.Data.SqlClient.resources.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Debug\net9.0\it\Microsoft.Data.SqlClient.resources.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Debug\net9.0\ja\Microsoft.Data.SqlClient.resources.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Debug\net9.0\ko\Microsoft.Data.SqlClient.resources.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Debug\net9.0\pl\Microsoft.Data.SqlClient.resources.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Debug\net9.0\pt-BR\Microsoft.Data.SqlClient.resources.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Debug\net9.0\ru\Microsoft.Data.SqlClient.resources.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Debug\net9.0\tr\Microsoft.Data.SqlClient.resources.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Debug\net9.0\zh-Hans\Microsoft.Data.SqlClient.resources.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Debug\net9.0\zh-Hant\Microsoft.Data.SqlClient.resources.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Debug\net9.0\runtimes\unix\lib\net9.0\Microsoft.Data.SqlClient.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Debug\net9.0\runtimes\win\lib\net9.0\Microsoft.Data.SqlClient.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Debug\net9.0\runtimes\win-arm64\native\Microsoft.Data.SqlClient.SNI.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Debug\net9.0\runtimes\win-x64\native\Microsoft.Data.SqlClient.SNI.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Debug\net9.0\runtimes\win-x86\native\Microsoft.Data.SqlClient.SNI.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Debug\net9.0\runtimes\win\lib\net9.0\System.Diagnostics.EventLog.Messages.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Debug\net9.0\runtimes\win\lib\net9.0\System.Diagnostics.EventLog.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Debug\net9.0\runtimes\win\lib\net9.0\System.Security.Cryptography.Pkcs.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\obj\Debug\net9.0\PasswordMigrationUtil.csproj.AssemblyReference.cache -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\obj\Debug\net9.0\PasswordMigrationUtil.GeneratedMSBuildEditorConfig.editorconfig -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\obj\Debug\net9.0\PasswordMigrationUtil.AssemblyInfoInputs.cache -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\obj\Debug\net9.0\PasswordMigrationUtil.AssemblyInfo.cs -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\obj\Debug\net9.0\PasswordMigrationUtil.csproj.CoreCompileInputs.cache -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\obj\Debug\net9.0\Password.0DCDEB95.Up2Date -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\obj\Debug\net9.0\PasswordMigrationUtil.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\obj\Debug\net9.0\refint\PasswordMigrationUtil.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\obj\Debug\net9.0\PasswordMigrationUtil.pdb -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\obj\Debug\net9.0\PasswordMigrationUtil.genruntimeconfig.cache -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\obj\Debug\net9.0\ref\PasswordMigrationUtil.dll diff --git a/tools/PasswordMigrationUtil/obj/PasswordMigrationUtil.csproj.nuget.dgspec.json b/tools/PasswordMigrationUtil/obj/PasswordMigrationUtil.csproj.nuget.dgspec.json deleted file mode 100644 index 18ed0d4..0000000 --- a/tools/PasswordMigrationUtil/obj/PasswordMigrationUtil.csproj.nuget.dgspec.json +++ /dev/null @@ -1,95 +0,0 @@ -{ - "format": 1, - "restore": { - "E:\\GestionIntegralWeb\\tools\\PasswordMigrationUtil\\PasswordMigrationUtil.csproj": {} - }, - "projects": { - "E:\\GestionIntegralWeb\\tools\\PasswordMigrationUtil\\PasswordMigrationUtil.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "E:\\GestionIntegralWeb\\tools\\PasswordMigrationUtil\\PasswordMigrationUtil.csproj", - "projectName": "PasswordMigrationUtil", - "projectPath": "E:\\GestionIntegralWeb\\tools\\PasswordMigrationUtil\\PasswordMigrationUtil.csproj", - "packagesPath": "C:\\Users\\dmolinari\\.nuget\\packages\\", - "outputPath": "E:\\GestionIntegralWeb\\tools\\PasswordMigrationUtil\\obj\\", - "projectStyle": "PackageReference", - "fallbackFolders": [ - "D:\\Microsoft\\VisualStudio\\Microsoft Visual Studio\\Shared\\NuGetPackages" - ], - "configFilePaths": [ - "C:\\Users\\dmolinari\\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": [ - "net9.0" - ], - "sources": { - "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net9.0": { - "targetAlias": "net9.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "direct" - }, - "SdkAnalysisLevel": "9.0.300" - }, - "frameworks": { - "net9.0": { - "targetAlias": "net9.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.4, )" - }, - "Microsoft.Extensions.Configuration.Binder": { - "target": "Package", - "version": "[9.0.4, )" - }, - "Microsoft.Extensions.Configuration.Json": { - "target": "Package", - "version": "[9.0.4, )" - } - }, - "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.300/PortableRuntimeIdentifierGraph.json" - } - } - } - } -} \ No newline at end of file diff --git a/tools/PasswordMigrationUtil/obj/PasswordMigrationUtil.csproj.nuget.g.props b/tools/PasswordMigrationUtil/obj/PasswordMigrationUtil.csproj.nuget.g.props deleted file mode 100644 index 438e8fa..0000000 --- a/tools/PasswordMigrationUtil/obj/PasswordMigrationUtil.csproj.nuget.g.props +++ /dev/null @@ -1,16 +0,0 @@ - - - - True - NuGet - $(MSBuildThisFileDirectory)project.assets.json - $(UserProfile)\.nuget\packages\ - C:\Users\dmolinari\.nuget\packages\;D:\Microsoft\VisualStudio\Microsoft Visual Studio\Shared\NuGetPackages - PackageReference - 6.14.0 - - - - - - \ No newline at end of file diff --git a/tools/PasswordMigrationUtil/obj/PasswordMigrationUtil.csproj.nuget.g.targets b/tools/PasswordMigrationUtil/obj/PasswordMigrationUtil.csproj.nuget.g.targets deleted file mode 100644 index 833f1dc..0000000 --- a/tools/PasswordMigrationUtil/obj/PasswordMigrationUtil.csproj.nuget.g.targets +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/tools/PasswordMigrationUtil/obj/Release/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs b/tools/PasswordMigrationUtil/obj/Release/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs deleted file mode 100644 index feda5e9..0000000 --- a/tools/PasswordMigrationUtil/obj/Release/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v9.0", FrameworkDisplayName = ".NET 9.0")] diff --git a/tools/PasswordMigrationUtil/obj/Release/net9.0/Password.0DCDEB95.Up2Date b/tools/PasswordMigrationUtil/obj/Release/net9.0/Password.0DCDEB95.Up2Date deleted file mode 100644 index e69de29..0000000 diff --git a/tools/PasswordMigrationUtil/obj/Release/net9.0/PasswordMigrationUtil.AssemblyInfo.cs b/tools/PasswordMigrationUtil/obj/Release/net9.0/PasswordMigrationUtil.AssemblyInfo.cs deleted file mode 100644 index 1469f42..0000000 --- a/tools/PasswordMigrationUtil/obj/Release/net9.0/PasswordMigrationUtil.AssemblyInfo.cs +++ /dev/null @@ -1,22 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("PasswordMigrationUtil")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+9b1de95404118dad24e3e848866c48fce6e0c08e")] -[assembly: System.Reflection.AssemblyProductAttribute("PasswordMigrationUtil")] -[assembly: System.Reflection.AssemblyTitleAttribute("PasswordMigrationUtil")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generado por la clase WriteCodeFragment de MSBuild. - diff --git a/tools/PasswordMigrationUtil/obj/Release/net9.0/PasswordMigrationUtil.GeneratedMSBuildEditorConfig.editorconfig b/tools/PasswordMigrationUtil/obj/Release/net9.0/PasswordMigrationUtil.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 62d582e..0000000 --- a/tools/PasswordMigrationUtil/obj/Release/net9.0/PasswordMigrationUtil.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,15 +0,0 @@ -is_global = true -build_property.TargetFramework = net9.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 = PasswordMigrationUtil -build_property.ProjectDir = E:\GestionIntegralWeb\tools\PasswordMigrationUtil\ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = -build_property.EffectiveAnalysisLevelStyle = 9.0 -build_property.EnableCodeStyleSeverity = diff --git a/tools/PasswordMigrationUtil/obj/Release/net9.0/PasswordMigrationUtil.GlobalUsings.g.cs b/tools/PasswordMigrationUtil/obj/Release/net9.0/PasswordMigrationUtil.GlobalUsings.g.cs deleted file mode 100644 index 8578f3d..0000000 --- a/tools/PasswordMigrationUtil/obj/Release/net9.0/PasswordMigrationUtil.GlobalUsings.g.cs +++ /dev/null @@ -1,8 +0,0 @@ -// -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/tools/PasswordMigrationUtil/obj/Release/net9.0/PasswordMigrationUtil.csproj.FileListAbsolute.txt b/tools/PasswordMigrationUtil/obj/Release/net9.0/PasswordMigrationUtil.csproj.FileListAbsolute.txt deleted file mode 100644 index 96f6bfd..0000000 --- a/tools/PasswordMigrationUtil/obj/Release/net9.0/PasswordMigrationUtil.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,73 +0,0 @@ -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Release\net9.0\PasswordMigrationUtil.exe -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Release\net9.0\PasswordMigrationUtil.deps.json -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Release\net9.0\PasswordMigrationUtil.runtimeconfig.json -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Release\net9.0\PasswordMigrationUtil.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Release\net9.0\PasswordMigrationUtil.pdb -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Release\net9.0\Azure.Core.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Release\net9.0\Azure.Identity.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Release\net9.0\Dapper.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Release\net9.0\Microsoft.Bcl.AsyncInterfaces.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Release\net9.0\Microsoft.Bcl.Cryptography.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Release\net9.0\Microsoft.Data.SqlClient.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Release\net9.0\Microsoft.Extensions.Caching.Abstractions.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Release\net9.0\Microsoft.Extensions.Caching.Memory.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Release\net9.0\Microsoft.Extensions.Configuration.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Release\net9.0\Microsoft.Extensions.Configuration.Abstractions.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Release\net9.0\Microsoft.Extensions.Configuration.Binder.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Release\net9.0\Microsoft.Extensions.Configuration.FileExtensions.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Release\net9.0\Microsoft.Extensions.Configuration.Json.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Release\net9.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Release\net9.0\Microsoft.Extensions.FileProviders.Abstractions.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Release\net9.0\Microsoft.Extensions.FileProviders.Physical.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Release\net9.0\Microsoft.Extensions.FileSystemGlobbing.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Release\net9.0\Microsoft.Extensions.Logging.Abstractions.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Release\net9.0\Microsoft.Extensions.Options.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Release\net9.0\Microsoft.Extensions.Primitives.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Release\net9.0\Microsoft.Identity.Client.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Release\net9.0\Microsoft.Identity.Client.Extensions.Msal.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Release\net9.0\Microsoft.IdentityModel.Abstractions.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Release\net9.0\Microsoft.IdentityModel.JsonWebTokens.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Release\net9.0\Microsoft.IdentityModel.Logging.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Release\net9.0\Microsoft.IdentityModel.Protocols.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Release\net9.0\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Release\net9.0\Microsoft.IdentityModel.Tokens.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Release\net9.0\Microsoft.SqlServer.Server.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Release\net9.0\System.ClientModel.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Release\net9.0\System.Configuration.ConfigurationManager.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Release\net9.0\System.Diagnostics.EventLog.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Release\net9.0\System.IdentityModel.Tokens.Jwt.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Release\net9.0\System.Memory.Data.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Release\net9.0\System.Security.Cryptography.Pkcs.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Release\net9.0\System.Security.Cryptography.ProtectedData.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Release\net9.0\cs\Microsoft.Data.SqlClient.resources.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Release\net9.0\de\Microsoft.Data.SqlClient.resources.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Release\net9.0\es\Microsoft.Data.SqlClient.resources.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Release\net9.0\fr\Microsoft.Data.SqlClient.resources.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Release\net9.0\it\Microsoft.Data.SqlClient.resources.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Release\net9.0\ja\Microsoft.Data.SqlClient.resources.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Release\net9.0\ko\Microsoft.Data.SqlClient.resources.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Release\net9.0\pl\Microsoft.Data.SqlClient.resources.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Release\net9.0\pt-BR\Microsoft.Data.SqlClient.resources.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Release\net9.0\ru\Microsoft.Data.SqlClient.resources.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Release\net9.0\tr\Microsoft.Data.SqlClient.resources.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Release\net9.0\zh-Hans\Microsoft.Data.SqlClient.resources.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Release\net9.0\zh-Hant\Microsoft.Data.SqlClient.resources.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Release\net9.0\runtimes\unix\lib\net9.0\Microsoft.Data.SqlClient.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Release\net9.0\runtimes\win\lib\net9.0\Microsoft.Data.SqlClient.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Release\net9.0\runtimes\win-arm64\native\Microsoft.Data.SqlClient.SNI.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Release\net9.0\runtimes\win-x64\native\Microsoft.Data.SqlClient.SNI.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Release\net9.0\runtimes\win-x86\native\Microsoft.Data.SqlClient.SNI.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Release\net9.0\runtimes\win\lib\net9.0\System.Diagnostics.EventLog.Messages.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Release\net9.0\runtimes\win\lib\net9.0\System.Diagnostics.EventLog.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\bin\Release\net9.0\runtimes\win\lib\net9.0\System.Security.Cryptography.Pkcs.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\obj\Release\net9.0\PasswordMigrationUtil.csproj.AssemblyReference.cache -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\obj\Release\net9.0\PasswordMigrationUtil.GeneratedMSBuildEditorConfig.editorconfig -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\obj\Release\net9.0\PasswordMigrationUtil.AssemblyInfoInputs.cache -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\obj\Release\net9.0\PasswordMigrationUtil.AssemblyInfo.cs -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\obj\Release\net9.0\PasswordMigrationUtil.csproj.CoreCompileInputs.cache -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\obj\Release\net9.0\Password.0DCDEB95.Up2Date -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\obj\Release\net9.0\PasswordMigrationUtil.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\obj\Release\net9.0\refint\PasswordMigrationUtil.dll -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\obj\Release\net9.0\PasswordMigrationUtil.pdb -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\obj\Release\net9.0\PasswordMigrationUtil.genruntimeconfig.cache -E:\GestionIntegralWeb\tools\PasswordMigrationUtil\obj\Release\net9.0\ref\PasswordMigrationUtil.dll diff --git a/tools/PasswordMigrationUtil/obj/project.assets.json b/tools/PasswordMigrationUtil/obj/project.assets.json deleted file mode 100644 index ef9940c..0000000 --- a/tools/PasswordMigrationUtil/obj/project.assets.json +++ /dev/null @@ -1,2168 +0,0 @@ -{ - "version": 3, - "targets": { - "net9.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/9.0.4": { - "type": "package", - "compile": { - "lib/net9.0/Microsoft.Bcl.Cryptography.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/Microsoft.Bcl.Cryptography.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - }, - "Microsoft.Data.SqlClient/6.0.2": { - "type": "package", - "dependencies": { - "Azure.Identity": "1.11.4", - "Microsoft.Bcl.Cryptography": "9.0.4", - "Microsoft.Data.SqlClient.SNI.runtime": "6.0.2", - "Microsoft.Extensions.Caching.Memory": "9.0.4", - "Microsoft.IdentityModel.JsonWebTokens": "7.5.0", - "Microsoft.IdentityModel.Protocols.OpenIdConnect": "7.5.0", - "Microsoft.SqlServer.Server": "1.0.0", - "System.Configuration.ConfigurationManager": "9.0.4", - "System.Security.Cryptography.Pkcs": "9.0.4" - }, - "compile": { - "ref/net9.0/Microsoft.Data.SqlClient.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/Microsoft.Data.SqlClient.dll": { - "related": ".xml" - } - }, - "resource": { - "lib/net9.0/cs/Microsoft.Data.SqlClient.resources.dll": { - "locale": "cs" - }, - "lib/net9.0/de/Microsoft.Data.SqlClient.resources.dll": { - "locale": "de" - }, - "lib/net9.0/es/Microsoft.Data.SqlClient.resources.dll": { - "locale": "es" - }, - "lib/net9.0/fr/Microsoft.Data.SqlClient.resources.dll": { - "locale": "fr" - }, - "lib/net9.0/it/Microsoft.Data.SqlClient.resources.dll": { - "locale": "it" - }, - "lib/net9.0/ja/Microsoft.Data.SqlClient.resources.dll": { - "locale": "ja" - }, - "lib/net9.0/ko/Microsoft.Data.SqlClient.resources.dll": { - "locale": "ko" - }, - "lib/net9.0/pl/Microsoft.Data.SqlClient.resources.dll": { - "locale": "pl" - }, - "lib/net9.0/pt-BR/Microsoft.Data.SqlClient.resources.dll": { - "locale": "pt-BR" - }, - "lib/net9.0/ru/Microsoft.Data.SqlClient.resources.dll": { - "locale": "ru" - }, - "lib/net9.0/tr/Microsoft.Data.SqlClient.resources.dll": { - "locale": "tr" - }, - "lib/net9.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll": { - "locale": "zh-Hans" - }, - "lib/net9.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll": { - "locale": "zh-Hant" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/net9.0/Microsoft.Data.SqlClient.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/net9.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/9.0.4": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.4" - }, - "compile": { - "lib/net9.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Caching.Abstractions.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - }, - "Microsoft.Extensions.Caching.Memory/9.0.4": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "9.0.4", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.4", - "Microsoft.Extensions.Logging.Abstractions": "9.0.4", - "Microsoft.Extensions.Options": "9.0.4", - "Microsoft.Extensions.Primitives": "9.0.4" - }, - "compile": { - "lib/net9.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Caching.Memory.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - }, - "Microsoft.Extensions.Configuration/9.0.4": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.4", - "Microsoft.Extensions.Primitives": "9.0.4" - }, - "compile": { - "lib/net9.0/Microsoft.Extensions.Configuration.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Configuration.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - }, - "Microsoft.Extensions.Configuration.Abstractions/9.0.4": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.4" - }, - "compile": { - "lib/net9.0/Microsoft.Extensions.Configuration.Abstractions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Configuration.Abstractions.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - }, - "Microsoft.Extensions.Configuration.Binder/9.0.4": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "9.0.4" - }, - "compile": { - "lib/net9.0/Microsoft.Extensions.Configuration.Binder.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Configuration.Binder.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.Binder.targets": {} - } - }, - "Microsoft.Extensions.Configuration.FileExtensions/9.0.4": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.4", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.4", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.4", - "Microsoft.Extensions.FileProviders.Physical": "9.0.4", - "Microsoft.Extensions.Primitives": "9.0.4" - }, - "compile": { - "lib/net9.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - }, - "Microsoft.Extensions.Configuration.Json/9.0.4": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.4", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.4", - "Microsoft.Extensions.Configuration.FileExtensions": "9.0.4", - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.4" - }, - "compile": { - "lib/net9.0/Microsoft.Extensions.Configuration.Json.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Configuration.Json.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.4": { - "type": "package", - "compile": { - "lib/net9.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - }, - "Microsoft.Extensions.FileProviders.Abstractions/9.0.4": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.4" - }, - "compile": { - "lib/net9.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - }, - "Microsoft.Extensions.FileProviders.Physical/9.0.4": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "9.0.4", - "Microsoft.Extensions.FileSystemGlobbing": "9.0.4", - "Microsoft.Extensions.Primitives": "9.0.4" - }, - "compile": { - "lib/net9.0/Microsoft.Extensions.FileProviders.Physical.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.FileProviders.Physical.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - }, - "Microsoft.Extensions.FileSystemGlobbing/9.0.4": { - "type": "package", - "compile": { - "lib/net9.0/Microsoft.Extensions.FileSystemGlobbing.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.FileSystemGlobbing.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - }, - "Microsoft.Extensions.Logging.Abstractions/9.0.4": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.4" - }, - "compile": { - "lib/net9.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Logging.Abstractions.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/Microsoft.Extensions.Logging.Abstractions.targets": {} - } - }, - "Microsoft.Extensions.Options/9.0.4": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.4", - "Microsoft.Extensions.Primitives": "9.0.4" - }, - "compile": { - "lib/net9.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/Microsoft.Extensions.Options.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/Microsoft.Extensions.Options.targets": {} - } - }, - "Microsoft.Extensions.Primitives/9.0.4": { - "type": "package", - "compile": { - "lib/net9.0/Microsoft.Extensions.Primitives.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.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/9.0.4": { - "type": "package", - "dependencies": { - "System.Diagnostics.EventLog": "9.0.4", - "System.Security.Cryptography.ProtectedData": "9.0.4" - }, - "compile": { - "lib/net9.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/System.Configuration.ConfigurationManager.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - }, - "System.Diagnostics.DiagnosticSource/6.0.1": { - "type": "package", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - }, - "compile": { - "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/netcoreapp3.1/_._": {} - } - }, - "System.Diagnostics.EventLog/9.0.4": { - "type": "package", - "compile": { - "lib/net9.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/System.Diagnostics.EventLog.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.Messages.dll": { - "assetType": "runtime", - "rid": "win" - }, - "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.IdentityModel.Tokens.Jwt/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.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/9.0.4": { - "type": "package", - "compile": { - "lib/net9.0/System.Security.Cryptography.Pkcs.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/System.Security.Cryptography.Pkcs.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - }, - "runtimeTargets": { - "runtimes/win/lib/net9.0/System.Security.Cryptography.Pkcs.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Security.Cryptography.ProtectedData/9.0.4": { - "type": "package", - "compile": { - "lib/net9.0/System.Security.Cryptography.ProtectedData.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net9.0/System.Security.Cryptography.ProtectedData.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net8.0/_._": {} - } - }, - "System.Text.Encodings.Web/4.7.2": { - "type": "package", - "compile": { - "lib/netstandard2.1/System.Text.Encodings.Web.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.1/System.Text.Encodings.Web.dll": { - "related": ".xml" - } - } - }, - "System.Text.Json/4.7.2": { - "type": "package", - "compile": { - "lib/netcoreapp3.0/System.Text.Json.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netcoreapp3.0/System.Text.Json.dll": { - "related": ".xml" - } - } - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "type": "package", - "compile": { - "ref/netcoreapp2.1/_._": {} - }, - "runtime": { - "lib/netcoreapp2.1/_._": {} - } - } - } - }, - "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/9.0.4": { - "sha512": "YgZYAWzyNuPVtPq6WNm0bqOWNjYaWgl5mBWTGZyNoXitYBUYSp6iUB9AwK0V1mo793qRJUXz2t6UZrWITZSvuQ==", - "type": "package", - "path": "microsoft.bcl.cryptography/9.0.4", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Bcl.Cryptography.targets", - "buildTransitive/net462/_._", - "buildTransitive/net8.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/net9.0/Microsoft.Bcl.Cryptography.dll", - "lib/net9.0/Microsoft.Bcl.Cryptography.xml", - "lib/netstandard2.0/Microsoft.Bcl.Cryptography.dll", - "lib/netstandard2.0/Microsoft.Bcl.Cryptography.xml", - "microsoft.bcl.cryptography.9.0.4.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/9.0.4": { - "sha512": "imcZ5BGhBw5mNsWLepBbqqumWaFe0GtvyCvne2/2wsDIBRa2+Lhx4cU/pKt/4BwOizzUEOls2k1eOJQXHGMalg==", - "type": "package", - "path": "microsoft.extensions.caching.abstractions/9.0.4", - "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/net8.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Caching.Abstractions.targets", - "lib/net462/Microsoft.Extensions.Caching.Abstractions.dll", - "lib/net462/Microsoft.Extensions.Caching.Abstractions.xml", - "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll", - "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.xml", - "lib/net9.0/Microsoft.Extensions.Caching.Abstractions.dll", - "lib/net9.0/Microsoft.Extensions.Caching.Abstractions.xml", - "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll", - "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.xml", - "microsoft.extensions.caching.abstractions.9.0.4.nupkg.sha512", - "microsoft.extensions.caching.abstractions.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.Caching.Memory/9.0.4": { - "sha512": "G5rEq1Qez5VJDTEyRsRUnewAspKjaY57VGsdZ8g8Ja6sXXzoiI3PpTd1t43HjHqNWD5A06MQveb2lscn+2CU+w==", - "type": "package", - "path": "microsoft.extensions.caching.memory/9.0.4", - "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/net8.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Caching.Memory.targets", - "lib/net462/Microsoft.Extensions.Caching.Memory.dll", - "lib/net462/Microsoft.Extensions.Caching.Memory.xml", - "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll", - "lib/net8.0/Microsoft.Extensions.Caching.Memory.xml", - "lib/net9.0/Microsoft.Extensions.Caching.Memory.dll", - "lib/net9.0/Microsoft.Extensions.Caching.Memory.xml", - "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll", - "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.xml", - "microsoft.extensions.caching.memory.9.0.4.nupkg.sha512", - "microsoft.extensions.caching.memory.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.Configuration/9.0.4": { - "sha512": "KIVBrMbItnCJDd1RF4KEaE8jZwDJcDUJW5zXpbwQ05HNYTK1GveHxHK0B3SjgDJuR48GRACXAO+BLhL8h34S7g==", - "type": "package", - "path": "microsoft.extensions.configuration/9.0.4", - "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.4.nupkg.sha512", - "microsoft.extensions.configuration.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.Configuration.Abstractions/9.0.4": { - "sha512": "0LN/DiIKvBrkqp7gkF3qhGIeZk6/B63PthAHjQsxymJfIBcz0kbf4/p/t4lMgggVxZ+flRi5xvTwlpPOoZk8fg==", - "type": "package", - "path": "microsoft.extensions.configuration.abstractions/9.0.4", - "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.4.nupkg.sha512", - "microsoft.extensions.configuration.abstractions.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.Configuration.Binder/9.0.4": { - "sha512": "cdrjcl9RIcwt3ECbnpP0Gt1+pkjdW90mq5yFYy8D9qRj2NqFFcv3yDp141iEamsd9E218sGxK8WHaIOcrqgDJg==", - "type": "package", - "path": "microsoft.extensions.configuration.binder/9.0.4", - "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.4.nupkg.sha512", - "microsoft.extensions.configuration.binder.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.Configuration.FileExtensions/9.0.4": { - "sha512": "UY864WQ3AS2Fkc8fYLombWnjrXwYt+BEHHps0hY4sxlgqaVW06AxbpgRZjfYf8PyRbplJqruzZDB/nSLT+7RLQ==", - "type": "package", - "path": "microsoft.extensions.configuration.fileextensions/9.0.4", - "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.4.nupkg.sha512", - "microsoft.extensions.configuration.fileextensions.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.Configuration.Json/9.0.4": { - "sha512": "vVXI70CgT/dmXV3MM+n/BR2rLXEoAyoK0hQT+8MrbCMuJBiLRxnTtSrksNiASWCwOtxo/Tyy7CO8AGthbsYxnw==", - "type": "package", - "path": "microsoft.extensions.configuration.json/9.0.4", - "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.4.nupkg.sha512", - "microsoft.extensions.configuration.json.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.4": { - "sha512": "UI0TQPVkS78bFdjkTodmkH0Fe8lXv9LnhGFKgKrsgUJ5a5FVdFRcgjIkBVLbGgdRhxWirxH/8IXUtEyYJx6GQg==", - "type": "package", - "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.4", - "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.4.nupkg.sha512", - "microsoft.extensions.dependencyinjection.abstractions.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.FileProviders.Abstractions/9.0.4": { - "sha512": "gQN2o/KnBfVk6Bd71E2YsvO5lsqrqHmaepDGk+FB/C4aiQY9B0XKKNKfl5/TqcNOs9OEithm4opiMHAErMFyEw==", - "type": "package", - "path": "microsoft.extensions.fileproviders.abstractions/9.0.4", - "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.4.nupkg.sha512", - "microsoft.extensions.fileproviders.abstractions.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.FileProviders.Physical/9.0.4": { - "sha512": "qkQ9V7KFZdTWNThT7ke7E/Jad38s46atSs3QUYZB8f3thBTrcrousdY4Y/tyCtcH5YjsPSiByjuN+L8W/ThMQg==", - "type": "package", - "path": "microsoft.extensions.fileproviders.physical/9.0.4", - "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.4.nupkg.sha512", - "microsoft.extensions.fileproviders.physical.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.FileSystemGlobbing/9.0.4": { - "sha512": "05Lh2ItSk4mzTdDWATW9nEcSybwprN8Tz42Fs5B+jwdXUpauktdAQUI1Am4sUQi2C63E5hvQp8gXvfwfg9mQGQ==", - "type": "package", - "path": "microsoft.extensions.filesystemglobbing/9.0.4", - "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.4.nupkg.sha512", - "microsoft.extensions.filesystemglobbing.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.Logging.Abstractions/9.0.4": { - "sha512": "0MXlimU4Dud6t+iNi5NEz3dO2w1HXdhoOLaYFuLPCjAsvlPQGwOT6V2KZRMLEhCAm/stSZt1AUv0XmDdkjvtbw==", - "type": "package", - "path": "microsoft.extensions.logging.abstractions/9.0.4", - "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.4.nupkg.sha512", - "microsoft.extensions.logging.abstractions.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.Options/9.0.4": { - "sha512": "fiFI2+58kicqVZyt/6obqoFwHiab7LC4FkQ3mmiBJ28Yy4fAvy2+v9MRnSvvlOO8chTOjKsdafFl/K9veCPo5g==", - "type": "package", - "path": "microsoft.extensions.options/9.0.4", - "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.4.nupkg.sha512", - "microsoft.extensions.options.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.Primitives/9.0.4": { - "sha512": "SPFyMjyku1nqTFFJ928JAMd0QnRe4xjE7KeKnZMWXf3xk+6e0WiOZAluYtLdbJUXtsl2cCRSi8cBquJ408k8RA==", - "type": "package", - "path": "microsoft.extensions.primitives/9.0.4", - "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.4.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/9.0.4": { - "sha512": "dvjqKp+2LpGid6phzrdrS/2mmEPxFl3jE1+L7614q4ZChKbLJCpHXg6sBILlCCED1t//EE+un/UdAetzIMpqnw==", - "type": "package", - "path": "system.configuration.configurationmanager/9.0.4", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.Configuration.ConfigurationManager.targets", - "buildTransitive/net462/_._", - "buildTransitive/net8.0/_._", - "buildTransitive/netcoreapp2.0/System.Configuration.ConfigurationManager.targets", - "lib/net462/System.Configuration.ConfigurationManager.dll", - "lib/net462/System.Configuration.ConfigurationManager.xml", - "lib/net8.0/System.Configuration.ConfigurationManager.dll", - "lib/net8.0/System.Configuration.ConfigurationManager.xml", - "lib/net9.0/System.Configuration.ConfigurationManager.dll", - "lib/net9.0/System.Configuration.ConfigurationManager.xml", - "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll", - "lib/netstandard2.0/System.Configuration.ConfigurationManager.xml", - "system.configuration.configurationmanager.9.0.4.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/9.0.4": { - "sha512": "getRQEXD8idlpb1KW56XuxImMy0FKp2WJPDf3Qr0kI/QKxxJSftqfDFVo0DZ3HCJRLU73qHSruv5q2l5O47jQQ==", - "type": "package", - "path": "system.diagnostics.eventlog/9.0.4", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.Diagnostics.EventLog.targets", - "buildTransitive/net462/_._", - "buildTransitive/net8.0/_._", - "buildTransitive/netcoreapp2.0/System.Diagnostics.EventLog.targets", - "lib/net462/System.Diagnostics.EventLog.dll", - "lib/net462/System.Diagnostics.EventLog.xml", - "lib/net8.0/System.Diagnostics.EventLog.dll", - "lib/net8.0/System.Diagnostics.EventLog.xml", - "lib/net9.0/System.Diagnostics.EventLog.dll", - "lib/net9.0/System.Diagnostics.EventLog.xml", - "lib/netstandard2.0/System.Diagnostics.EventLog.dll", - "lib/netstandard2.0/System.Diagnostics.EventLog.xml", - "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll", - "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll", - "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.xml", - "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.Messages.dll", - "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.dll", - "runtimes/win/lib/net9.0/System.Diagnostics.EventLog.xml", - "system.diagnostics.eventlog.9.0.4.nupkg.sha512", - "system.diagnostics.eventlog.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.IdentityModel.Tokens.Jwt/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.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/9.0.4": { - "sha512": "cUFTcMlz/Qw9s90b2wnWSCvHdjv51Bau9FQqhsr4TlwSe1OX+7SoXUqphis5G74MLOvMOCghxPPlEqOdCrVVGA==", - "type": "package", - "path": "system.security.cryptography.pkcs/9.0.4", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.Security.Cryptography.Pkcs.targets", - "buildTransitive/net462/_._", - "buildTransitive/net8.0/_._", - "buildTransitive/netcoreapp2.0/System.Security.Cryptography.Pkcs.targets", - "lib/net462/System.Security.Cryptography.Pkcs.dll", - "lib/net462/System.Security.Cryptography.Pkcs.xml", - "lib/net8.0/System.Security.Cryptography.Pkcs.dll", - "lib/net8.0/System.Security.Cryptography.Pkcs.xml", - "lib/net9.0/System.Security.Cryptography.Pkcs.dll", - "lib/net9.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/net8.0/System.Security.Cryptography.Pkcs.dll", - "runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.xml", - "runtimes/win/lib/net9.0/System.Security.Cryptography.Pkcs.dll", - "runtimes/win/lib/net9.0/System.Security.Cryptography.Pkcs.xml", - "system.security.cryptography.pkcs.9.0.4.nupkg.sha512", - "system.security.cryptography.pkcs.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Security.Cryptography.ProtectedData/9.0.4": { - "sha512": "o94k2RKuAce3GeDMlUvIXlhVa1kWpJw95E6C9LwW0KlG0nj5+SgCiIxJ2Eroqb9sLtG1mEMbFttZIBZ13EJPvQ==", - "type": "package", - "path": "system.security.cryptography.protecteddata/9.0.4", - "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/net8.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/net8.0/System.Security.Cryptography.ProtectedData.dll", - "lib/net8.0/System.Security.Cryptography.ProtectedData.xml", - "lib/net9.0/System.Security.Cryptography.ProtectedData.dll", - "lib/net9.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.9.0.4.nupkg.sha512", - "system.security.cryptography.protecteddata.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Text.Encodings.Web/4.7.2": { - "sha512": "iTUgB/WtrZ1sWZs84F2hwyQhiRH6QNjQv2DkwrH+WP6RoFga2Q1m3f9/Q7FG8cck8AdHitQkmkXSY8qylcDmuA==", - "type": "package", - "path": "system.text.encodings.web/4.7.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/net461/System.Text.Encodings.Web.dll", - "lib/net461/System.Text.Encodings.Web.xml", - "lib/netstandard1.0/System.Text.Encodings.Web.dll", - "lib/netstandard1.0/System.Text.Encodings.Web.xml", - "lib/netstandard2.0/System.Text.Encodings.Web.dll", - "lib/netstandard2.0/System.Text.Encodings.Web.xml", - "lib/netstandard2.1/System.Text.Encodings.Web.dll", - "lib/netstandard2.1/System.Text.Encodings.Web.xml", - "system.text.encodings.web.4.7.2.nupkg.sha512", - "system.text.encodings.web.nuspec", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "System.Text.Json/4.7.2": { - "sha512": "TcMd95wcrubm9nHvJEQs70rC0H/8omiSGGpU4FQ/ZA1URIqD4pjmFJh2Mfv1yH1eHgJDWTi2hMDXwTET+zOOyg==", - "type": "package", - "path": "system.text.json/4.7.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/net461/System.Text.Json.dll", - "lib/net461/System.Text.Json.xml", - "lib/netcoreapp3.0/System.Text.Json.dll", - "lib/netcoreapp3.0/System.Text.Json.xml", - "lib/netstandard2.0/System.Text.Json.dll", - "lib/netstandard2.0/System.Text.Json.xml", - "system.text.json.4.7.2.nupkg.sha512", - "system.text.json.nuspec", - "useSharedDesignerContext.txt", - "version.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" - ] - } - }, - "projectFileDependencyGroups": { - "net9.0": [ - "Dapper >= 2.1.66", - "Microsoft.Data.SqlClient >= 6.0.2", - "Microsoft.Extensions.Configuration >= 9.0.4", - "Microsoft.Extensions.Configuration.Binder >= 9.0.4", - "Microsoft.Extensions.Configuration.Json >= 9.0.4" - ] - }, - "packageFolders": { - "C:\\Users\\dmolinari\\.nuget\\packages\\": {}, - "D:\\Microsoft\\VisualStudio\\Microsoft Visual Studio\\Shared\\NuGetPackages": {} - }, - "project": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "E:\\GestionIntegralWeb\\tools\\PasswordMigrationUtil\\PasswordMigrationUtil.csproj", - "projectName": "PasswordMigrationUtil", - "projectPath": "E:\\GestionIntegralWeb\\tools\\PasswordMigrationUtil\\PasswordMigrationUtil.csproj", - "packagesPath": "C:\\Users\\dmolinari\\.nuget\\packages\\", - "outputPath": "E:\\GestionIntegralWeb\\tools\\PasswordMigrationUtil\\obj\\", - "projectStyle": "PackageReference", - "fallbackFolders": [ - "D:\\Microsoft\\VisualStudio\\Microsoft Visual Studio\\Shared\\NuGetPackages" - ], - "configFilePaths": [ - "C:\\Users\\dmolinari\\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": [ - "net9.0" - ], - "sources": { - "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net9.0": { - "targetAlias": "net9.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "direct" - }, - "SdkAnalysisLevel": "9.0.300" - }, - "frameworks": { - "net9.0": { - "targetAlias": "net9.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.4, )" - }, - "Microsoft.Extensions.Configuration.Binder": { - "target": "Package", - "version": "[9.0.4, )" - }, - "Microsoft.Extensions.Configuration.Json": { - "target": "Package", - "version": "[9.0.4, )" - } - }, - "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.300/PortableRuntimeIdentifierGraph.json" - } - } - } -} \ No newline at end of file