diff --git a/Controllers/Budget.Controller.cs b/Controllers/Budget.Controller.cs index 2a5e62a..603e738 100644 --- a/Controllers/Budget.Controller.cs +++ b/Controllers/Budget.Controller.cs @@ -2581,13 +2581,21 @@ namespace rmutr_report.Controllers foreach (var notation in government_budget.notations) { + string bath = " บาท"; int subrow = 1; notation.row_no = row.ToString(); if (notation.row_no == "1") { notation.row_no = "หมายเหตุ : " + "1"; } - + if (notation.amount != null) + { + notation.amounts = bath; + } + if (notation.amount == null) + { + notation.amounts = null; + } foreach (var notation2 in notation.notations_detail) { if (notation2.list != null && notation2.amount != null) diff --git a/Dockerfile.dev b/Dockerfile.dev index de7dd5f..a87d6b1 100644 --- a/Dockerfile.dev +++ b/Dockerfile.dev @@ -1,11 +1,11 @@ -FROM mcr.microsoft.com/dotnet/sdk:5.0 as build-env +FROM mcr.microsoft.com/dotnet/core/sdk:3.1 as build-env WORKDIR /source COPY . . RUN dotnet restore --configfile nuget.config --disable-parallel RUN dotnet build RUN dotnet publish -o /publish --configuration Release; -FROM mcr.microsoft.com/dotnet/sdk:5.0 +FROM mcr.microsoft.com/dotnet/aspnet:3.1 COPY . . RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y --no-install-recommends apt-utils RUN DEBIAN_FRONTEND=noninteractive apt-get install -y fontconfig diff --git a/Models/budget/summary_government_budget_plan.cs b/Models/budget/summary_government_budget_plan.cs index 7bd8ed3..67da04b 100644 --- a/Models/budget/summary_government_budget_plan.cs +++ b/Models/budget/summary_government_budget_plan.cs @@ -58,6 +58,7 @@ namespace rmutr_report.Models public string list { get; set; } public string date_range { get; set; } public decimal? amount { get; set; } + public string amounts { get; set; } public string free_text { get; set; } public List notations_detail { get; set; } diff --git a/bin/Debug/net5.0/ClosedXML.dll b/bin/Debug/net5.0/ClosedXML.dll new file mode 100644 index 0000000..72e795c Binary files /dev/null and b/bin/Debug/net5.0/ClosedXML.dll differ diff --git a/bin/Debug/net5.0/DocumentFormat.OpenXml.dll b/bin/Debug/net5.0/DocumentFormat.OpenXml.dll new file mode 100644 index 0000000..2a81590 Binary files /dev/null and b/bin/Debug/net5.0/DocumentFormat.OpenXml.dll differ diff --git a/bin/Debug/net5.0/ExcelNumberFormat.dll b/bin/Debug/net5.0/ExcelNumberFormat.dll new file mode 100644 index 0000000..aaf7bf8 Binary files /dev/null and b/bin/Debug/net5.0/ExcelNumberFormat.dll differ diff --git a/bin/Debug/net5.0/FastReport.dll b/bin/Debug/net5.0/FastReport.dll new file mode 100644 index 0000000..3e6edec Binary files /dev/null and b/bin/Debug/net5.0/FastReport.dll differ diff --git a/bin/Debug/net5.0/Microsoft.CodeAnalysis.CSharp.dll b/bin/Debug/net5.0/Microsoft.CodeAnalysis.CSharp.dll new file mode 100644 index 0000000..f106543 Binary files /dev/null and b/bin/Debug/net5.0/Microsoft.CodeAnalysis.CSharp.dll differ diff --git a/bin/Debug/net5.0/Microsoft.CodeAnalysis.VisualBasic.dll b/bin/Debug/net5.0/Microsoft.CodeAnalysis.VisualBasic.dll new file mode 100644 index 0000000..eb647c7 Binary files /dev/null and b/bin/Debug/net5.0/Microsoft.CodeAnalysis.VisualBasic.dll differ diff --git a/bin/Debug/net5.0/Microsoft.CodeAnalysis.dll b/bin/Debug/net5.0/Microsoft.CodeAnalysis.dll new file mode 100644 index 0000000..32289bf Binary files /dev/null and b/bin/Debug/net5.0/Microsoft.CodeAnalysis.dll differ diff --git a/bin/Debug/net5.0/Microsoft.OpenApi.dll b/bin/Debug/net5.0/Microsoft.OpenApi.dll new file mode 100644 index 0000000..14f3ded Binary files /dev/null and b/bin/Debug/net5.0/Microsoft.OpenApi.dll differ diff --git a/bin/Debug/net5.0/Swashbuckle.AspNetCore.Annotations.dll b/bin/Debug/net5.0/Swashbuckle.AspNetCore.Annotations.dll new file mode 100644 index 0000000..b27b66c Binary files /dev/null and b/bin/Debug/net5.0/Swashbuckle.AspNetCore.Annotations.dll differ diff --git a/bin/Debug/net5.0/Swashbuckle.AspNetCore.Swagger.dll b/bin/Debug/net5.0/Swashbuckle.AspNetCore.Swagger.dll new file mode 100644 index 0000000..0c7549c Binary files /dev/null and b/bin/Debug/net5.0/Swashbuckle.AspNetCore.Swagger.dll differ diff --git a/bin/Debug/net5.0/Swashbuckle.AspNetCore.SwaggerGen.dll b/bin/Debug/net5.0/Swashbuckle.AspNetCore.SwaggerGen.dll new file mode 100644 index 0000000..48575e1 Binary files /dev/null and b/bin/Debug/net5.0/Swashbuckle.AspNetCore.SwaggerGen.dll differ diff --git a/bin/Debug/net5.0/Swashbuckle.AspNetCore.SwaggerUI.dll b/bin/Debug/net5.0/Swashbuckle.AspNetCore.SwaggerUI.dll new file mode 100644 index 0000000..7db703a Binary files /dev/null and b/bin/Debug/net5.0/Swashbuckle.AspNetCore.SwaggerUI.dll differ diff --git a/bin/Debug/net5.0/System.Data.SqlClient.dll b/bin/Debug/net5.0/System.Data.SqlClient.dll new file mode 100644 index 0000000..df3b425 Binary files /dev/null and b/bin/Debug/net5.0/System.Data.SqlClient.dll differ diff --git a/bin/Debug/net5.0/System.IO.Packaging.dll b/bin/Debug/net5.0/System.IO.Packaging.dll new file mode 100644 index 0000000..4a2228a Binary files /dev/null and b/bin/Debug/net5.0/System.IO.Packaging.dll differ diff --git a/bin/Debug/net5.0/appsettings.Development.json b/bin/Debug/net5.0/appsettings.Development.json new file mode 100644 index 0000000..8983e0f --- /dev/null +++ b/bin/Debug/net5.0/appsettings.Development.json @@ -0,0 +1,9 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft": "Warning", + "Microsoft.Hosting.Lifetime": "Information" + } + } +} diff --git a/bin/Debug/net5.0/appsettings.json b/bin/Debug/net5.0/appsettings.json new file mode 100644 index 0000000..c8d7f38 --- /dev/null +++ b/bin/Debug/net5.0/appsettings.json @@ -0,0 +1,14 @@ +{ + "Settings":{ + "ReportPath":"wwwroot/reports/" + + }, + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft": "Warning", + "Microsoft.Hosting.Lifetime": "Information" + } + }, + "AllowedHosts": "*" +} diff --git a/bin/Debug/net5.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll b/bin/Debug/net5.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll new file mode 100644 index 0000000..6feae63 Binary files /dev/null and b/bin/Debug/net5.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll differ diff --git a/bin/Debug/net5.0/cs/Microsoft.CodeAnalysis.VisualBasic.resources.dll b/bin/Debug/net5.0/cs/Microsoft.CodeAnalysis.VisualBasic.resources.dll new file mode 100644 index 0000000..c0f98a4 Binary files /dev/null and b/bin/Debug/net5.0/cs/Microsoft.CodeAnalysis.VisualBasic.resources.dll differ diff --git a/bin/Debug/net5.0/cs/Microsoft.CodeAnalysis.resources.dll b/bin/Debug/net5.0/cs/Microsoft.CodeAnalysis.resources.dll new file mode 100644 index 0000000..a930324 Binary files /dev/null and b/bin/Debug/net5.0/cs/Microsoft.CodeAnalysis.resources.dll differ diff --git a/bin/Debug/net5.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll b/bin/Debug/net5.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll new file mode 100644 index 0000000..87c1a22 Binary files /dev/null and b/bin/Debug/net5.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll differ diff --git a/bin/Debug/net5.0/de/Microsoft.CodeAnalysis.VisualBasic.resources.dll b/bin/Debug/net5.0/de/Microsoft.CodeAnalysis.VisualBasic.resources.dll new file mode 100644 index 0000000..9a6b07c Binary files /dev/null and b/bin/Debug/net5.0/de/Microsoft.CodeAnalysis.VisualBasic.resources.dll differ diff --git a/bin/Debug/net5.0/de/Microsoft.CodeAnalysis.resources.dll b/bin/Debug/net5.0/de/Microsoft.CodeAnalysis.resources.dll new file mode 100644 index 0000000..acf4590 Binary files /dev/null and b/bin/Debug/net5.0/de/Microsoft.CodeAnalysis.resources.dll differ diff --git a/bin/Debug/net5.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll b/bin/Debug/net5.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll new file mode 100644 index 0000000..46343e3 Binary files /dev/null and b/bin/Debug/net5.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll differ diff --git a/bin/Debug/net5.0/es/Microsoft.CodeAnalysis.VisualBasic.resources.dll b/bin/Debug/net5.0/es/Microsoft.CodeAnalysis.VisualBasic.resources.dll new file mode 100644 index 0000000..b7493de Binary files /dev/null and b/bin/Debug/net5.0/es/Microsoft.CodeAnalysis.VisualBasic.resources.dll differ diff --git a/bin/Debug/net5.0/es/Microsoft.CodeAnalysis.resources.dll b/bin/Debug/net5.0/es/Microsoft.CodeAnalysis.resources.dll new file mode 100644 index 0000000..e84fd44 Binary files /dev/null and b/bin/Debug/net5.0/es/Microsoft.CodeAnalysis.resources.dll differ diff --git a/bin/Debug/net5.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll b/bin/Debug/net5.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll new file mode 100644 index 0000000..ec62275 Binary files /dev/null and b/bin/Debug/net5.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll differ diff --git a/bin/Debug/net5.0/fr/Microsoft.CodeAnalysis.VisualBasic.resources.dll b/bin/Debug/net5.0/fr/Microsoft.CodeAnalysis.VisualBasic.resources.dll new file mode 100644 index 0000000..b2750e9 Binary files /dev/null and b/bin/Debug/net5.0/fr/Microsoft.CodeAnalysis.VisualBasic.resources.dll differ diff --git a/bin/Debug/net5.0/fr/Microsoft.CodeAnalysis.resources.dll b/bin/Debug/net5.0/fr/Microsoft.CodeAnalysis.resources.dll new file mode 100644 index 0000000..682fd66 Binary files /dev/null and b/bin/Debug/net5.0/fr/Microsoft.CodeAnalysis.resources.dll differ diff --git a/bin/Debug/net5.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll b/bin/Debug/net5.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll new file mode 100644 index 0000000..cd20b46 Binary files /dev/null and b/bin/Debug/net5.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll differ diff --git a/bin/Debug/net5.0/it/Microsoft.CodeAnalysis.VisualBasic.resources.dll b/bin/Debug/net5.0/it/Microsoft.CodeAnalysis.VisualBasic.resources.dll new file mode 100644 index 0000000..8ea69b9 Binary files /dev/null and b/bin/Debug/net5.0/it/Microsoft.CodeAnalysis.VisualBasic.resources.dll differ diff --git a/bin/Debug/net5.0/it/Microsoft.CodeAnalysis.resources.dll b/bin/Debug/net5.0/it/Microsoft.CodeAnalysis.resources.dll new file mode 100644 index 0000000..e644c6c Binary files /dev/null and b/bin/Debug/net5.0/it/Microsoft.CodeAnalysis.resources.dll differ diff --git a/bin/Debug/net5.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll b/bin/Debug/net5.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll new file mode 100644 index 0000000..60af7fe Binary files /dev/null and b/bin/Debug/net5.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll differ diff --git a/bin/Debug/net5.0/ja/Microsoft.CodeAnalysis.VisualBasic.resources.dll b/bin/Debug/net5.0/ja/Microsoft.CodeAnalysis.VisualBasic.resources.dll new file mode 100644 index 0000000..1b55234 Binary files /dev/null and b/bin/Debug/net5.0/ja/Microsoft.CodeAnalysis.VisualBasic.resources.dll differ diff --git a/bin/Debug/net5.0/ja/Microsoft.CodeAnalysis.resources.dll b/bin/Debug/net5.0/ja/Microsoft.CodeAnalysis.resources.dll new file mode 100644 index 0000000..927b4fc Binary files /dev/null and b/bin/Debug/net5.0/ja/Microsoft.CodeAnalysis.resources.dll differ diff --git a/bin/Debug/net5.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll b/bin/Debug/net5.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll new file mode 100644 index 0000000..0ad23cf Binary files /dev/null and b/bin/Debug/net5.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll differ diff --git a/bin/Debug/net5.0/ko/Microsoft.CodeAnalysis.VisualBasic.resources.dll b/bin/Debug/net5.0/ko/Microsoft.CodeAnalysis.VisualBasic.resources.dll new file mode 100644 index 0000000..a023e6e Binary files /dev/null and b/bin/Debug/net5.0/ko/Microsoft.CodeAnalysis.VisualBasic.resources.dll differ diff --git a/bin/Debug/net5.0/ko/Microsoft.CodeAnalysis.resources.dll b/bin/Debug/net5.0/ko/Microsoft.CodeAnalysis.resources.dll new file mode 100644 index 0000000..b70ac18 Binary files /dev/null and b/bin/Debug/net5.0/ko/Microsoft.CodeAnalysis.resources.dll differ diff --git a/bin/Debug/net5.0/nuget.config b/bin/Debug/net5.0/nuget.config new file mode 100644 index 0000000..7ec2d29 --- /dev/null +++ b/bin/Debug/net5.0/nuget.config @@ -0,0 +1,7 @@ + + + + + + + diff --git a/bin/Debug/net5.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll b/bin/Debug/net5.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll new file mode 100644 index 0000000..d3da60b Binary files /dev/null and b/bin/Debug/net5.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll differ diff --git a/bin/Debug/net5.0/pl/Microsoft.CodeAnalysis.VisualBasic.resources.dll b/bin/Debug/net5.0/pl/Microsoft.CodeAnalysis.VisualBasic.resources.dll new file mode 100644 index 0000000..e82975e Binary files /dev/null and b/bin/Debug/net5.0/pl/Microsoft.CodeAnalysis.VisualBasic.resources.dll differ diff --git a/bin/Debug/net5.0/pl/Microsoft.CodeAnalysis.resources.dll b/bin/Debug/net5.0/pl/Microsoft.CodeAnalysis.resources.dll new file mode 100644 index 0000000..df5eafc Binary files /dev/null and b/bin/Debug/net5.0/pl/Microsoft.CodeAnalysis.resources.dll differ diff --git a/bin/Debug/net5.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll b/bin/Debug/net5.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll new file mode 100644 index 0000000..51e3741 Binary files /dev/null and b/bin/Debug/net5.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll differ diff --git a/bin/Debug/net5.0/pt-BR/Microsoft.CodeAnalysis.VisualBasic.resources.dll b/bin/Debug/net5.0/pt-BR/Microsoft.CodeAnalysis.VisualBasic.resources.dll new file mode 100644 index 0000000..1b8a909 Binary files /dev/null and b/bin/Debug/net5.0/pt-BR/Microsoft.CodeAnalysis.VisualBasic.resources.dll differ diff --git a/bin/Debug/net5.0/pt-BR/Microsoft.CodeAnalysis.resources.dll b/bin/Debug/net5.0/pt-BR/Microsoft.CodeAnalysis.resources.dll new file mode 100644 index 0000000..741a778 Binary files /dev/null and b/bin/Debug/net5.0/pt-BR/Microsoft.CodeAnalysis.resources.dll differ diff --git a/bin/Debug/net5.0/rmutr_report.deps.json b/bin/Debug/net5.0/rmutr_report.deps.json new file mode 100644 index 0000000..33fe6bc --- /dev/null +++ b/bin/Debug/net5.0/rmutr_report.deps.json @@ -0,0 +1,4210 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v5.0", + "signature": "" + }, + "compilationOptions": { + "defines": [ + "TRACE", + "DEBUG", + "NET", + "NET5_0", + "NETCOREAPP", + "NET5_0_OR_GREATER", + "NETCOREAPP1_0_OR_GREATER", + "NETCOREAPP1_1_OR_GREATER", + "NETCOREAPP2_0_OR_GREATER", + "NETCOREAPP2_1_OR_GREATER", + "NETCOREAPP2_2_OR_GREATER", + "NETCOREAPP3_0_OR_GREATER", + "NETCOREAPP3_1_OR_GREATER" + ], + "languageVersion": "9.0", + "platform": "", + "allowUnsafe": false, + "warningsAsErrors": false, + "optimize": false, + "keyFile": "", + "emitEntryPoint": true, + "xmlDoc": true, + "debugType": "portable" + }, + "targets": { + ".NETCoreApp,Version=v5.0": { + "rmutr_report/1.0.0": { + "dependencies": { + "ClosedXML": "0.96.0", + "FastReport.Core": "2021.3.0", + "Swashbuckle.AspNetCore": "6.5.0", + "Swashbuckle.AspNetCore.Annotations": "6.5.0", + "Microsoft.AspNetCore.Antiforgery": "5.0.0.0", + "Microsoft.AspNetCore.Authentication.Abstractions": "5.0.0.0", + "Microsoft.AspNetCore.Authentication.Cookies": "5.0.0.0", + "Microsoft.AspNetCore.Authentication.Core": "5.0.0.0", + "Microsoft.AspNetCore.Authentication": "5.0.0.0", + "Microsoft.AspNetCore.Authentication.OAuth": "5.0.0.0", + "Microsoft.AspNetCore.Authorization": "5.0.0.0", + "Microsoft.AspNetCore.Authorization.Policy": "5.0.0.0", + "Microsoft.AspNetCore.Components.Authorization": "5.0.0.0", + "Microsoft.AspNetCore.Components": "5.0.0.0", + "Microsoft.AspNetCore.Components.Forms": "5.0.0.0", + "Microsoft.AspNetCore.Components.Server": "5.0.0.0", + "Microsoft.AspNetCore.Components.Web": "5.0.0.0", + "Microsoft.AspNetCore.Connections.Abstractions": "5.0.0.0", + "Microsoft.AspNetCore.CookiePolicy": "5.0.0.0", + "Microsoft.AspNetCore.Cors": "5.0.0.0", + "Microsoft.AspNetCore.Cryptography.Internal": "5.0.0.0", + "Microsoft.AspNetCore.Cryptography.KeyDerivation": "5.0.0.0", + "Microsoft.AspNetCore.DataProtection.Abstractions": "5.0.0.0", + "Microsoft.AspNetCore.DataProtection": "5.0.0.0", + "Microsoft.AspNetCore.DataProtection.Extensions": "5.0.0.0", + "Microsoft.AspNetCore.Diagnostics.Abstractions": "5.0.0.0", + "Microsoft.AspNetCore.Diagnostics": "5.0.0.0", + "Microsoft.AspNetCore.Diagnostics.HealthChecks": "5.0.0.0", + "Microsoft.AspNetCore": "5.0.0.0", + "Microsoft.AspNetCore.HostFiltering": "5.0.0.0", + "Microsoft.AspNetCore.Hosting.Abstractions": "5.0.0.0", + "Microsoft.AspNetCore.Hosting": "5.0.0.0", + "Microsoft.AspNetCore.Hosting.Server.Abstractions": "5.0.0.0", + "Microsoft.AspNetCore.Html.Abstractions": "5.0.0.0", + "Microsoft.AspNetCore.Http.Abstractions": "5.0.0.0", + "Microsoft.AspNetCore.Http.Connections.Common": "5.0.0.0", + "Microsoft.AspNetCore.Http.Connections": "5.0.0.0", + "Microsoft.AspNetCore.Http": "5.0.0.0", + "Microsoft.AspNetCore.Http.Extensions": "5.0.0.0", + "Microsoft.AspNetCore.Http.Features": "5.0.0.0", + "Microsoft.AspNetCore.HttpOverrides": "5.0.0.0", + "Microsoft.AspNetCore.HttpsPolicy": "5.0.0.0", + "Microsoft.AspNetCore.Identity": "5.0.0.0", + "Microsoft.AspNetCore.Localization": "5.0.0.0", + "Microsoft.AspNetCore.Localization.Routing": "5.0.0.0", + "Microsoft.AspNetCore.Metadata": "5.0.0.0", + "Microsoft.AspNetCore.Mvc.Abstractions": "5.0.0.0", + "Microsoft.AspNetCore.Mvc.ApiExplorer": "5.0.0.0", + "Microsoft.AspNetCore.Mvc.Core": "5.0.0.0", + "Microsoft.AspNetCore.Mvc.Cors": "5.0.0.0", + "Microsoft.AspNetCore.Mvc.DataAnnotations": "5.0.0.0", + "Microsoft.AspNetCore.Mvc": "5.0.0.0", + "Microsoft.AspNetCore.Mvc.Formatters.Json": "5.0.0.0", + "Microsoft.AspNetCore.Mvc.Formatters.Xml": "5.0.0.0", + "Microsoft.AspNetCore.Mvc.Localization": "5.0.0.0", + "Microsoft.AspNetCore.Mvc.Razor": "5.0.0.0", + "Microsoft.AspNetCore.Mvc.RazorPages": "5.0.0.0", + "Microsoft.AspNetCore.Mvc.TagHelpers": "5.0.0.0", + "Microsoft.AspNetCore.Mvc.ViewFeatures": "5.0.0.0", + "Microsoft.AspNetCore.Razor": "5.0.0.0", + "Microsoft.AspNetCore.Razor.Runtime": "5.0.0.0", + "Microsoft.AspNetCore.ResponseCaching.Abstractions": "5.0.0.0", + "Microsoft.AspNetCore.ResponseCaching": "5.0.0.0", + "Microsoft.AspNetCore.ResponseCompression": "5.0.0.0", + "Microsoft.AspNetCore.Rewrite": "5.0.0.0", + "Microsoft.AspNetCore.Routing.Abstractions": "5.0.0.0", + "Microsoft.AspNetCore.Routing": "5.0.0.0", + "Microsoft.AspNetCore.Server.HttpSys": "5.0.0.0", + "Microsoft.AspNetCore.Server.IIS": "5.0.0.0", + "Microsoft.AspNetCore.Server.IISIntegration": "5.0.0.0", + "Microsoft.AspNetCore.Server.Kestrel.Core": "5.0.0.0", + "Microsoft.AspNetCore.Server.Kestrel": "5.0.0.0", + "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets": "5.0.0.0", + "Microsoft.AspNetCore.Session": "5.0.0.0", + "Microsoft.AspNetCore.SignalR.Common": "5.0.0.0", + "Microsoft.AspNetCore.SignalR.Core": "5.0.0.0", + "Microsoft.AspNetCore.SignalR": "5.0.0.0", + "Microsoft.AspNetCore.SignalR.Protocols.Json": "5.0.0.0", + "Microsoft.AspNetCore.StaticFiles": "5.0.0.0", + "Microsoft.AspNetCore.WebSockets": "5.0.0.0", + "Microsoft.AspNetCore.WebUtilities": "5.0.0.0", + "Microsoft.CSharp.Reference": "5.0.0.0", + "Microsoft.Extensions.Caching.Abstractions": "5.0.0.0", + "Microsoft.Extensions.Caching.Memory": "5.0.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "5.0.0.0", + "Microsoft.Extensions.Configuration.Binder": "5.0.0.0", + "Microsoft.Extensions.Configuration.CommandLine": "5.0.0.0", + "Microsoft.Extensions.Configuration": "5.0.0.0", + "Microsoft.Extensions.Configuration.EnvironmentVariables": "5.0.0.0", + "Microsoft.Extensions.Configuration.FileExtensions": "5.0.0.0", + "Microsoft.Extensions.Configuration.Ini": "5.0.0.0", + "Microsoft.Extensions.Configuration.Json": "5.0.0.0", + "Microsoft.Extensions.Configuration.KeyPerFile": "5.0.0.0", + "Microsoft.Extensions.Configuration.UserSecrets": "5.0.0.0", + "Microsoft.Extensions.Configuration.Xml": "5.0.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0.0", + "Microsoft.Extensions.DependencyInjection": "5.0.0.0", + "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions": "5.0.0.0", + "Microsoft.Extensions.Diagnostics.HealthChecks": "5.0.0.0", + "Microsoft.Extensions.FileProviders.Abstractions": "5.0.0.0", + "Microsoft.Extensions.FileProviders.Composite": "5.0.0.0", + "Microsoft.Extensions.FileProviders.Embedded": "5.0.0.0", + "Microsoft.Extensions.FileProviders.Physical": "5.0.0.0", + "Microsoft.Extensions.FileSystemGlobbing": "5.0.0.0", + "Microsoft.Extensions.Hosting.Abstractions": "5.0.0.0", + "Microsoft.Extensions.Hosting": "5.0.0.0", + "Microsoft.Extensions.Http": "5.0.0.0", + "Microsoft.Extensions.Identity.Core": "5.0.0.0", + "Microsoft.Extensions.Identity.Stores": "5.0.0.0", + "Microsoft.Extensions.Localization.Abstractions": "5.0.0.0", + "Microsoft.Extensions.Localization": "5.0.0.0", + "Microsoft.Extensions.Logging.Abstractions": "5.0.0.0", + "Microsoft.Extensions.Logging.Configuration": "5.0.0.0", + "Microsoft.Extensions.Logging.Console": "5.0.0.0", + "Microsoft.Extensions.Logging.Debug": "5.0.0.0", + "Microsoft.Extensions.Logging": "5.0.0.0", + "Microsoft.Extensions.Logging.EventLog": "5.0.0.0", + "Microsoft.Extensions.Logging.EventSource": "5.0.0.0", + "Microsoft.Extensions.Logging.TraceSource": "5.0.0.0", + "Microsoft.Extensions.ObjectPool": "5.0.0.0", + "Microsoft.Extensions.Options.ConfigurationExtensions": "5.0.0.0", + "Microsoft.Extensions.Options.DataAnnotations": "5.0.0.0", + "Microsoft.Extensions.Options": "5.0.0.0", + "Microsoft.Extensions.Primitives": "5.0.0.0", + "Microsoft.Extensions.WebEncoders": "5.0.0.0", + "Microsoft.JSInterop": "5.0.0.0", + "Microsoft.Net.Http.Headers": "5.0.0.0", + "Microsoft.VisualBasic.Core": "10.0.6.0", + "Microsoft.VisualBasic": "10.0.0.0", + "Microsoft.Win32.Primitives": "5.0.0.0", + "Microsoft.Win32.Registry.Reference": "5.0.0.0", + "mscorlib": "4.0.0.0", + "netstandard": "2.1.0.0", + "System.AppContext": "5.0.0.0", + "System.Buffers": "5.0.0.0", + "System.Collections.Concurrent": "5.0.0.0", + "System.Collections": "5.0.0.0", + "System.Collections.Immutable.Reference": "5.0.0.0", + "System.Collections.NonGeneric": "5.0.0.0", + "System.Collections.Specialized": "5.0.0.0", + "System.ComponentModel.Annotations": "5.0.0.0", + "System.ComponentModel.DataAnnotations": "4.0.0.0", + "System.ComponentModel": "5.0.0.0", + "System.ComponentModel.EventBasedAsync": "5.0.0.0", + "System.ComponentModel.Primitives": "5.0.0.0", + "System.ComponentModel.TypeConverter": "5.0.0.0", + "System.Configuration": "4.0.0.0", + "System.Console": "5.0.0.0", + "System.Core": "4.0.0.0", + "System.Data.Common": "5.0.0.0", + "System.Data.DataSetExtensions": "4.0.0.0", + "System.Data": "4.0.0.0", + "System.Diagnostics.Contracts": "5.0.0.0", + "System.Diagnostics.Debug": "5.0.0.0", + "System.Diagnostics.DiagnosticSource": "5.0.0.0", + "System.Diagnostics.EventLog": "5.0.0.0", + "System.Diagnostics.FileVersionInfo": "5.0.0.0", + "System.Diagnostics.Process": "5.0.0.0", + "System.Diagnostics.StackTrace": "5.0.0.0", + "System.Diagnostics.TextWriterTraceListener": "5.0.0.0", + "System.Diagnostics.Tools": "5.0.0.0", + "System.Diagnostics.TraceSource": "5.0.0.0", + "System.Diagnostics.Tracing": "5.0.0.0", + "System": "4.0.0.0", + "System.Drawing": "4.0.0.0", + "System.Drawing.Primitives": "5.0.0.0", + "System.Dynamic.Runtime": "5.0.0.0", + "System.Formats.Asn1": "5.0.0.0", + "System.Globalization.Calendars": "5.0.0.0", + "System.Globalization": "5.0.0.0", + "System.Globalization.Extensions": "5.0.0.0", + "System.IO.Compression.Brotli": "5.0.0.0", + "System.IO.Compression": "5.0.0.0", + "System.IO.Compression.FileSystem": "4.0.0.0", + "System.IO.Compression.ZipFile": "5.0.0.0", + "System.IO": "5.0.0.0", + "System.IO.FileSystem": "5.0.0.0", + "System.IO.FileSystem.DriveInfo": "5.0.0.0", + "System.IO.FileSystem.Primitives": "5.0.0.0", + "System.IO.FileSystem.Watcher": "5.0.0.0", + "System.IO.IsolatedStorage": "5.0.0.0", + "System.IO.MemoryMappedFiles": "5.0.0.0", + "System.IO.Pipelines": "5.0.0.0", + "System.IO.Pipes": "5.0.0.0", + "System.IO.UnmanagedMemoryStream": "5.0.0.0", + "System.Linq": "5.0.0.0", + "System.Linq.Expressions": "5.0.0.0", + "System.Linq.Parallel": "5.0.0.0", + "System.Linq.Queryable": "5.0.0.0", + "System.Memory.Reference": "5.0.0.0", + "System.Net": "4.0.0.0", + "System.Net.Http": "5.0.0.0", + "System.Net.Http.Json": "5.0.0.0", + "System.Net.HttpListener": "5.0.0.0", + "System.Net.Mail": "5.0.0.0", + "System.Net.NameResolution": "5.0.0.0", + "System.Net.NetworkInformation": "5.0.0.0", + "System.Net.Ping": "5.0.0.0", + "System.Net.Primitives": "5.0.0.0", + "System.Net.Requests": "5.0.0.0", + "System.Net.Security": "5.0.0.0", + "System.Net.ServicePoint": "5.0.0.0", + "System.Net.Sockets": "5.0.0.0", + "System.Net.WebClient": "5.0.0.0", + "System.Net.WebHeaderCollection": "5.0.0.0", + "System.Net.WebProxy": "5.0.0.0", + "System.Net.WebSockets.Client": "5.0.0.0", + "System.Net.WebSockets": "5.0.0.0", + "System.Numerics": "4.0.0.0", + "System.Numerics.Vectors": "5.0.0.0", + "System.ObjectModel": "5.0.0.0", + "System.Reflection.DispatchProxy": "5.0.0.0", + "System.Reflection": "5.0.0.0", + "System.Reflection.Emit": "5.0.0.0", + "System.Reflection.Emit.ILGeneration": "5.0.0.0", + "System.Reflection.Emit.Lightweight": "5.0.0.0", + "System.Reflection.Extensions": "5.0.0.0", + "System.Reflection.Metadata.Reference": "5.0.0.0", + "System.Reflection.Primitives": "5.0.0.0", + "System.Reflection.TypeExtensions": "5.0.0.0", + "System.Resources.Reader": "5.0.0.0", + "System.Resources.ResourceManager": "5.0.0.0", + "System.Resources.Writer": "5.0.0.0", + "System.Runtime.CompilerServices.Unsafe.Reference": "5.0.0.0", + "System.Runtime.CompilerServices.VisualC": "5.0.0.0", + "System.Runtime": "5.0.0.0", + "System.Runtime.Extensions": "5.0.0.0", + "System.Runtime.Handles": "5.0.0.0", + "System.Runtime.InteropServices": "5.0.0.0", + "System.Runtime.InteropServices.RuntimeInformation": "5.0.0.0", + "System.Runtime.Intrinsics": "5.0.0.0", + "System.Runtime.Loader": "5.0.0.0", + "System.Runtime.Numerics": "5.0.0.0", + "System.Runtime.Serialization": "4.0.0.0", + "System.Runtime.Serialization.Formatters": "5.0.0.0", + "System.Runtime.Serialization.Json": "5.0.0.0", + "System.Runtime.Serialization.Primitives": "5.0.0.0", + "System.Runtime.Serialization.Xml": "5.0.0.0", + "System.Security.AccessControl.Reference": "5.0.0.0", + "System.Security.Claims": "5.0.0.0", + "System.Security.Cryptography.Algorithms": "5.0.0.0", + "System.Security.Cryptography.Cng.Reference": "5.0.0.0", + "System.Security.Cryptography.Csp": "5.0.0.0", + "System.Security.Cryptography.Encoding": "5.0.0.0", + "System.Security.Cryptography.Primitives": "5.0.0.0", + "System.Security.Cryptography.X509Certificates": "5.0.0.0", + "System.Security.Cryptography.Xml": "5.0.0.0", + "System.Security": "4.0.0.0", + "System.Security.Permissions.Reference": "5.0.0.0", + "System.Security.Principal": "5.0.0.0", + "System.Security.Principal.Windows.Reference": "5.0.0.0", + "System.Security.SecureString": "5.0.0.0", + "System.ServiceModel.Web": "4.0.0.0", + "System.ServiceProcess": "4.0.0.0", + "System.Text.Encoding.CodePages.Reference": "5.0.0.0", + "System.Text.Encoding": "5.0.0.0", + "System.Text.Encoding.Extensions": "5.0.0.0", + "System.Text.Encodings.Web": "5.0.0.0", + "System.Text.Json": "5.0.0.0", + "System.Text.RegularExpressions": "5.0.0.0", + "System.Threading.Channels": "5.0.0.0", + "System.Threading": "5.0.0.0", + "System.Threading.Overlapped": "5.0.0.0", + "System.Threading.Tasks.Dataflow": "5.0.0.0", + "System.Threading.Tasks": "5.0.0.0", + "System.Threading.Tasks.Extensions.Reference": "5.0.0.0", + "System.Threading.Tasks.Parallel": "5.0.0.0", + "System.Threading.Thread": "5.0.0.0", + "System.Threading.ThreadPool": "5.0.0.0", + "System.Threading.Timer": "5.0.0.0", + "System.Transactions": "4.0.0.0", + "System.Transactions.Local": "5.0.0.0", + "System.ValueTuple": "4.0.3.0", + "System.Web": "4.0.0.0", + "System.Web.HttpUtility": "5.0.0.0", + "System.Windows": "4.0.0.0", + "System.Windows.Extensions.Reference": "5.0.0.0", + "System.Xml": "4.0.0.0", + "System.Xml.Linq": "4.0.0.0", + "System.Xml.ReaderWriter": "5.0.0.0", + "System.Xml.Serialization": "4.0.0.0", + "System.Xml.XDocument": "5.0.0.0", + "System.Xml.XmlDocument": "5.0.0.0", + "System.Xml.XmlSerializer": "5.0.0.0", + "System.Xml.XPath": "5.0.0.0", + "System.Xml.XPath.XDocument": "5.0.0.0", + "WindowsBase": "4.0.0.0" + }, + "runtime": { + "rmutr_report.dll": {} + }, + "compile": { + "rmutr_report.dll": {} + } + }, + "ClosedXML/0.96.0": { + "dependencies": { + "DocumentFormat.OpenXml": "2.16.0", + "ExcelNumberFormat": "1.1.0", + "Microsoft.CSharp": "4.7.0", + "System.Drawing.Common": "4.6.1" + }, + "runtime": { + "lib/netstandard2.0/ClosedXML.dll": { + "assemblyVersion": "0.96.0.0", + "fileVersion": "0.96.0.0" + } + }, + "compile": { + "lib/netstandard2.0/ClosedXML.dll": {} + } + }, + "DocumentFormat.OpenXml/2.16.0": { + "dependencies": { + "System.IO.Packaging": "4.7.0" + }, + "runtime": { + "lib/netstandard2.0/DocumentFormat.OpenXml.dll": { + "assemblyVersion": "2.16.0.0", + "fileVersion": "2.16.0.0" + } + }, + "compile": { + "lib/netstandard2.0/DocumentFormat.OpenXml.dll": {} + } + }, + "ExcelNumberFormat/1.1.0": { + "runtime": { + "lib/netstandard2.0/ExcelNumberFormat.dll": { + "assemblyVersion": "1.1.0.0", + "fileVersion": "1.1.0.0" + } + }, + "compile": { + "lib/netstandard2.0/ExcelNumberFormat.dll": {} + } + }, + "FastReport.Compat/2021.2.0": { + "dependencies": { + "Microsoft.CodeAnalysis.CSharp": "3.3.1", + "Microsoft.CodeAnalysis.VisualBasic": "3.3.1", + "System.Drawing.Common": "4.6.1", + "System.Windows.Extensions": "4.6.0" + }, + "runtimeTargets": { + "runtimes/any/lib/netcoreapp3.0/FastReport.Compat.dll": { + "rid": "any", + "assetType": "runtime", + "assemblyVersion": "2021.2.0.0", + "fileVersion": "2021.2.0.0" + } + } + }, + "FastReport.Core/2021.3.0": { + "dependencies": { + "FastReport.Compat": "2021.2.0", + "FastReport.DataVisualization": "2021.2.0", + "System.Drawing.Common": "4.6.1", + "System.Security.Cryptography.Pkcs": "4.5.2", + "System.Security.Permissions": "4.4.0", + "System.Text.Encoding.CodePages": "4.5.1" + }, + "runtime": { + "lib/netstandard2.1/FastReport.dll": { + "assemblyVersion": "2021.3.0.0", + "fileVersion": "2021.3.0.0" + } + }, + "compile": { + "lib/netstandard2.1/FastReport.dll": {} + } + }, + "FastReport.DataVisualization/2021.2.0": { + "dependencies": { + "FastReport.Compat": "2021.2.0", + "System.Data.SqlClient": "4.4.3", + "System.Drawing.Common": "4.6.1" + }, + "runtimeTargets": { + "runtimes/any/lib/netcoreapp3.0/FastReport.DataVisualization.dll": { + "rid": "any", + "assetType": "runtime", + "assemblyVersion": "2021.2.0.0", + "fileVersion": "2021.2.0.0" + } + } + }, + "Microsoft.CodeAnalysis.Analyzers/2.9.4": {}, + "Microsoft.CodeAnalysis.Common/3.3.1": { + "dependencies": { + "Microsoft.CodeAnalysis.Analyzers": "2.9.4", + "System.Collections.Immutable": "1.5.0", + "System.Memory": "4.5.3", + "System.Reflection.Metadata": "1.6.0", + "System.Runtime.CompilerServices.Unsafe": "4.5.2", + "System.Text.Encoding.CodePages": "4.5.1", + "System.Threading.Tasks.Extensions": "4.5.3" + }, + "runtime": { + "lib/netstandard2.0/Microsoft.CodeAnalysis.dll": { + "assemblyVersion": "3.3.0.0", + "fileVersion": "3.300.119.46211" + } + }, + "resources": { + "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.resources.dll": { + "locale": "cs" + }, + "lib/netstandard2.0/de/Microsoft.CodeAnalysis.resources.dll": { + "locale": "de" + }, + "lib/netstandard2.0/es/Microsoft.CodeAnalysis.resources.dll": { + "locale": "es" + }, + "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "fr" + }, + "lib/netstandard2.0/it/Microsoft.CodeAnalysis.resources.dll": { + "locale": "it" + }, + "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ja" + }, + "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ko" + }, + "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pl" + }, + "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pt-BR" + }, + "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ru" + }, + "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "tr" + }, + "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hant" + } + }, + "compile": { + "lib/netstandard2.0/Microsoft.CodeAnalysis.dll": {} + } + }, + "Microsoft.CodeAnalysis.CSharp/3.3.1": { + "dependencies": { + "Microsoft.CodeAnalysis.Common": "3.3.1" + }, + "runtime": { + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.dll": { + "assemblyVersion": "3.3.0.0", + "fileVersion": "3.300.119.46211" + } + }, + "resources": { + "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "cs" + }, + "lib/netstandard2.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "de" + }, + "lib/netstandard2.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "es" + }, + "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "fr" + }, + "lib/netstandard2.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "it" + }, + "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ja" + }, + "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ko" + }, + "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pl" + }, + "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pt-BR" + }, + "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ru" + }, + "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "tr" + }, + "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hant" + } + }, + "compile": { + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.dll": {} + } + }, + "Microsoft.CodeAnalysis.VisualBasic/3.3.1": { + "dependencies": { + "Microsoft.CodeAnalysis.Common": "3.3.1" + }, + "runtime": { + "lib/netstandard2.0/Microsoft.CodeAnalysis.VisualBasic.dll": { + "assemblyVersion": "3.3.0.0", + "fileVersion": "3.300.119.46211" + } + }, + "resources": { + "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { + "locale": "cs" + }, + "lib/netstandard2.0/de/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { + "locale": "de" + }, + "lib/netstandard2.0/es/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { + "locale": "es" + }, + "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { + "locale": "fr" + }, + "lib/netstandard2.0/it/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { + "locale": "it" + }, + "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { + "locale": "ja" + }, + "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { + "locale": "ko" + }, + "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { + "locale": "pl" + }, + "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { + "locale": "pt-BR" + }, + "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { + "locale": "ru" + }, + "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { + "locale": "tr" + }, + "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.VisualBasic.resources.dll": { + "locale": "zh-Hant" + } + }, + "compile": { + "lib/netstandard2.0/Microsoft.CodeAnalysis.VisualBasic.dll": {} + } + }, + "Microsoft.CSharp/4.7.0": {}, + "Microsoft.Extensions.ApiDescription.Server/6.0.5": {}, + "Microsoft.NETCore.Platforms/3.0.0": {}, + "Microsoft.OpenApi/1.2.3": { + "runtime": { + "lib/netstandard2.0/Microsoft.OpenApi.dll": { + "assemblyVersion": "1.2.3.0", + "fileVersion": "1.2.3.0" + } + }, + "compile": { + "lib/netstandard2.0/Microsoft.OpenApi.dll": {} + } + }, + "Microsoft.Win32.Registry/4.4.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "3.0.0", + "System.Security.AccessControl": "4.4.0", + "System.Security.Principal.Windows": "4.4.0" + } + }, + "Microsoft.Win32.SystemEvents/4.6.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "3.0.0" + } + }, + "runtime.native.System.Data.SqlClient.sni/4.4.0": { + "dependencies": { + "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0", + "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0", + "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0" + } + }, + "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": { + "runtimeTargets": { + "runtimes/win-arm64/native/sni.dll": { + "rid": "win-arm64", + "assetType": "native", + "fileVersion": "4.6.25512.1" + } + } + }, + "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": { + "runtimeTargets": { + "runtimes/win-x64/native/sni.dll": { + "rid": "win-x64", + "assetType": "native", + "fileVersion": "4.6.25512.1" + } + } + }, + "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": { + "runtimeTargets": { + "runtimes/win-x86/native/sni.dll": { + "rid": "win-x86", + "assetType": "native", + "fileVersion": "4.6.25512.1" + } + } + }, + "Swashbuckle.AspNetCore/6.5.0": { + "dependencies": { + "Microsoft.Extensions.ApiDescription.Server": "6.0.5", + "Swashbuckle.AspNetCore.Swagger": "6.5.0", + "Swashbuckle.AspNetCore.SwaggerGen": "6.5.0", + "Swashbuckle.AspNetCore.SwaggerUI": "6.5.0" + } + }, + "Swashbuckle.AspNetCore.Annotations/6.5.0": { + "dependencies": { + "Swashbuckle.AspNetCore.SwaggerGen": "6.5.0" + }, + "runtime": { + "lib/net5.0/Swashbuckle.AspNetCore.Annotations.dll": { + "assemblyVersion": "6.5.0.0", + "fileVersion": "6.5.0.0" + } + }, + "compile": { + "lib/net5.0/Swashbuckle.AspNetCore.Annotations.dll": {} + } + }, + "Swashbuckle.AspNetCore.Swagger/6.5.0": { + "dependencies": { + "Microsoft.OpenApi": "1.2.3" + }, + "runtime": { + "lib/net5.0/Swashbuckle.AspNetCore.Swagger.dll": { + "assemblyVersion": "6.5.0.0", + "fileVersion": "6.5.0.0" + } + }, + "compile": { + "lib/net5.0/Swashbuckle.AspNetCore.Swagger.dll": {} + } + }, + "Swashbuckle.AspNetCore.SwaggerGen/6.5.0": { + "dependencies": { + "Swashbuckle.AspNetCore.Swagger": "6.5.0" + }, + "runtime": { + "lib/net5.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "assemblyVersion": "6.5.0.0", + "fileVersion": "6.5.0.0" + } + }, + "compile": { + "lib/net5.0/Swashbuckle.AspNetCore.SwaggerGen.dll": {} + } + }, + "Swashbuckle.AspNetCore.SwaggerUI/6.5.0": { + "runtime": { + "lib/net5.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "assemblyVersion": "6.5.0.0", + "fileVersion": "6.5.0.0" + } + }, + "compile": { + "lib/net5.0/Swashbuckle.AspNetCore.SwaggerUI.dll": {} + } + }, + "System.Collections.Immutable/1.5.0": {}, + "System.Data.SqlClient/4.4.3": { + "dependencies": { + "Microsoft.Win32.Registry": "4.4.0", + "System.Security.Principal.Windows": "4.4.0", + "System.Text.Encoding.CodePages": "4.5.1", + "runtime.native.System.Data.SqlClient.sni": "4.4.0" + }, + "runtime": { + "lib/netstandard2.0/System.Data.SqlClient.dll": { + "assemblyVersion": "4.2.0.2", + "fileVersion": "4.6.26212.1" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard2.0/System.Data.SqlClient.dll": { + "rid": "unix", + "assetType": "runtime", + "assemblyVersion": "4.2.0.2", + "fileVersion": "4.6.26212.1" + }, + "runtimes/win/lib/netstandard2.0/System.Data.SqlClient.dll": { + "rid": "win", + "assetType": "runtime", + "assemblyVersion": "4.2.0.2", + "fileVersion": "4.6.26212.1" + } + }, + "compile": { + "ref/netstandard2.0/System.Data.SqlClient.dll": {} + } + }, + "System.Drawing.Common/4.6.1": { + "dependencies": { + "Microsoft.NETCore.Platforms": "3.0.0", + "Microsoft.Win32.SystemEvents": "4.6.0" + }, + "compile": { + "ref/netcoreapp3.0/System.Drawing.Common.dll": {} + } + }, + "System.IO.Packaging/4.7.0": { + "runtime": { + "lib/netstandard2.0/System.IO.Packaging.dll": { + "assemblyVersion": "4.0.5.0", + "fileVersion": "4.700.19.56404" + } + }, + "compile": { + "ref/netstandard2.0/System.IO.Packaging.dll": {} + } + }, + "System.Memory/4.5.3": {}, + "System.Reflection.Metadata/1.6.0": {}, + "System.Runtime.CompilerServices.Unsafe/4.5.2": {}, + "System.Security.AccessControl/4.4.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "3.0.0", + "System.Security.Principal.Windows": "4.4.0" + } + }, + "System.Security.Cryptography.Cng/4.5.0": {}, + "System.Security.Cryptography.Pkcs/4.5.2": { + "dependencies": { + "System.Security.Cryptography.Cng": "4.5.0" + }, + "compile": { + "ref/netcoreapp2.1/System.Security.Cryptography.Pkcs.dll": {} + } + }, + "System.Security.Permissions/4.4.0": { + "dependencies": { + "System.Security.AccessControl": "4.4.0" + } + }, + "System.Security.Principal.Windows/4.4.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "3.0.0" + } + }, + "System.Text.Encoding.CodePages/4.5.1": { + "dependencies": { + "Microsoft.NETCore.Platforms": "3.0.0", + "System.Runtime.CompilerServices.Unsafe": "4.5.2" + } + }, + "System.Threading.Tasks.Extensions/4.5.3": {}, + "System.Windows.Extensions/4.6.0": { + "dependencies": { + "System.Drawing.Common": "4.6.1" + } + }, + "Microsoft.AspNetCore.Antiforgery/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.Antiforgery.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Authentication.Abstractions/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.Authentication.Abstractions.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Authentication.Cookies/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.Authentication.Cookies.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Authentication.Core/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.Authentication.Core.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Authentication/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.Authentication.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Authentication.OAuth/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.Authentication.OAuth.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Authorization/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.Authorization.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Authorization.Policy/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.Authorization.Policy.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Components.Authorization/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.Components.Authorization.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Components/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.Components.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Components.Forms/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.Components.Forms.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Components.Server/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.Components.Server.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Components.Web/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.Components.Web.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Connections.Abstractions/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.Connections.Abstractions.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.CookiePolicy/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.CookiePolicy.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Cors/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.Cors.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Cryptography.Internal/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.Cryptography.Internal.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Cryptography.KeyDerivation/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.Cryptography.KeyDerivation.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.DataProtection.Abstractions/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.DataProtection.Abstractions.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.DataProtection/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.DataProtection.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.DataProtection.Extensions/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.DataProtection.Extensions.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Diagnostics.Abstractions/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.Diagnostics.Abstractions.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Diagnostics/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.Diagnostics.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Diagnostics.HealthChecks/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.Diagnostics.HealthChecks.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.HostFiltering/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.HostFiltering.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Hosting.Abstractions/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.Hosting.Abstractions.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Hosting/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.Hosting.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Hosting.Server.Abstractions/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.Hosting.Server.Abstractions.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Html.Abstractions/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.Html.Abstractions.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Http.Abstractions/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.Http.Abstractions.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Http.Connections.Common/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.Http.Connections.Common.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Http.Connections/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.Http.Connections.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Http/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.Http.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Http.Extensions/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.Http.Extensions.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Http.Features/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.Http.Features.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.HttpOverrides/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.HttpOverrides.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.HttpsPolicy/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.HttpsPolicy.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Identity/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.Identity.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Localization/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.Localization.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Localization.Routing/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.Localization.Routing.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Metadata/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.Metadata.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Mvc.Abstractions/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.Mvc.Abstractions.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Mvc.ApiExplorer/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.Mvc.ApiExplorer.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Mvc.Core/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.Mvc.Core.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Mvc.Cors/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.Mvc.Cors.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Mvc.DataAnnotations/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.Mvc.DataAnnotations.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Mvc/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.Mvc.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Mvc.Formatters.Json/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.Mvc.Formatters.Json.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Mvc.Formatters.Xml/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.Mvc.Formatters.Xml.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Mvc.Localization/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.Mvc.Localization.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Mvc.Razor/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.Mvc.Razor.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Mvc.RazorPages/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.Mvc.RazorPages.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Mvc.TagHelpers/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.Mvc.TagHelpers.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Mvc.ViewFeatures/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.Mvc.ViewFeatures.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Razor/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.Razor.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Razor.Runtime/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.Razor.Runtime.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.ResponseCaching.Abstractions/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.ResponseCaching.Abstractions.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.ResponseCaching/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.ResponseCaching.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.ResponseCompression/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.ResponseCompression.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Rewrite/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.Rewrite.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Routing.Abstractions/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.Routing.Abstractions.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Routing/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.Routing.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Server.HttpSys/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.Server.HttpSys.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Server.IIS/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.Server.IIS.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Server.IISIntegration/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.Server.IISIntegration.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Server.Kestrel.Core/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.Server.Kestrel.Core.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Server.Kestrel/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.Server.Kestrel.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.Session/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.Session.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.SignalR.Common/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.SignalR.Common.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.SignalR.Core/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.SignalR.Core.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.SignalR/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.SignalR.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.SignalR.Protocols.Json/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.SignalR.Protocols.Json.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.StaticFiles/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.StaticFiles.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.WebSockets/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.WebSockets.dll": {} + }, + "compileOnly": true + }, + "Microsoft.AspNetCore.WebUtilities/5.0.0.0": { + "compile": { + "Microsoft.AspNetCore.WebUtilities.dll": {} + }, + "compileOnly": true + }, + "Microsoft.CSharp.Reference/5.0.0.0": { + "compile": { + "Microsoft.CSharp.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.Caching.Abstractions/5.0.0.0": { + "compile": { + "Microsoft.Extensions.Caching.Abstractions.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.Caching.Memory/5.0.0.0": { + "compile": { + "Microsoft.Extensions.Caching.Memory.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.Configuration.Abstractions/5.0.0.0": { + "compile": { + "Microsoft.Extensions.Configuration.Abstractions.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.Configuration.Binder/5.0.0.0": { + "compile": { + "Microsoft.Extensions.Configuration.Binder.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.Configuration.CommandLine/5.0.0.0": { + "compile": { + "Microsoft.Extensions.Configuration.CommandLine.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.Configuration/5.0.0.0": { + "compile": { + "Microsoft.Extensions.Configuration.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.Configuration.EnvironmentVariables/5.0.0.0": { + "compile": { + "Microsoft.Extensions.Configuration.EnvironmentVariables.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.Configuration.FileExtensions/5.0.0.0": { + "compile": { + "Microsoft.Extensions.Configuration.FileExtensions.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.Configuration.Ini/5.0.0.0": { + "compile": { + "Microsoft.Extensions.Configuration.Ini.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.Configuration.Json/5.0.0.0": { + "compile": { + "Microsoft.Extensions.Configuration.Json.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.Configuration.KeyPerFile/5.0.0.0": { + "compile": { + "Microsoft.Extensions.Configuration.KeyPerFile.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.Configuration.UserSecrets/5.0.0.0": { + "compile": { + "Microsoft.Extensions.Configuration.UserSecrets.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.Configuration.Xml/5.0.0.0": { + "compile": { + "Microsoft.Extensions.Configuration.Xml.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/5.0.0.0": { + "compile": { + "Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.DependencyInjection/5.0.0.0": { + "compile": { + "Microsoft.Extensions.DependencyInjection.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/5.0.0.0": { + "compile": { + "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.Diagnostics.HealthChecks/5.0.0.0": { + "compile": { + "Microsoft.Extensions.Diagnostics.HealthChecks.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.FileProviders.Abstractions/5.0.0.0": { + "compile": { + "Microsoft.Extensions.FileProviders.Abstractions.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.FileProviders.Composite/5.0.0.0": { + "compile": { + "Microsoft.Extensions.FileProviders.Composite.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.FileProviders.Embedded/5.0.0.0": { + "compile": { + "Microsoft.Extensions.FileProviders.Embedded.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.FileProviders.Physical/5.0.0.0": { + "compile": { + "Microsoft.Extensions.FileProviders.Physical.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.FileSystemGlobbing/5.0.0.0": { + "compile": { + "Microsoft.Extensions.FileSystemGlobbing.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.Hosting.Abstractions/5.0.0.0": { + "compile": { + "Microsoft.Extensions.Hosting.Abstractions.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.Hosting/5.0.0.0": { + "compile": { + "Microsoft.Extensions.Hosting.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.Http/5.0.0.0": { + "compile": { + "Microsoft.Extensions.Http.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.Identity.Core/5.0.0.0": { + "compile": { + "Microsoft.Extensions.Identity.Core.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.Identity.Stores/5.0.0.0": { + "compile": { + "Microsoft.Extensions.Identity.Stores.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.Localization.Abstractions/5.0.0.0": { + "compile": { + "Microsoft.Extensions.Localization.Abstractions.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.Localization/5.0.0.0": { + "compile": { + "Microsoft.Extensions.Localization.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.Logging.Abstractions/5.0.0.0": { + "compile": { + "Microsoft.Extensions.Logging.Abstractions.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.Logging.Configuration/5.0.0.0": { + "compile": { + "Microsoft.Extensions.Logging.Configuration.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.Logging.Console/5.0.0.0": { + "compile": { + "Microsoft.Extensions.Logging.Console.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.Logging.Debug/5.0.0.0": { + "compile": { + "Microsoft.Extensions.Logging.Debug.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.Logging/5.0.0.0": { + "compile": { + "Microsoft.Extensions.Logging.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.Logging.EventLog/5.0.0.0": { + "compile": { + "Microsoft.Extensions.Logging.EventLog.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.Logging.EventSource/5.0.0.0": { + "compile": { + "Microsoft.Extensions.Logging.EventSource.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.Logging.TraceSource/5.0.0.0": { + "compile": { + "Microsoft.Extensions.Logging.TraceSource.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.ObjectPool/5.0.0.0": { + "compile": { + "Microsoft.Extensions.ObjectPool.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.Options.ConfigurationExtensions/5.0.0.0": { + "compile": { + "Microsoft.Extensions.Options.ConfigurationExtensions.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.Options.DataAnnotations/5.0.0.0": { + "compile": { + "Microsoft.Extensions.Options.DataAnnotations.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.Options/5.0.0.0": { + "compile": { + "Microsoft.Extensions.Options.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.Primitives/5.0.0.0": { + "compile": { + "Microsoft.Extensions.Primitives.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Extensions.WebEncoders/5.0.0.0": { + "compile": { + "Microsoft.Extensions.WebEncoders.dll": {} + }, + "compileOnly": true + }, + "Microsoft.JSInterop/5.0.0.0": { + "compile": { + "Microsoft.JSInterop.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Net.Http.Headers/5.0.0.0": { + "compile": { + "Microsoft.Net.Http.Headers.dll": {} + }, + "compileOnly": true + }, + "Microsoft.VisualBasic.Core/10.0.6.0": { + "compile": { + "Microsoft.VisualBasic.Core.dll": {} + }, + "compileOnly": true + }, + "Microsoft.VisualBasic/10.0.0.0": { + "compile": { + "Microsoft.VisualBasic.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Win32.Primitives/5.0.0.0": { + "compile": { + "Microsoft.Win32.Primitives.dll": {} + }, + "compileOnly": true + }, + "Microsoft.Win32.Registry.Reference/5.0.0.0": { + "compile": { + "Microsoft.Win32.Registry.dll": {} + }, + "compileOnly": true + }, + "mscorlib/4.0.0.0": { + "compile": { + "mscorlib.dll": {} + }, + "compileOnly": true + }, + "netstandard/2.1.0.0": { + "compile": { + "netstandard.dll": {} + }, + "compileOnly": true + }, + "System.AppContext/5.0.0.0": { + "compile": { + "System.AppContext.dll": {} + }, + "compileOnly": true + }, + "System.Buffers/5.0.0.0": { + "compile": { + "System.Buffers.dll": {} + }, + "compileOnly": true + }, + "System.Collections.Concurrent/5.0.0.0": { + "compile": { + "System.Collections.Concurrent.dll": {} + }, + "compileOnly": true + }, + "System.Collections/5.0.0.0": { + "compile": { + "System.Collections.dll": {} + }, + "compileOnly": true + }, + "System.Collections.Immutable.Reference/5.0.0.0": { + "compile": { + "System.Collections.Immutable.dll": {} + }, + "compileOnly": true + }, + "System.Collections.NonGeneric/5.0.0.0": { + "compile": { + "System.Collections.NonGeneric.dll": {} + }, + "compileOnly": true + }, + "System.Collections.Specialized/5.0.0.0": { + "compile": { + "System.Collections.Specialized.dll": {} + }, + "compileOnly": true + }, + "System.ComponentModel.Annotations/5.0.0.0": { + "compile": { + "System.ComponentModel.Annotations.dll": {} + }, + "compileOnly": true + }, + "System.ComponentModel.DataAnnotations/4.0.0.0": { + "compile": { + "System.ComponentModel.DataAnnotations.dll": {} + }, + "compileOnly": true + }, + "System.ComponentModel/5.0.0.0": { + "compile": { + "System.ComponentModel.dll": {} + }, + "compileOnly": true + }, + "System.ComponentModel.EventBasedAsync/5.0.0.0": { + "compile": { + "System.ComponentModel.EventBasedAsync.dll": {} + }, + "compileOnly": true + }, + "System.ComponentModel.Primitives/5.0.0.0": { + "compile": { + "System.ComponentModel.Primitives.dll": {} + }, + "compileOnly": true + }, + "System.ComponentModel.TypeConverter/5.0.0.0": { + "compile": { + "System.ComponentModel.TypeConverter.dll": {} + }, + "compileOnly": true + }, + "System.Configuration/4.0.0.0": { + "compile": { + "System.Configuration.dll": {} + }, + "compileOnly": true + }, + "System.Console/5.0.0.0": { + "compile": { + "System.Console.dll": {} + }, + "compileOnly": true + }, + "System.Core/4.0.0.0": { + "compile": { + "System.Core.dll": {} + }, + "compileOnly": true + }, + "System.Data.Common/5.0.0.0": { + "compile": { + "System.Data.Common.dll": {} + }, + "compileOnly": true + }, + "System.Data.DataSetExtensions/4.0.0.0": { + "compile": { + "System.Data.DataSetExtensions.dll": {} + }, + "compileOnly": true + }, + "System.Data/4.0.0.0": { + "compile": { + "System.Data.dll": {} + }, + "compileOnly": true + }, + "System.Diagnostics.Contracts/5.0.0.0": { + "compile": { + "System.Diagnostics.Contracts.dll": {} + }, + "compileOnly": true + }, + "System.Diagnostics.Debug/5.0.0.0": { + "compile": { + "System.Diagnostics.Debug.dll": {} + }, + "compileOnly": true + }, + "System.Diagnostics.DiagnosticSource/5.0.0.0": { + "compile": { + "System.Diagnostics.DiagnosticSource.dll": {} + }, + "compileOnly": true + }, + "System.Diagnostics.EventLog/5.0.0.0": { + "compile": { + "System.Diagnostics.EventLog.dll": {} + }, + "compileOnly": true + }, + "System.Diagnostics.FileVersionInfo/5.0.0.0": { + "compile": { + "System.Diagnostics.FileVersionInfo.dll": {} + }, + "compileOnly": true + }, + "System.Diagnostics.Process/5.0.0.0": { + "compile": { + "System.Diagnostics.Process.dll": {} + }, + "compileOnly": true + }, + "System.Diagnostics.StackTrace/5.0.0.0": { + "compile": { + "System.Diagnostics.StackTrace.dll": {} + }, + "compileOnly": true + }, + "System.Diagnostics.TextWriterTraceListener/5.0.0.0": { + "compile": { + "System.Diagnostics.TextWriterTraceListener.dll": {} + }, + "compileOnly": true + }, + "System.Diagnostics.Tools/5.0.0.0": { + "compile": { + "System.Diagnostics.Tools.dll": {} + }, + "compileOnly": true + }, + "System.Diagnostics.TraceSource/5.0.0.0": { + "compile": { + "System.Diagnostics.TraceSource.dll": {} + }, + "compileOnly": true + }, + "System.Diagnostics.Tracing/5.0.0.0": { + "compile": { + "System.Diagnostics.Tracing.dll": {} + }, + "compileOnly": true + }, + "System/4.0.0.0": { + "compile": { + "System.dll": {} + }, + "compileOnly": true + }, + "System.Drawing/4.0.0.0": { + "compile": { + "System.Drawing.dll": {} + }, + "compileOnly": true + }, + "System.Drawing.Primitives/5.0.0.0": { + "compile": { + "System.Drawing.Primitives.dll": {} + }, + "compileOnly": true + }, + "System.Dynamic.Runtime/5.0.0.0": { + "compile": { + "System.Dynamic.Runtime.dll": {} + }, + "compileOnly": true + }, + "System.Formats.Asn1/5.0.0.0": { + "compile": { + "System.Formats.Asn1.dll": {} + }, + "compileOnly": true + }, + "System.Globalization.Calendars/5.0.0.0": { + "compile": { + "System.Globalization.Calendars.dll": {} + }, + "compileOnly": true + }, + "System.Globalization/5.0.0.0": { + "compile": { + "System.Globalization.dll": {} + }, + "compileOnly": true + }, + "System.Globalization.Extensions/5.0.0.0": { + "compile": { + "System.Globalization.Extensions.dll": {} + }, + "compileOnly": true + }, + "System.IO.Compression.Brotli/5.0.0.0": { + "compile": { + "System.IO.Compression.Brotli.dll": {} + }, + "compileOnly": true + }, + "System.IO.Compression/5.0.0.0": { + "compile": { + "System.IO.Compression.dll": {} + }, + "compileOnly": true + }, + "System.IO.Compression.FileSystem/4.0.0.0": { + "compile": { + "System.IO.Compression.FileSystem.dll": {} + }, + "compileOnly": true + }, + "System.IO.Compression.ZipFile/5.0.0.0": { + "compile": { + "System.IO.Compression.ZipFile.dll": {} + }, + "compileOnly": true + }, + "System.IO/5.0.0.0": { + "compile": { + "System.IO.dll": {} + }, + "compileOnly": true + }, + "System.IO.FileSystem/5.0.0.0": { + "compile": { + "System.IO.FileSystem.dll": {} + }, + "compileOnly": true + }, + "System.IO.FileSystem.DriveInfo/5.0.0.0": { + "compile": { + "System.IO.FileSystem.DriveInfo.dll": {} + }, + "compileOnly": true + }, + "System.IO.FileSystem.Primitives/5.0.0.0": { + "compile": { + "System.IO.FileSystem.Primitives.dll": {} + }, + "compileOnly": true + }, + "System.IO.FileSystem.Watcher/5.0.0.0": { + "compile": { + "System.IO.FileSystem.Watcher.dll": {} + }, + "compileOnly": true + }, + "System.IO.IsolatedStorage/5.0.0.0": { + "compile": { + "System.IO.IsolatedStorage.dll": {} + }, + "compileOnly": true + }, + "System.IO.MemoryMappedFiles/5.0.0.0": { + "compile": { + "System.IO.MemoryMappedFiles.dll": {} + }, + "compileOnly": true + }, + "System.IO.Pipelines/5.0.0.0": { + "compile": { + "System.IO.Pipelines.dll": {} + }, + "compileOnly": true + }, + "System.IO.Pipes/5.0.0.0": { + "compile": { + "System.IO.Pipes.dll": {} + }, + "compileOnly": true + }, + "System.IO.UnmanagedMemoryStream/5.0.0.0": { + "compile": { + "System.IO.UnmanagedMemoryStream.dll": {} + }, + "compileOnly": true + }, + "System.Linq/5.0.0.0": { + "compile": { + "System.Linq.dll": {} + }, + "compileOnly": true + }, + "System.Linq.Expressions/5.0.0.0": { + "compile": { + "System.Linq.Expressions.dll": {} + }, + "compileOnly": true + }, + "System.Linq.Parallel/5.0.0.0": { + "compile": { + "System.Linq.Parallel.dll": {} + }, + "compileOnly": true + }, + "System.Linq.Queryable/5.0.0.0": { + "compile": { + "System.Linq.Queryable.dll": {} + }, + "compileOnly": true + }, + "System.Memory.Reference/5.0.0.0": { + "compile": { + "System.Memory.dll": {} + }, + "compileOnly": true + }, + "System.Net/4.0.0.0": { + "compile": { + "System.Net.dll": {} + }, + "compileOnly": true + }, + "System.Net.Http/5.0.0.0": { + "compile": { + "System.Net.Http.dll": {} + }, + "compileOnly": true + }, + "System.Net.Http.Json/5.0.0.0": { + "compile": { + "System.Net.Http.Json.dll": {} + }, + "compileOnly": true + }, + "System.Net.HttpListener/5.0.0.0": { + "compile": { + "System.Net.HttpListener.dll": {} + }, + "compileOnly": true + }, + "System.Net.Mail/5.0.0.0": { + "compile": { + "System.Net.Mail.dll": {} + }, + "compileOnly": true + }, + "System.Net.NameResolution/5.0.0.0": { + "compile": { + "System.Net.NameResolution.dll": {} + }, + "compileOnly": true + }, + "System.Net.NetworkInformation/5.0.0.0": { + "compile": { + "System.Net.NetworkInformation.dll": {} + }, + "compileOnly": true + }, + "System.Net.Ping/5.0.0.0": { + "compile": { + "System.Net.Ping.dll": {} + }, + "compileOnly": true + }, + "System.Net.Primitives/5.0.0.0": { + "compile": { + "System.Net.Primitives.dll": {} + }, + "compileOnly": true + }, + "System.Net.Requests/5.0.0.0": { + "compile": { + "System.Net.Requests.dll": {} + }, + "compileOnly": true + }, + "System.Net.Security/5.0.0.0": { + "compile": { + "System.Net.Security.dll": {} + }, + "compileOnly": true + }, + "System.Net.ServicePoint/5.0.0.0": { + "compile": { + "System.Net.ServicePoint.dll": {} + }, + "compileOnly": true + }, + "System.Net.Sockets/5.0.0.0": { + "compile": { + "System.Net.Sockets.dll": {} + }, + "compileOnly": true + }, + "System.Net.WebClient/5.0.0.0": { + "compile": { + "System.Net.WebClient.dll": {} + }, + "compileOnly": true + }, + "System.Net.WebHeaderCollection/5.0.0.0": { + "compile": { + "System.Net.WebHeaderCollection.dll": {} + }, + "compileOnly": true + }, + "System.Net.WebProxy/5.0.0.0": { + "compile": { + "System.Net.WebProxy.dll": {} + }, + "compileOnly": true + }, + "System.Net.WebSockets.Client/5.0.0.0": { + "compile": { + "System.Net.WebSockets.Client.dll": {} + }, + "compileOnly": true + }, + "System.Net.WebSockets/5.0.0.0": { + "compile": { + "System.Net.WebSockets.dll": {} + }, + "compileOnly": true + }, + "System.Numerics/4.0.0.0": { + "compile": { + "System.Numerics.dll": {} + }, + "compileOnly": true + }, + "System.Numerics.Vectors/5.0.0.0": { + "compile": { + "System.Numerics.Vectors.dll": {} + }, + "compileOnly": true + }, + "System.ObjectModel/5.0.0.0": { + "compile": { + "System.ObjectModel.dll": {} + }, + "compileOnly": true + }, + "System.Reflection.DispatchProxy/5.0.0.0": { + "compile": { + "System.Reflection.DispatchProxy.dll": {} + }, + "compileOnly": true + }, + "System.Reflection/5.0.0.0": { + "compile": { + "System.Reflection.dll": {} + }, + "compileOnly": true + }, + "System.Reflection.Emit/5.0.0.0": { + "compile": { + "System.Reflection.Emit.dll": {} + }, + "compileOnly": true + }, + "System.Reflection.Emit.ILGeneration/5.0.0.0": { + "compile": { + "System.Reflection.Emit.ILGeneration.dll": {} + }, + "compileOnly": true + }, + "System.Reflection.Emit.Lightweight/5.0.0.0": { + "compile": { + "System.Reflection.Emit.Lightweight.dll": {} + }, + "compileOnly": true + }, + "System.Reflection.Extensions/5.0.0.0": { + "compile": { + "System.Reflection.Extensions.dll": {} + }, + "compileOnly": true + }, + "System.Reflection.Metadata.Reference/5.0.0.0": { + "compile": { + "System.Reflection.Metadata.dll": {} + }, + "compileOnly": true + }, + "System.Reflection.Primitives/5.0.0.0": { + "compile": { + "System.Reflection.Primitives.dll": {} + }, + "compileOnly": true + }, + "System.Reflection.TypeExtensions/5.0.0.0": { + "compile": { + "System.Reflection.TypeExtensions.dll": {} + }, + "compileOnly": true + }, + "System.Resources.Reader/5.0.0.0": { + "compile": { + "System.Resources.Reader.dll": {} + }, + "compileOnly": true + }, + "System.Resources.ResourceManager/5.0.0.0": { + "compile": { + "System.Resources.ResourceManager.dll": {} + }, + "compileOnly": true + }, + "System.Resources.Writer/5.0.0.0": { + "compile": { + "System.Resources.Writer.dll": {} + }, + "compileOnly": true + }, + "System.Runtime.CompilerServices.Unsafe.Reference/5.0.0.0": { + "compile": { + "System.Runtime.CompilerServices.Unsafe.dll": {} + }, + "compileOnly": true + }, + "System.Runtime.CompilerServices.VisualC/5.0.0.0": { + "compile": { + "System.Runtime.CompilerServices.VisualC.dll": {} + }, + "compileOnly": true + }, + "System.Runtime/5.0.0.0": { + "compile": { + "System.Runtime.dll": {} + }, + "compileOnly": true + }, + "System.Runtime.Extensions/5.0.0.0": { + "compile": { + "System.Runtime.Extensions.dll": {} + }, + "compileOnly": true + }, + "System.Runtime.Handles/5.0.0.0": { + "compile": { + "System.Runtime.Handles.dll": {} + }, + "compileOnly": true + }, + "System.Runtime.InteropServices/5.0.0.0": { + "compile": { + "System.Runtime.InteropServices.dll": {} + }, + "compileOnly": true + }, + "System.Runtime.InteropServices.RuntimeInformation/5.0.0.0": { + "compile": { + "System.Runtime.InteropServices.RuntimeInformation.dll": {} + }, + "compileOnly": true + }, + "System.Runtime.Intrinsics/5.0.0.0": { + "compile": { + "System.Runtime.Intrinsics.dll": {} + }, + "compileOnly": true + }, + "System.Runtime.Loader/5.0.0.0": { + "compile": { + "System.Runtime.Loader.dll": {} + }, + "compileOnly": true + }, + "System.Runtime.Numerics/5.0.0.0": { + "compile": { + "System.Runtime.Numerics.dll": {} + }, + "compileOnly": true + }, + "System.Runtime.Serialization/4.0.0.0": { + "compile": { + "System.Runtime.Serialization.dll": {} + }, + "compileOnly": true + }, + "System.Runtime.Serialization.Formatters/5.0.0.0": { + "compile": { + "System.Runtime.Serialization.Formatters.dll": {} + }, + "compileOnly": true + }, + "System.Runtime.Serialization.Json/5.0.0.0": { + "compile": { + "System.Runtime.Serialization.Json.dll": {} + }, + "compileOnly": true + }, + "System.Runtime.Serialization.Primitives/5.0.0.0": { + "compile": { + "System.Runtime.Serialization.Primitives.dll": {} + }, + "compileOnly": true + }, + "System.Runtime.Serialization.Xml/5.0.0.0": { + "compile": { + "System.Runtime.Serialization.Xml.dll": {} + }, + "compileOnly": true + }, + "System.Security.AccessControl.Reference/5.0.0.0": { + "compile": { + "System.Security.AccessControl.dll": {} + }, + "compileOnly": true + }, + "System.Security.Claims/5.0.0.0": { + "compile": { + "System.Security.Claims.dll": {} + }, + "compileOnly": true + }, + "System.Security.Cryptography.Algorithms/5.0.0.0": { + "compile": { + "System.Security.Cryptography.Algorithms.dll": {} + }, + "compileOnly": true + }, + "System.Security.Cryptography.Cng.Reference/5.0.0.0": { + "compile": { + "System.Security.Cryptography.Cng.dll": {} + }, + "compileOnly": true + }, + "System.Security.Cryptography.Csp/5.0.0.0": { + "compile": { + "System.Security.Cryptography.Csp.dll": {} + }, + "compileOnly": true + }, + "System.Security.Cryptography.Encoding/5.0.0.0": { + "compile": { + "System.Security.Cryptography.Encoding.dll": {} + }, + "compileOnly": true + }, + "System.Security.Cryptography.Primitives/5.0.0.0": { + "compile": { + "System.Security.Cryptography.Primitives.dll": {} + }, + "compileOnly": true + }, + "System.Security.Cryptography.X509Certificates/5.0.0.0": { + "compile": { + "System.Security.Cryptography.X509Certificates.dll": {} + }, + "compileOnly": true + }, + "System.Security.Cryptography.Xml/5.0.0.0": { + "compile": { + "System.Security.Cryptography.Xml.dll": {} + }, + "compileOnly": true + }, + "System.Security/4.0.0.0": { + "compile": { + "System.Security.dll": {} + }, + "compileOnly": true + }, + "System.Security.Permissions.Reference/5.0.0.0": { + "compile": { + "System.Security.Permissions.dll": {} + }, + "compileOnly": true + }, + "System.Security.Principal/5.0.0.0": { + "compile": { + "System.Security.Principal.dll": {} + }, + "compileOnly": true + }, + "System.Security.Principal.Windows.Reference/5.0.0.0": { + "compile": { + "System.Security.Principal.Windows.dll": {} + }, + "compileOnly": true + }, + "System.Security.SecureString/5.0.0.0": { + "compile": { + "System.Security.SecureString.dll": {} + }, + "compileOnly": true + }, + "System.ServiceModel.Web/4.0.0.0": { + "compile": { + "System.ServiceModel.Web.dll": {} + }, + "compileOnly": true + }, + "System.ServiceProcess/4.0.0.0": { + "compile": { + "System.ServiceProcess.dll": {} + }, + "compileOnly": true + }, + "System.Text.Encoding.CodePages.Reference/5.0.0.0": { + "compile": { + "System.Text.Encoding.CodePages.dll": {} + }, + "compileOnly": true + }, + "System.Text.Encoding/5.0.0.0": { + "compile": { + "System.Text.Encoding.dll": {} + }, + "compileOnly": true + }, + "System.Text.Encoding.Extensions/5.0.0.0": { + "compile": { + "System.Text.Encoding.Extensions.dll": {} + }, + "compileOnly": true + }, + "System.Text.Encodings.Web/5.0.0.0": { + "compile": { + "System.Text.Encodings.Web.dll": {} + }, + "compileOnly": true + }, + "System.Text.Json/5.0.0.0": { + "compile": { + "System.Text.Json.dll": {} + }, + "compileOnly": true + }, + "System.Text.RegularExpressions/5.0.0.0": { + "compile": { + "System.Text.RegularExpressions.dll": {} + }, + "compileOnly": true + }, + "System.Threading.Channels/5.0.0.0": { + "compile": { + "System.Threading.Channels.dll": {} + }, + "compileOnly": true + }, + "System.Threading/5.0.0.0": { + "compile": { + "System.Threading.dll": {} + }, + "compileOnly": true + }, + "System.Threading.Overlapped/5.0.0.0": { + "compile": { + "System.Threading.Overlapped.dll": {} + }, + "compileOnly": true + }, + "System.Threading.Tasks.Dataflow/5.0.0.0": { + "compile": { + "System.Threading.Tasks.Dataflow.dll": {} + }, + "compileOnly": true + }, + "System.Threading.Tasks/5.0.0.0": { + "compile": { + "System.Threading.Tasks.dll": {} + }, + "compileOnly": true + }, + "System.Threading.Tasks.Extensions.Reference/5.0.0.0": { + "compile": { + "System.Threading.Tasks.Extensions.dll": {} + }, + "compileOnly": true + }, + "System.Threading.Tasks.Parallel/5.0.0.0": { + "compile": { + "System.Threading.Tasks.Parallel.dll": {} + }, + "compileOnly": true + }, + "System.Threading.Thread/5.0.0.0": { + "compile": { + "System.Threading.Thread.dll": {} + }, + "compileOnly": true + }, + "System.Threading.ThreadPool/5.0.0.0": { + "compile": { + "System.Threading.ThreadPool.dll": {} + }, + "compileOnly": true + }, + "System.Threading.Timer/5.0.0.0": { + "compile": { + "System.Threading.Timer.dll": {} + }, + "compileOnly": true + }, + "System.Transactions/4.0.0.0": { + "compile": { + "System.Transactions.dll": {} + }, + "compileOnly": true + }, + "System.Transactions.Local/5.0.0.0": { + "compile": { + "System.Transactions.Local.dll": {} + }, + "compileOnly": true + }, + "System.ValueTuple/4.0.3.0": { + "compile": { + "System.ValueTuple.dll": {} + }, + "compileOnly": true + }, + "System.Web/4.0.0.0": { + "compile": { + "System.Web.dll": {} + }, + "compileOnly": true + }, + "System.Web.HttpUtility/5.0.0.0": { + "compile": { + "System.Web.HttpUtility.dll": {} + }, + "compileOnly": true + }, + "System.Windows/4.0.0.0": { + "compile": { + "System.Windows.dll": {} + }, + "compileOnly": true + }, + "System.Windows.Extensions.Reference/5.0.0.0": { + "compile": { + "System.Windows.Extensions.dll": {} + }, + "compileOnly": true + }, + "System.Xml/4.0.0.0": { + "compile": { + "System.Xml.dll": {} + }, + "compileOnly": true + }, + "System.Xml.Linq/4.0.0.0": { + "compile": { + "System.Xml.Linq.dll": {} + }, + "compileOnly": true + }, + "System.Xml.ReaderWriter/5.0.0.0": { + "compile": { + "System.Xml.ReaderWriter.dll": {} + }, + "compileOnly": true + }, + "System.Xml.Serialization/4.0.0.0": { + "compile": { + "System.Xml.Serialization.dll": {} + }, + "compileOnly": true + }, + "System.Xml.XDocument/5.0.0.0": { + "compile": { + "System.Xml.XDocument.dll": {} + }, + "compileOnly": true + }, + "System.Xml.XmlDocument/5.0.0.0": { + "compile": { + "System.Xml.XmlDocument.dll": {} + }, + "compileOnly": true + }, + "System.Xml.XmlSerializer/5.0.0.0": { + "compile": { + "System.Xml.XmlSerializer.dll": {} + }, + "compileOnly": true + }, + "System.Xml.XPath/5.0.0.0": { + "compile": { + "System.Xml.XPath.dll": {} + }, + "compileOnly": true + }, + "System.Xml.XPath.XDocument/5.0.0.0": { + "compile": { + "System.Xml.XPath.XDocument.dll": {} + }, + "compileOnly": true + }, + "WindowsBase/4.0.0.0": { + "compile": { + "WindowsBase.dll": {} + }, + "compileOnly": true + } + } + }, + "libraries": { + "rmutr_report/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "ClosedXML/0.96.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-3VLfl4wCMHDuaV0GwA9MHY6BvKlTH4zaNG/ah6QODCZYMqLS6m0JVZph5kGpbuCCCyKXdO2hiUd/e35Wzd/Zmw==", + "path": "closedxml/0.96.0", + "hashPath": "closedxml.0.96.0.nupkg.sha512" + }, + "DocumentFormat.OpenXml/2.16.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-RhpnDgyyx1KjZm98T3w3bSXFHG/7ZNUaVmz4NAUA+jmV3PcVNZeW87Y04CpBNLdDHEMSspirfo0B5kLRaoE97w==", + "path": "documentformat.openxml/2.16.0", + "hashPath": "documentformat.openxml.2.16.0.nupkg.sha512" + }, + "ExcelNumberFormat/1.1.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-R3BVHPs9O+RkExbZYTGT0+9HLbi8ZrNij1Yziyw6znd3J7P3uoIR07uwTLGOogtz1p6+0sna66eBoXu7tBiVQA==", + "path": "excelnumberformat/1.1.0", + "hashPath": "excelnumberformat.1.1.0.nupkg.sha512" + }, + "FastReport.Compat/2021.2.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-BcHoqU3Bw/99fZ3OtiMPM1qChgFgtfyDYaszDNEB56s92yyu0JpPA/4DUjhjoI1m56Vcl5K3acwnzQ8sXz3HrA==", + "path": "fastreport.compat/2021.2.0", + "hashPath": "fastreport.compat.2021.2.0.nupkg.sha512" + }, + "FastReport.Core/2021.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-zRTL8X6LVvLsl96bzbYrB2bNFlr4n55G9ye4qCjcgvlcAi6KtDnG3b1TP1Bn05f94Ydxo/2/xENRSNe23bK3kg==", + "path": "fastreport.core/2021.3.0", + "hashPath": "fastreport.core.2021.3.0.nupkg.sha512" + }, + "FastReport.DataVisualization/2021.2.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-LN19UDFkn6Sq5ahmonAsnnHNUn64IcO6ZLFrJ1DEC6qS7Qq+X9Ekq5d7zCb6fzINxFxRgJHquhNI3QCZxo+8Sg==", + "path": "fastreport.datavisualization/2021.2.0", + "hashPath": "fastreport.datavisualization.2021.2.0.nupkg.sha512" + }, + "Microsoft.CodeAnalysis.Analyzers/2.9.4": { + "type": "package", + "serviceable": true, + "sha512": "sha512-alIJhS0VUg/7x5AsHEoovh/wRZ0RfCSS7k5pDSqpRLTyuMTtRgj6OJJPRApRhJHOGYYsLakf1hKeXFoDwKwNkg==", + "path": "microsoft.codeanalysis.analyzers/2.9.4", + "hashPath": "microsoft.codeanalysis.analyzers.2.9.4.nupkg.sha512" + }, + "Microsoft.CodeAnalysis.Common/3.3.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-N5yQdGy+M4kimVG7hwCeGTCfgYjK2o5b/Shumkb/rCC+/SAkvP1HUAYK+vxPFS7dLJNtXLRsmPHKj3fnyNWnrw==", + "path": "microsoft.codeanalysis.common/3.3.1", + "hashPath": "microsoft.codeanalysis.common.3.3.1.nupkg.sha512" + }, + "Microsoft.CodeAnalysis.CSharp/3.3.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-WDUIhTHem38H6VJ98x2Ssq0fweakJHnHYl7vbG8ARnsAwLoJKCQCy78EeY1oRrCKG42j0v6JVljKkeqSDA28UA==", + "path": "microsoft.codeanalysis.csharp/3.3.1", + "hashPath": "microsoft.codeanalysis.csharp.3.3.1.nupkg.sha512" + }, + "Microsoft.CodeAnalysis.VisualBasic/3.3.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-F7fc/G+0ocOYkKSCJ7Y8Q7eAEkAdG5RYODI9FtSl2Hm8zIDBVA3NccCm98gaOvCamLfMHYqeOjpb3yJnnw3m/w==", + "path": "microsoft.codeanalysis.visualbasic/3.3.1", + "hashPath": "microsoft.codeanalysis.visualbasic.3.3.1.nupkg.sha512" + }, + "Microsoft.CSharp/4.7.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==", + "path": "microsoft.csharp/4.7.0", + "hashPath": "microsoft.csharp.4.7.0.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.NETCore.Platforms/3.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-TsETIgVJb/AKoYfSP+iCxkuly5d3inZjTdx/ItZLk2CxY85v8083OBS3uai84kK3/baLnS5/b5XGs6zR7SuuHQ==", + "path": "microsoft.netcore.platforms/3.0.0", + "hashPath": "microsoft.netcore.platforms.3.0.0.nupkg.sha512" + }, + "Microsoft.OpenApi/1.2.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Nug3rO+7Kl5/SBAadzSMAVgqDlfGjJZ0GenQrLywJ84XGKO0uRqkunz5Wyl0SDwcR71bAATXvSdbdzPrYRYKGw==", + "path": "microsoft.openapi/1.2.3", + "hashPath": "microsoft.openapi.1.2.3.nupkg.sha512" + }, + "Microsoft.Win32.Registry/4.4.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-dA36TlNVn/XfrZtmf0fiI/z1nd3Wfp2QVzTdj26pqgP9LFWq0i1hYEUAW50xUjGFYn1+/cP3KGuxT2Yn1OUNBQ==", + "path": "microsoft.win32.registry/4.4.0", + "hashPath": "microsoft.win32.registry.4.4.0.nupkg.sha512" + }, + "Microsoft.Win32.SystemEvents/4.6.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Edg+pFW5C8WJb680Za2kTV8TqUi6Ahl/WldRVoOVJ23UQLpDHFspa+umgFjkWZw24ETsU99Cg+ErZz683M4chg==", + "path": "microsoft.win32.systemevents/4.6.0", + "hashPath": "microsoft.win32.systemevents.4.6.0.nupkg.sha512" + }, + "runtime.native.System.Data.SqlClient.sni/4.4.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-A8v6PGmk+UGbfWo5Ixup0lPM4swuSwOiayJExZwKIOjTlFFQIsu3QnDXECosBEyrWSPryxBVrdqtJyhK3BaupQ==", + "path": "runtime.native.system.data.sqlclient.sni/4.4.0", + "hashPath": "runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" + }, + "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==", + "path": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0", + "hashPath": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" + }, + "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==", + "path": "runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0", + "hashPath": "runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" + }, + "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==", + "path": "runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0", + "hashPath": "runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" + }, + "Swashbuckle.AspNetCore/6.5.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-FK05XokgjgwlCI6wCT+D4/abtQkL1X1/B9Oas6uIwHFmYrIO9WUD5aLC9IzMs9GnHfUXOtXZ2S43gN1mhs5+aA==", + "path": "swashbuckle.aspnetcore/6.5.0", + "hashPath": "swashbuckle.aspnetcore.6.5.0.nupkg.sha512" + }, + "Swashbuckle.AspNetCore.Annotations/6.5.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-EcHd1z2pEdnpaBMTI9qjVxk6mFVGVMZ1n0ySC3fjrkXCQQ8O9fMdt9TxPJRKyjiTiTjvO9700jKjmyl+hPBinQ==", + "path": "swashbuckle.aspnetcore.annotations/6.5.0", + "hashPath": "swashbuckle.aspnetcore.annotations.6.5.0.nupkg.sha512" + }, + "Swashbuckle.AspNetCore.Swagger/6.5.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-XWmCmqyFmoItXKFsQSwQbEAsjDKcxlNf1l+/Ki42hcb6LjKL8m5Db69OTvz5vLonMSRntYO1XLqz0OP+n3vKnA==", + "path": "swashbuckle.aspnetcore.swagger/6.5.0", + "hashPath": "swashbuckle.aspnetcore.swagger.6.5.0.nupkg.sha512" + }, + "Swashbuckle.AspNetCore.SwaggerGen/6.5.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Y/qW8Qdg9OEs7V013tt+94OdPxbRdbhcEbw4NiwGvf4YBcfhL/y7qp/Mjv/cENsQ2L3NqJ2AOu94weBy/h4KvA==", + "path": "swashbuckle.aspnetcore.swaggergen/6.5.0", + "hashPath": "swashbuckle.aspnetcore.swaggergen.6.5.0.nupkg.sha512" + }, + "Swashbuckle.AspNetCore.SwaggerUI/6.5.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-OvbvxX+wL8skxTBttcBsVxdh73Fag4xwqEU2edh4JMn7Ws/xJHnY/JB1e9RoCb6XpDxUF3hD9A0Z1lEUx40Pfw==", + "path": "swashbuckle.aspnetcore.swaggerui/6.5.0", + "hashPath": "swashbuckle.aspnetcore.swaggerui.6.5.0.nupkg.sha512" + }, + "System.Collections.Immutable/1.5.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-EXKiDFsChZW0RjrZ4FYHu9aW6+P4MCgEDCklsVseRfhoO0F+dXeMSsMRAlVXIo06kGJ/zv+2w1a2uc2+kxxSaQ==", + "path": "system.collections.immutable/1.5.0", + "hashPath": "system.collections.immutable.1.5.0.nupkg.sha512" + }, + "System.Data.SqlClient/4.4.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-D1hEOS1oPLJ6WcGCzpTWe8SauWVxnDoDTUWhv5XCNdRm/QeSUk4BQ3ZDe7BH+zNVHDBkPYjVzpVjnCl43eOSGg==", + "path": "system.data.sqlclient/4.4.3", + "hashPath": "system.data.sqlclient.4.4.3.nupkg.sha512" + }, + "System.Drawing.Common/4.6.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-TFAADvBEUhdDb2Lteq/BUeG0J1y7a0GyFdpB8yE/eAcbiN0R5MII1nXExXsrtRZiO8C/L9SozL2wGqkRlhiv6A==", + "path": "system.drawing.common/4.6.1", + "hashPath": "system.drawing.common.4.6.1.nupkg.sha512" + }, + "System.IO.Packaging/4.7.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-9VV4KAbgRQZ79iEoG40KIeZy38O30oWwewScAST879+oki8g/Wa2HXZQgrhDDxQM4GkP1PnRJll05NMiVPbYAw==", + "path": "system.io.packaging/4.7.0", + "hashPath": "system.io.packaging.4.7.0.nupkg.sha512" + }, + "System.Memory/4.5.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-3oDzvc/zzetpTKWMShs1AADwZjQ/36HnsufHRPcOjyRAAMLDlu2iD33MBI2opxnezcVUtXyqDXXjoFMOU9c7SA==", + "path": "system.memory/4.5.3", + "hashPath": "system.memory.4.5.3.nupkg.sha512" + }, + "System.Reflection.Metadata/1.6.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==", + "path": "system.reflection.metadata/1.6.0", + "hashPath": "system.reflection.metadata.1.6.0.nupkg.sha512" + }, + "System.Runtime.CompilerServices.Unsafe/4.5.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-wprSFgext8cwqymChhrBLu62LMg/1u92bU+VOwyfBimSPVFXtsNqEWC92Pf9ofzJFlk4IHmJA75EDJn1b2goAQ==", + "path": "system.runtime.compilerservices.unsafe/4.5.2", + "hashPath": "system.runtime.compilerservices.unsafe.4.5.2.nupkg.sha512" + }, + "System.Security.AccessControl/4.4.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-2NRFPX/V81ucKQmqNgGBZrKGH/5ejsvivSGMRum0SMgPnJxwhuNkzVS1+7gC3R2X0f57CtwrPrXPPSe6nOp82g==", + "path": "system.security.accesscontrol/4.4.0", + "hashPath": "system.security.accesscontrol.4.4.0.nupkg.sha512" + }, + "System.Security.Cryptography.Cng/4.5.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-WG3r7EyjUe9CMPFSs6bty5doUqT+q9pbI80hlNzo2SkPkZ4VTuZkGWjpp77JB8+uaL4DFPRdBsAY+DX3dBK92A==", + "path": "system.security.cryptography.cng/4.5.0", + "hashPath": "system.security.cryptography.cng.4.5.0.nupkg.sha512" + }, + "System.Security.Cryptography.Pkcs/4.5.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-lIo52x0AAsZs8r1L58lPXaqN6PP51Z/XJts0kZtbZRNYcMguupxqRGjvc/GoqSKTbYa+aBwbkT4xoqQ7EsfN0A==", + "path": "system.security.cryptography.pkcs/4.5.2", + "hashPath": "system.security.cryptography.pkcs.4.5.2.nupkg.sha512" + }, + "System.Security.Permissions/4.4.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ArK+Kh7BSqWhspqO3qe8R25MeUzBm3ZdWbYiN6Q0kLO3nR4dLeZzS03C0QUI/470w7pGRm7lUZ9sjfDQKJjRcQ==", + "path": "system.security.permissions/4.4.0", + "hashPath": "system.security.permissions.4.4.0.nupkg.sha512" + }, + "System.Security.Principal.Windows/4.4.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-pP+AOzt1o3jESOuLmf52YQTF7H3Ng9hTnrOESQiqsnl2IbBh1HInsAMHYtoh75iUYV0OIkHmjvveraYB6zM97w==", + "path": "system.security.principal.windows/4.4.0", + "hashPath": "system.security.principal.windows.4.4.0.nupkg.sha512" + }, + "System.Text.Encoding.CodePages/4.5.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-4J2JQXbftjPMppIHJ7IC+VXQ9XfEagN92vZZNoG12i+zReYlim5dMoXFC1Zzg7tsnKDM7JPo5bYfFK4Jheq44w==", + "path": "system.text.encoding.codepages/4.5.1", + "hashPath": "system.text.encoding.codepages.4.5.1.nupkg.sha512" + }, + "System.Threading.Tasks.Extensions/4.5.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-+MvhNtcvIbqmhANyKu91jQnvIRVSTiaOiFNfKWwXGHG48YAb4I/TyH8spsySiPYla7gKal5ZnF3teJqZAximyQ==", + "path": "system.threading.tasks.extensions/4.5.3", + "hashPath": "system.threading.tasks.extensions.4.5.3.nupkg.sha512" + }, + "System.Windows.Extensions/4.6.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-GL4izk0KgeyXklUOHViAk7y1IOYVYcn8nDpJZgcCqNzTGv2xd+8rgGgMKMo8G9nvfEuRCrNxWnGc74EiuYH2YA==", + "path": "system.windows.extensions/4.6.0", + "hashPath": "system.windows.extensions.4.6.0.nupkg.sha512" + }, + "Microsoft.AspNetCore.Antiforgery/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Authentication.Abstractions/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Authentication.Cookies/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Authentication.Core/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Authentication/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Authentication.OAuth/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Authorization/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Authorization.Policy/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Components.Authorization/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Components/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Components.Forms/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Components.Server/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Components.Web/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Connections.Abstractions/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.CookiePolicy/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Cors/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Cryptography.Internal/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Cryptography.KeyDerivation/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.DataProtection.Abstractions/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.DataProtection/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.DataProtection.Extensions/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Diagnostics.Abstractions/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Diagnostics/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Diagnostics.HealthChecks/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.HostFiltering/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Hosting.Abstractions/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Hosting/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Hosting.Server.Abstractions/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Html.Abstractions/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Http.Abstractions/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Http.Connections.Common/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Http.Connections/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Http/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Http.Extensions/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Http.Features/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.HttpOverrides/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.HttpsPolicy/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Identity/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Localization/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Localization.Routing/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Metadata/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Mvc.Abstractions/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Mvc.ApiExplorer/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Mvc.Core/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Mvc.Cors/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Mvc.DataAnnotations/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Mvc/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Mvc.Formatters.Json/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Mvc.Formatters.Xml/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Mvc.Localization/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Mvc.Razor/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Mvc.RazorPages/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Mvc.TagHelpers/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Mvc.ViewFeatures/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Razor/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Razor.Runtime/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.ResponseCaching.Abstractions/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.ResponseCaching/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.ResponseCompression/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Rewrite/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Routing.Abstractions/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Routing/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Server.HttpSys/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Server.IIS/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Server.IISIntegration/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Server.Kestrel.Core/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Server.Kestrel/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.Session/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.SignalR.Common/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.SignalR.Core/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.SignalR/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.SignalR.Protocols.Json/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.StaticFiles/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.WebSockets/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.WebUtilities/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.CSharp.Reference/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Caching.Abstractions/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Caching.Memory/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Configuration.Abstractions/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Configuration.Binder/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Configuration.CommandLine/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Configuration/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Configuration.EnvironmentVariables/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Configuration.FileExtensions/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Configuration.Ini/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Configuration.Json/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Configuration.KeyPerFile/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Configuration.UserSecrets/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Configuration.Xml/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.DependencyInjection/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Diagnostics.HealthChecks/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.FileProviders.Abstractions/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.FileProviders.Composite/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.FileProviders.Embedded/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.FileProviders.Physical/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.FileSystemGlobbing/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Hosting.Abstractions/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Hosting/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Http/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Identity.Core/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Identity.Stores/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Localization.Abstractions/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Localization/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Logging.Abstractions/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Logging.Configuration/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Logging.Console/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Logging.Debug/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Logging/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Logging.EventLog/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Logging.EventSource/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Logging.TraceSource/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.ObjectPool/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Options.ConfigurationExtensions/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Options.DataAnnotations/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Options/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Primitives/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.WebEncoders/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.JSInterop/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Net.Http.Headers/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.VisualBasic.Core/10.0.6.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.VisualBasic/10.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Win32.Primitives/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Win32.Registry.Reference/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "mscorlib/4.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "netstandard/2.1.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.AppContext/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Buffers/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Collections.Concurrent/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Collections/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Collections.Immutable.Reference/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Collections.NonGeneric/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Collections.Specialized/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.ComponentModel.Annotations/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.ComponentModel.DataAnnotations/4.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.ComponentModel/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.ComponentModel.EventBasedAsync/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.ComponentModel.Primitives/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.ComponentModel.TypeConverter/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Configuration/4.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Console/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Core/4.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Data.Common/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Data.DataSetExtensions/4.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Data/4.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Diagnostics.Contracts/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Diagnostics.Debug/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Diagnostics.DiagnosticSource/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Diagnostics.EventLog/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Diagnostics.FileVersionInfo/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Diagnostics.Process/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Diagnostics.StackTrace/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Diagnostics.TextWriterTraceListener/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Diagnostics.Tools/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Diagnostics.TraceSource/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Diagnostics.Tracing/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System/4.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Drawing/4.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Drawing.Primitives/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Dynamic.Runtime/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Formats.Asn1/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Globalization.Calendars/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Globalization/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Globalization.Extensions/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.IO.Compression.Brotli/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.IO.Compression/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.IO.Compression.FileSystem/4.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.IO.Compression.ZipFile/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.IO/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.IO.FileSystem/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.IO.FileSystem.DriveInfo/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.IO.FileSystem.Primitives/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.IO.FileSystem.Watcher/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.IO.IsolatedStorage/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.IO.MemoryMappedFiles/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.IO.Pipelines/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.IO.Pipes/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.IO.UnmanagedMemoryStream/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Linq/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Linq.Expressions/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Linq.Parallel/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Linq.Queryable/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Memory.Reference/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Net/4.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Net.Http/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Net.Http.Json/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Net.HttpListener/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Net.Mail/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Net.NameResolution/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Net.NetworkInformation/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Net.Ping/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Net.Primitives/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Net.Requests/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Net.Security/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Net.ServicePoint/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Net.Sockets/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Net.WebClient/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Net.WebHeaderCollection/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Net.WebProxy/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Net.WebSockets.Client/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Net.WebSockets/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Numerics/4.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Numerics.Vectors/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.ObjectModel/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Reflection.DispatchProxy/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Reflection/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Reflection.Emit/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Reflection.Emit.ILGeneration/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Reflection.Emit.Lightweight/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Reflection.Extensions/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Reflection.Metadata.Reference/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Reflection.Primitives/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Reflection.TypeExtensions/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Resources.Reader/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Resources.ResourceManager/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Resources.Writer/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Runtime.CompilerServices.Unsafe.Reference/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Runtime.CompilerServices.VisualC/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Runtime/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Runtime.Extensions/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Runtime.Handles/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Runtime.InteropServices/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Runtime.InteropServices.RuntimeInformation/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Runtime.Intrinsics/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Runtime.Loader/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Runtime.Numerics/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Runtime.Serialization/4.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Runtime.Serialization.Formatters/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Runtime.Serialization.Json/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Runtime.Serialization.Primitives/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Runtime.Serialization.Xml/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Security.AccessControl.Reference/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Security.Claims/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Security.Cryptography.Algorithms/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Security.Cryptography.Cng.Reference/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Security.Cryptography.Csp/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Security.Cryptography.Encoding/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Security.Cryptography.Primitives/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Security.Cryptography.X509Certificates/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Security.Cryptography.Xml/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Security/4.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Security.Permissions.Reference/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Security.Principal/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Security.Principal.Windows.Reference/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Security.SecureString/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.ServiceModel.Web/4.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.ServiceProcess/4.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Text.Encoding.CodePages.Reference/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Text.Encoding/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Text.Encoding.Extensions/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Text.Encodings.Web/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Text.Json/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Text.RegularExpressions/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Threading.Channels/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Threading/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Threading.Overlapped/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Threading.Tasks.Dataflow/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Threading.Tasks/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Threading.Tasks.Extensions.Reference/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Threading.Tasks.Parallel/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Threading.Thread/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Threading.ThreadPool/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Threading.Timer/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Transactions/4.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Transactions.Local/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.ValueTuple/4.0.3.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Web/4.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Web.HttpUtility/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Windows/4.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Windows.Extensions.Reference/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Xml/4.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Xml.Linq/4.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Xml.ReaderWriter/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Xml.Serialization/4.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Xml.XDocument/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Xml.XmlDocument/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Xml.XmlSerializer/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Xml.XPath/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "System.Xml.XPath.XDocument/5.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + }, + "WindowsBase/4.0.0.0": { + "type": "referenceassembly", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/bin/Debug/net5.0/rmutr_report.dll b/bin/Debug/net5.0/rmutr_report.dll new file mode 100644 index 0000000..5c3a64a Binary files /dev/null and b/bin/Debug/net5.0/rmutr_report.dll differ diff --git a/bin/Debug/net5.0/rmutr_report.pdb b/bin/Debug/net5.0/rmutr_report.pdb new file mode 100644 index 0000000..840cd86 Binary files /dev/null and b/bin/Debug/net5.0/rmutr_report.pdb differ diff --git a/bin/Debug/net5.0/rmutr_report.runtimeconfig.dev.json b/bin/Debug/net5.0/rmutr_report.runtimeconfig.dev.json new file mode 100644 index 0000000..2d16c52 --- /dev/null +++ b/bin/Debug/net5.0/rmutr_report.runtimeconfig.dev.json @@ -0,0 +1,8 @@ +{ + "runtimeOptions": { + "additionalProbingPaths": [ + "C:\\Users\\USER\\.dotnet\\store\\|arch|\\|tfm|", + "C:\\Users\\USER\\.nuget\\packages" + ] + } +} \ No newline at end of file diff --git a/bin/Debug/net5.0/rmutr_report.runtimeconfig.json b/bin/Debug/net5.0/rmutr_report.runtimeconfig.json new file mode 100644 index 0000000..93e2b02 --- /dev/null +++ b/bin/Debug/net5.0/rmutr_report.runtimeconfig.json @@ -0,0 +1,13 @@ +{ + "runtimeOptions": { + "tfm": "net5.0", + "framework": { + "name": "Microsoft.AspNetCore.App", + "version": "5.0.0" + }, + "configProperties": { + "System.GC.Server": true, + "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false + } + } +} \ No newline at end of file diff --git a/bin/Debug/net5.0/rmutr_report.xml b/bin/Debug/net5.0/rmutr_report.xml new file mode 100644 index 0000000..7273638 --- /dev/null +++ b/bin/Debug/net5.0/rmutr_report.xml @@ -0,0 +1,8 @@ + + + + rmutr_report + + + + diff --git a/bin/Debug/net5.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll b/bin/Debug/net5.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll new file mode 100644 index 0000000..a73e027 Binary files /dev/null and b/bin/Debug/net5.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll differ diff --git a/bin/Debug/net5.0/ru/Microsoft.CodeAnalysis.VisualBasic.resources.dll b/bin/Debug/net5.0/ru/Microsoft.CodeAnalysis.VisualBasic.resources.dll new file mode 100644 index 0000000..67b2528 Binary files /dev/null and b/bin/Debug/net5.0/ru/Microsoft.CodeAnalysis.VisualBasic.resources.dll differ diff --git a/bin/Debug/net5.0/ru/Microsoft.CodeAnalysis.resources.dll b/bin/Debug/net5.0/ru/Microsoft.CodeAnalysis.resources.dll new file mode 100644 index 0000000..518e243 Binary files /dev/null and b/bin/Debug/net5.0/ru/Microsoft.CodeAnalysis.resources.dll differ diff --git a/bin/Debug/net5.0/runtimes/any/lib/netcoreapp3.0/FastReport.Compat.dll b/bin/Debug/net5.0/runtimes/any/lib/netcoreapp3.0/FastReport.Compat.dll new file mode 100644 index 0000000..34980fa Binary files /dev/null and b/bin/Debug/net5.0/runtimes/any/lib/netcoreapp3.0/FastReport.Compat.dll differ diff --git a/bin/Debug/net5.0/runtimes/any/lib/netcoreapp3.0/FastReport.DataVisualization.dll b/bin/Debug/net5.0/runtimes/any/lib/netcoreapp3.0/FastReport.DataVisualization.dll new file mode 100644 index 0000000..e4e2af5 Binary files /dev/null and b/bin/Debug/net5.0/runtimes/any/lib/netcoreapp3.0/FastReport.DataVisualization.dll differ diff --git a/bin/Debug/net5.0/runtimes/unix/lib/netstandard2.0/System.Data.SqlClient.dll b/bin/Debug/net5.0/runtimes/unix/lib/netstandard2.0/System.Data.SqlClient.dll new file mode 100644 index 0000000..1eba0e6 Binary files /dev/null and b/bin/Debug/net5.0/runtimes/unix/lib/netstandard2.0/System.Data.SqlClient.dll differ diff --git a/bin/Debug/net5.0/runtimes/win-arm64/native/sni.dll b/bin/Debug/net5.0/runtimes/win-arm64/native/sni.dll new file mode 100644 index 0000000..7b8f9d8 Binary files /dev/null and b/bin/Debug/net5.0/runtimes/win-arm64/native/sni.dll differ diff --git a/bin/Debug/net5.0/runtimes/win-x64/native/sni.dll b/bin/Debug/net5.0/runtimes/win-x64/native/sni.dll new file mode 100644 index 0000000..c1a05a5 Binary files /dev/null and b/bin/Debug/net5.0/runtimes/win-x64/native/sni.dll differ diff --git a/bin/Debug/net5.0/runtimes/win-x86/native/sni.dll b/bin/Debug/net5.0/runtimes/win-x86/native/sni.dll new file mode 100644 index 0000000..5fc21ac Binary files /dev/null and b/bin/Debug/net5.0/runtimes/win-x86/native/sni.dll differ diff --git a/bin/Debug/net5.0/runtimes/win/lib/netstandard2.0/System.Data.SqlClient.dll b/bin/Debug/net5.0/runtimes/win/lib/netstandard2.0/System.Data.SqlClient.dll new file mode 100644 index 0000000..1f5188b Binary files /dev/null and b/bin/Debug/net5.0/runtimes/win/lib/netstandard2.0/System.Data.SqlClient.dll differ diff --git a/bin/Debug/net5.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll b/bin/Debug/net5.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll new file mode 100644 index 0000000..e3b5dcf Binary files /dev/null and b/bin/Debug/net5.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll differ diff --git a/bin/Debug/net5.0/tr/Microsoft.CodeAnalysis.VisualBasic.resources.dll b/bin/Debug/net5.0/tr/Microsoft.CodeAnalysis.VisualBasic.resources.dll new file mode 100644 index 0000000..6c8a7ea Binary files /dev/null and b/bin/Debug/net5.0/tr/Microsoft.CodeAnalysis.VisualBasic.resources.dll differ diff --git a/bin/Debug/net5.0/tr/Microsoft.CodeAnalysis.resources.dll b/bin/Debug/net5.0/tr/Microsoft.CodeAnalysis.resources.dll new file mode 100644 index 0000000..d4dcb3c Binary files /dev/null and b/bin/Debug/net5.0/tr/Microsoft.CodeAnalysis.resources.dll differ diff --git a/bin/Debug/net5.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll b/bin/Debug/net5.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll new file mode 100644 index 0000000..d08bddf Binary files /dev/null and b/bin/Debug/net5.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll differ diff --git a/bin/Debug/net5.0/zh-Hans/Microsoft.CodeAnalysis.VisualBasic.resources.dll b/bin/Debug/net5.0/zh-Hans/Microsoft.CodeAnalysis.VisualBasic.resources.dll new file mode 100644 index 0000000..f83199c Binary files /dev/null and b/bin/Debug/net5.0/zh-Hans/Microsoft.CodeAnalysis.VisualBasic.resources.dll differ diff --git a/bin/Debug/net5.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll b/bin/Debug/net5.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll new file mode 100644 index 0000000..3969304 Binary files /dev/null and b/bin/Debug/net5.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll differ diff --git a/bin/Debug/net5.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll b/bin/Debug/net5.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll new file mode 100644 index 0000000..0899da8 Binary files /dev/null and b/bin/Debug/net5.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll differ diff --git a/bin/Debug/net5.0/zh-Hant/Microsoft.CodeAnalysis.VisualBasic.resources.dll b/bin/Debug/net5.0/zh-Hant/Microsoft.CodeAnalysis.VisualBasic.resources.dll new file mode 100644 index 0000000..29b47a7 Binary files /dev/null and b/bin/Debug/net5.0/zh-Hant/Microsoft.CodeAnalysis.VisualBasic.resources.dll differ diff --git a/bin/Debug/net5.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll b/bin/Debug/net5.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll new file mode 100644 index 0000000..94f9ac0 Binary files /dev/null and b/bin/Debug/net5.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll differ diff --git a/bin/Debug/netcoreapp3.1/rmutr_report.dll b/bin/Debug/netcoreapp3.1/rmutr_report.dll index f78d976..77d96bc 100644 Binary files a/bin/Debug/netcoreapp3.1/rmutr_report.dll and b/bin/Debug/netcoreapp3.1/rmutr_report.dll differ diff --git a/bin/Debug/netcoreapp3.1/rmutr_report.pdb b/bin/Debug/netcoreapp3.1/rmutr_report.pdb index 2688c16..0cfd02b 100644 Binary files a/bin/Debug/netcoreapp3.1/rmutr_report.pdb and b/bin/Debug/netcoreapp3.1/rmutr_report.pdb differ diff --git a/obj/Debug/net5.0/ref/rmutr_report.dll b/obj/Debug/net5.0/ref/rmutr_report.dll new file mode 100644 index 0000000..e9b112b Binary files /dev/null and b/obj/Debug/net5.0/ref/rmutr_report.dll differ diff --git a/obj/Debug/net5.0/refint/rmutr_report.dll b/obj/Debug/net5.0/refint/rmutr_report.dll new file mode 100644 index 0000000..e9b112b Binary files /dev/null and b/obj/Debug/net5.0/refint/rmutr_report.dll differ diff --git a/obj/Debug/net5.0/rmutr_report.MvcApplicationPartsAssemblyInfo.cache b/obj/Debug/net5.0/rmutr_report.MvcApplicationPartsAssemblyInfo.cache new file mode 100644 index 0000000..e69de29 diff --git a/obj/Debug/net5.0/rmutr_report.MvcApplicationPartsAssemblyInfo.cs b/obj/Debug/net5.0/rmutr_report.MvcApplicationPartsAssemblyInfo.cs new file mode 100644 index 0000000..5dda6d3 --- /dev/null +++ b/obj/Debug/net5.0/rmutr_report.MvcApplicationPartsAssemblyInfo.cs @@ -0,0 +1,18 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// 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("Swashbuckle.AspNetCore.Annotations")] +[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Swashbuckle.AspNetCore.SwaggerGen")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/obj/Debug/net5.0/rmutr_report.RazorTargetAssemblyInfo.cache b/obj/Debug/net5.0/rmutr_report.RazorTargetAssemblyInfo.cache new file mode 100644 index 0000000..fb560e9 --- /dev/null +++ b/obj/Debug/net5.0/rmutr_report.RazorTargetAssemblyInfo.cache @@ -0,0 +1 @@ +b75da1d35a4ca649b17d81186a0cb0b6010aa3ac diff --git a/obj/Debug/net5.0/rmutr_report.csproj.CopyComplete b/obj/Debug/net5.0/rmutr_report.csproj.CopyComplete new file mode 100644 index 0000000..e69de29 diff --git a/obj/Debug/net5.0/rmutr_report.csproj.CoreCompileInputs.cache b/obj/Debug/net5.0/rmutr_report.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..3512000 --- /dev/null +++ b/obj/Debug/net5.0/rmutr_report.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +46314eaf8986a1d57ba3dc517059d914c26f9b2b diff --git a/obj/Debug/net5.0/rmutr_report.csproj.FileListAbsolute.txt b/obj/Debug/net5.0/rmutr_report.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..0dc36c7 --- /dev/null +++ b/obj/Debug/net5.0/rmutr_report.csproj.FileListAbsolute.txt @@ -0,0 +1,87 @@ +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\nuget.config +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\appsettings.Development.json +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\appsettings.json +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\rmutr_report.exe +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\rmutr_report.deps.json +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\rmutr_report.runtimeconfig.json +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\rmutr_report.runtimeconfig.dev.json +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\rmutr_report.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\rmutr_report.pdb +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\rmutr_report.xml +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\ClosedXML.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\DocumentFormat.OpenXml.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\ExcelNumberFormat.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\FastReport.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\Microsoft.CodeAnalysis.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\Microsoft.CodeAnalysis.CSharp.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\Microsoft.CodeAnalysis.VisualBasic.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\Microsoft.OpenApi.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\Swashbuckle.AspNetCore.Annotations.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\Swashbuckle.AspNetCore.Swagger.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\Swashbuckle.AspNetCore.SwaggerGen.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\Swashbuckle.AspNetCore.SwaggerUI.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\System.Data.SqlClient.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\System.IO.Packaging.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\cs\Microsoft.CodeAnalysis.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\de\Microsoft.CodeAnalysis.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\es\Microsoft.CodeAnalysis.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\fr\Microsoft.CodeAnalysis.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\it\Microsoft.CodeAnalysis.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\ja\Microsoft.CodeAnalysis.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\ko\Microsoft.CodeAnalysis.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\pl\Microsoft.CodeAnalysis.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\pt-BR\Microsoft.CodeAnalysis.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\ru\Microsoft.CodeAnalysis.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\tr\Microsoft.CodeAnalysis.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\zh-Hans\Microsoft.CodeAnalysis.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\zh-Hant\Microsoft.CodeAnalysis.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\cs\Microsoft.CodeAnalysis.CSharp.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\de\Microsoft.CodeAnalysis.CSharp.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\es\Microsoft.CodeAnalysis.CSharp.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\fr\Microsoft.CodeAnalysis.CSharp.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\it\Microsoft.CodeAnalysis.CSharp.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\ja\Microsoft.CodeAnalysis.CSharp.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\ko\Microsoft.CodeAnalysis.CSharp.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\pl\Microsoft.CodeAnalysis.CSharp.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\pt-BR\Microsoft.CodeAnalysis.CSharp.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\ru\Microsoft.CodeAnalysis.CSharp.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\tr\Microsoft.CodeAnalysis.CSharp.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\zh-Hans\Microsoft.CodeAnalysis.CSharp.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\zh-Hant\Microsoft.CodeAnalysis.CSharp.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\cs\Microsoft.CodeAnalysis.VisualBasic.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\de\Microsoft.CodeAnalysis.VisualBasic.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\es\Microsoft.CodeAnalysis.VisualBasic.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\fr\Microsoft.CodeAnalysis.VisualBasic.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\it\Microsoft.CodeAnalysis.VisualBasic.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\ja\Microsoft.CodeAnalysis.VisualBasic.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\ko\Microsoft.CodeAnalysis.VisualBasic.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\pl\Microsoft.CodeAnalysis.VisualBasic.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\pt-BR\Microsoft.CodeAnalysis.VisualBasic.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\ru\Microsoft.CodeAnalysis.VisualBasic.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\tr\Microsoft.CodeAnalysis.VisualBasic.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\zh-Hans\Microsoft.CodeAnalysis.VisualBasic.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\zh-Hant\Microsoft.CodeAnalysis.VisualBasic.resources.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\runtimes\any\lib\netcoreapp3.0\FastReport.Compat.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\runtimes\any\lib\netcoreapp3.0\FastReport.DataVisualization.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\runtimes\win-arm64\native\sni.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\runtimes\win-x64\native\sni.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\runtimes\win-x86\native\sni.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\runtimes\unix\lib\netstandard2.0\System.Data.SqlClient.dll +C:\Users\USER\Documents\rmutr_report\bin\Debug\net5.0\runtimes\win\lib\netstandard2.0\System.Data.SqlClient.dll +C:\Users\USER\Documents\rmutr_report\obj\Debug\net5.0\rmutr_report.csproj.AssemblyReference.cache +C:\Users\USER\Documents\rmutr_report\obj\Debug\net5.0\rmutr_report.GeneratedMSBuildEditorConfig.editorconfig +C:\Users\USER\Documents\rmutr_report\obj\Debug\net5.0\rmutr_report.AssemblyInfoInputs.cache +C:\Users\USER\Documents\rmutr_report\obj\Debug\net5.0\rmutr_report.AssemblyInfo.cs +C:\Users\USER\Documents\rmutr_report\obj\Debug\net5.0\rmutr_report.csproj.CoreCompileInputs.cache +C:\Users\USER\Documents\rmutr_report\obj\Debug\net5.0\rmutr_report.MvcApplicationPartsAssemblyInfo.cs +C:\Users\USER\Documents\rmutr_report\obj\Debug\net5.0\rmutr_report.MvcApplicationPartsAssemblyInfo.cache +C:\Users\USER\Documents\rmutr_report\obj\Debug\net5.0\scopedcss\bundle\rmutr_report.styles.css +C:\Users\USER\Documents\rmutr_report\obj\Debug\net5.0\staticwebassets\rmutr_report.StaticWebAssets.Manifest.cache +C:\Users\USER\Documents\rmutr_report\obj\Debug\net5.0\rmutr_report.RazorTargetAssemblyInfo.cache +C:\Users\USER\Documents\rmutr_report\obj\Debug\net5.0\rmutr_report.csproj.CopyComplete +C:\Users\USER\Documents\rmutr_report\obj\Debug\net5.0\rmutr_report.dll +C:\Users\USER\Documents\rmutr_report\obj\Debug\net5.0\refint\rmutr_report.dll +C:\Users\USER\Documents\rmutr_report\obj\Debug\net5.0\rmutr_report.xml +C:\Users\USER\Documents\rmutr_report\obj\Debug\net5.0\rmutr_report.pdb +C:\Users\USER\Documents\rmutr_report\obj\Debug\net5.0\rmutr_report.genruntimeconfig.cache +C:\Users\USER\Documents\rmutr_report\obj\Debug\net5.0\ref\rmutr_report.dll diff --git a/obj/Debug/net5.0/rmutr_report.dll b/obj/Debug/net5.0/rmutr_report.dll new file mode 100644 index 0000000..5c3a64a Binary files /dev/null and b/obj/Debug/net5.0/rmutr_report.dll differ diff --git a/obj/Debug/net5.0/rmutr_report.genruntimeconfig.cache b/obj/Debug/net5.0/rmutr_report.genruntimeconfig.cache new file mode 100644 index 0000000..cb0391e --- /dev/null +++ b/obj/Debug/net5.0/rmutr_report.genruntimeconfig.cache @@ -0,0 +1 @@ +1d39a36735b2d72fa7731390686302bd2991a9b8 diff --git a/obj/Debug/net5.0/rmutr_report.pdb b/obj/Debug/net5.0/rmutr_report.pdb new file mode 100644 index 0000000..840cd86 Binary files /dev/null and b/obj/Debug/net5.0/rmutr_report.pdb differ diff --git a/obj/Debug/net5.0/rmutr_report.xml b/obj/Debug/net5.0/rmutr_report.xml new file mode 100644 index 0000000..7273638 --- /dev/null +++ b/obj/Debug/net5.0/rmutr_report.xml @@ -0,0 +1,8 @@ + + + + rmutr_report + + + + diff --git a/obj/Debug/net5.0/staticwebassets/rmutr_report.StaticWebAssets.Manifest.cache b/obj/Debug/net5.0/staticwebassets/rmutr_report.StaticWebAssets.Manifest.cache new file mode 100644 index 0000000..e69de29 diff --git a/obj/Debug/netcoreapp3.1/rmutr_report.csproj.CoreCompileInputs.cache b/obj/Debug/netcoreapp3.1/rmutr_report.csproj.CoreCompileInputs.cache index 6085111..3cf5bbd 100644 --- a/obj/Debug/netcoreapp3.1/rmutr_report.csproj.CoreCompileInputs.cache +++ b/obj/Debug/netcoreapp3.1/rmutr_report.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -11e4fd5a843528ee9b0393d7bdaae5e631b873db +dafcd97c1154f7c231cb7691293bbd8d24fedfcf diff --git a/obj/Debug/netcoreapp3.1/rmutr_report.dll b/obj/Debug/netcoreapp3.1/rmutr_report.dll index f78d976..77d96bc 100644 Binary files a/obj/Debug/netcoreapp3.1/rmutr_report.dll and b/obj/Debug/netcoreapp3.1/rmutr_report.dll differ diff --git a/obj/Debug/netcoreapp3.1/rmutr_report.pdb b/obj/Debug/netcoreapp3.1/rmutr_report.pdb index 2688c16..0cfd02b 100644 Binary files a/obj/Debug/netcoreapp3.1/rmutr_report.pdb and b/obj/Debug/netcoreapp3.1/rmutr_report.pdb differ diff --git a/obj/project.assets.json b/obj/project.assets.json index 13c8c8c..1c2e072 100644 --- a/obj/project.assets.json +++ b/obj/project.assets.json @@ -1,7 +1,7 @@ { "version": 3, "targets": { - "net5.0": { + ".NETCoreApp,Version=v3.1": { "ClosedXML/0.96.0": { "type": "package", "dependencies": { @@ -446,12 +446,12 @@ "Swashbuckle.AspNetCore.SwaggerGen": "6.5.0" }, "compile": { - "lib/net5.0/Swashbuckle.AspNetCore.Annotations.dll": { + "lib/netcoreapp3.0/Swashbuckle.AspNetCore.Annotations.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net5.0/Swashbuckle.AspNetCore.Annotations.dll": { + "lib/netcoreapp3.0/Swashbuckle.AspNetCore.Annotations.dll": { "related": ".pdb;.xml" } } @@ -462,12 +462,12 @@ "Microsoft.OpenApi": "1.2.3" }, "compile": { - "lib/net5.0/Swashbuckle.AspNetCore.Swagger.dll": { + "lib/netcoreapp3.0/Swashbuckle.AspNetCore.Swagger.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net5.0/Swashbuckle.AspNetCore.Swagger.dll": { + "lib/netcoreapp3.0/Swashbuckle.AspNetCore.Swagger.dll": { "related": ".pdb;.xml" } }, @@ -481,12 +481,12 @@ "Swashbuckle.AspNetCore.Swagger": "6.5.0" }, "compile": { - "lib/net5.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net5.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { "related": ".pdb;.xml" } } @@ -494,12 +494,12 @@ "Swashbuckle.AspNetCore.SwaggerUI/6.5.0": { "type": "package", "compile": { - "lib/net5.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net5.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { "related": ".pdb;.xml" } }, @@ -2136,7 +2136,7 @@ } }, "projectFileDependencyGroups": { - "net5.0": [ + ".NETCoreApp,Version=v3.1": [ "ClosedXML >= 0.96.0", "FastReport.Core >= 2021.3.0", "Swashbuckle.AspNetCore >= 6.5.0", @@ -2161,15 +2161,15 @@ "C:\\Program Files (x86)\\NuGet\\Config\\nuget.config" ], "originalTargetFrameworks": [ - "net5.0" + "netcoreapp3.1" ], "sources": { "https://api.nuget.org/v3/index.json": {}, "https://nuget.71dev.com/v3/index.json": {} }, "frameworks": { - "net5.0": { - "targetAlias": "net5.0", + "netcoreapp3.1": { + "targetAlias": "netcoreapp3.1", "projectReferences": {} } }, @@ -2180,8 +2180,8 @@ } }, "frameworks": { - "net5.0": { - "targetAlias": "net5.0", + "netcoreapp3.1": { + "targetAlias": "netcoreapp3.1", "dependencies": { "ClosedXML": { "target": "Package", diff --git a/obj/project.nuget.cache b/obj/project.nuget.cache index fe8f515..aca2bc6 100644 --- a/obj/project.nuget.cache +++ b/obj/project.nuget.cache @@ -1,6 +1,6 @@ { "version": 2, - "dgSpecHash": "TgdSlhcNLrmoGcymKBKtBNUewM9z9QdY0FESfevGdFzEBUl5TotP+ysyCZqFpczcvGDJdBKPRCtfqngiN8LZRQ==", + "dgSpecHash": "AcjdXi5x9A0nxsTWB+2PnbaIBtEgf/xXjiH70whPTOKfE3hLR7xlfQsZ/JREuaGE/sSzaWLOjWThFS4rkZ0mog==", "success": true, "projectFilePath": "C:\\Users\\USER\\Documents\\rmutr_report\\rmutr_report.csproj", "expectedPackageFiles": [ diff --git a/obj/project.packagespec.json b/obj/project.packagespec.json index daed5e1..b78619f 100644 --- a/obj/project.packagespec.json +++ b/obj/project.packagespec.json @@ -1 +1 @@ -"restore":{"projectUniqueName":"C:\\Users\\USER\\Documents\\rmutr_report\\rmutr_report.csproj","projectName":"rmutr_report","projectPath":"C:\\Users\\USER\\Documents\\rmutr_report\\rmutr_report.csproj","outputPath":"C:\\Users\\USER\\Documents\\rmutr_report\\obj\\","projectStyle":"PackageReference","originalTargetFrameworks":["net5.0"],"sources":{"https://api.nuget.org/v3/index.json":{},"https://nuget.71dev.com/v3/index.json":{}},"frameworks":{"net5.0":{"projectReferences":{}}},"warningProperties":{"warnAsError":["NU1605"]}}"frameworks":{"net5.0":{"dependencies":{"ClosedXML":{"target":"Package","version":"[0.96.0, )"},"FastReport.Core":{"target":"Package","version":"[2021.3.0, )"},"Swashbuckle.AspNetCore":{"target":"Package","version":"[6.5.0, )"},"Swashbuckle.AspNetCore.Annotations":{"target":"Package","version":"[6.5.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\\6.0.407\\RuntimeIdentifierGraph.json"}} \ No newline at end of file +"restore":{"projectUniqueName":"C:\\Users\\USER\\Documents\\rmutr_report\\rmutr_report.csproj","projectName":"rmutr_report","projectPath":"C:\\Users\\USER\\Documents\\rmutr_report\\rmutr_report.csproj","outputPath":"C:\\Users\\USER\\Documents\\rmutr_report\\obj\\","projectStyle":"PackageReference","originalTargetFrameworks":["netcoreapp3.1"],"sources":{"https://api.nuget.org/v3/index.json":{},"https://nuget.71dev.com/v3/index.json":{}},"frameworks":{"netcoreapp3.1":{"projectReferences":{}}},"warningProperties":{"warnAsError":["NU1605"]}}"frameworks":{"netcoreapp3.1":{"dependencies":{"ClosedXML":{"target":"Package","version":"[0.96.0, )"},"FastReport.Core":{"target":"Package","version":"[2021.3.0, )"},"Swashbuckle.AspNetCore":{"target":"Package","version":"[6.5.0, )"},"Swashbuckle.AspNetCore.Annotations":{"target":"Package","version":"[6.5.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\\6.0.407\\RuntimeIdentifierGraph.json"}} \ No newline at end of file diff --git a/obj/rider.project.restore.info b/obj/rider.project.restore.info index 8a58dea..aabb94c 100644 --- a/obj/rider.project.restore.info +++ b/obj/rider.project.restore.info @@ -1 +1 @@ -16909758902259703 \ No newline at end of file +16910345832467615 \ No newline at end of file diff --git a/obj/rmutr_report.csproj.nuget.dgspec.json b/obj/rmutr_report.csproj.nuget.dgspec.json index 6a65beb..0d1d259 100644 --- a/obj/rmutr_report.csproj.nuget.dgspec.json +++ b/obj/rmutr_report.csproj.nuget.dgspec.json @@ -19,15 +19,15 @@ "C:\\Program Files (x86)\\NuGet\\Config\\nuget.config" ], "originalTargetFrameworks": [ - "net5.0" + "netcoreapp3.1" ], "sources": { "https://api.nuget.org/v3/index.json": {}, "https://nuget.71dev.com/v3/index.json": {} }, "frameworks": { - "net5.0": { - "targetAlias": "net5.0", + "netcoreapp3.1": { + "targetAlias": "netcoreapp3.1", "projectReferences": {} } }, @@ -38,8 +38,8 @@ } }, "frameworks": { - "net5.0": { - "targetAlias": "net5.0", + "netcoreapp3.1": { + "targetAlias": "netcoreapp3.1", "dependencies": { "ClosedXML": { "target": "Package", diff --git a/rmutr_report.csproj b/rmutr_report.csproj index 1d2b290..79cd0c4 100644 --- a/rmutr_report.csproj +++ b/rmutr_report.csproj @@ -1,7 +1,7 @@ - net5.0 + netcoreapp3.1 true diff --git a/wwwroot/reports/qualifications_offer_request_form.frx b/wwwroot/reports/qualifications_offer_request_form.frx index bdc6858..52f27fd 100644 --- a/wwwroot/reports/qualifications_offer_request_form.frx +++ b/wwwroot/reports/qualifications_offer_request_form.frx @@ -1,5 +1,5 @@  - + @@ -97,8 +97,8 @@ - - + + diff --git a/wwwroot/reports/summary_government_budget_plan.frx b/wwwroot/reports/summary_government_budget_plan.frx index 3148d98..d7dd53f 100644 --- a/wwwroot/reports/summary_government_budget_plan.frx +++ b/wwwroot/reports/summary_government_budget_plan.frx @@ -1,5 +1,5 @@  - + @@ -49,6 +49,7 @@ + @@ -99,8 +100,8 @@ - - + + @@ -245,7 +246,7 @@ - + @@ -292,8 +293,8 @@ - - + + @@ -302,8 +303,8 @@ - - + +