diff --git a/Controllers/durable_articles_three.Controller.cs b/Controllers/durable_articles_three.Controller.cs index 49b693d..3428e81 100644 --- a/Controllers/durable_articles_three.Controller.cs +++ b/Controllers/durable_articles_three.Controller.cs @@ -9,7 +9,6 @@ using FastReport.Export.Mht; using FastReport.Export.OoXML; using FastReport.Export.Pdf; using Microsoft.AspNetCore.Mvc; -using OfficeOpenXml; using rmutr_report.Models; using Swashbuckle.AspNetCore.Annotations; diff --git a/bin/Debug/net8.0/EPPlus.Interfaces.dll b/bin/Debug/net8.0/EPPlus.Interfaces.dll deleted file mode 100644 index 599a767..0000000 Binary files a/bin/Debug/net8.0/EPPlus.Interfaces.dll and /dev/null differ diff --git a/bin/Debug/net8.0/EPPlus.System.Drawing.dll b/bin/Debug/net8.0/EPPlus.System.Drawing.dll deleted file mode 100644 index 8df125e..0000000 Binary files a/bin/Debug/net8.0/EPPlus.System.Drawing.dll and /dev/null differ diff --git a/bin/Debug/net8.0/EPPlus.dll b/bin/Debug/net8.0/EPPlus.dll deleted file mode 100644 index 7e9893b..0000000 Binary files a/bin/Debug/net8.0/EPPlus.dll and /dev/null differ diff --git a/bin/Debug/net8.0/Microsoft.IO.RecyclableMemoryStream.dll b/bin/Debug/net8.0/Microsoft.IO.RecyclableMemoryStream.dll deleted file mode 100644 index e0b0a48..0000000 Binary files a/bin/Debug/net8.0/Microsoft.IO.RecyclableMemoryStream.dll and /dev/null differ diff --git a/bin/Debug/net8.0/Microsoft.Win32.SystemEvents.dll b/bin/Debug/net8.0/Microsoft.Win32.SystemEvents.dll index 4f50adb..e37e47f 100644 Binary files a/bin/Debug/net8.0/Microsoft.Win32.SystemEvents.dll and b/bin/Debug/net8.0/Microsoft.Win32.SystemEvents.dll differ diff --git a/bin/Debug/net8.0/System.Drawing.Common.dll b/bin/Debug/net8.0/System.Drawing.Common.dll index 310d5e8..69e5f5c 100644 Binary files a/bin/Debug/net8.0/System.Drawing.Common.dll and b/bin/Debug/net8.0/System.Drawing.Common.dll differ diff --git a/bin/Debug/net8.0/rmutr_report.deps.json b/bin/Debug/net8.0/rmutr_report.deps.json index d71491b..99c33bd 100644 --- a/bin/Debug/net8.0/rmutr_report.deps.json +++ b/bin/Debug/net8.0/rmutr_report.deps.json @@ -9,7 +9,6 @@ "rmutr_report/1.0.0": { "dependencies": { "ClosedXML": "0.96.0", - "EPPlus": "7.2.2", "FastReport.Core": "2021.3.0", "Microsoft.CodeAnalysis.CSharp": "4.14.0", "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.14.0", @@ -27,7 +26,7 @@ "DocumentFormat.OpenXml": "2.16.0", "ExcelNumberFormat": "1.1.0", "Microsoft.CSharp": "4.7.0", - "System.Drawing.Common": "7.0.0" + "System.Drawing.Common": "4.6.1" }, "runtime": { "lib/netstandard2.0/ClosedXML.dll": { @@ -47,42 +46,6 @@ } } }, - "EPPlus/7.2.2": { - "dependencies": { - "EPPlus.System.Drawing": "6.1.1", - "Microsoft.Extensions.Configuration.Json": "8.0.0", - "Microsoft.IO.RecyclableMemoryStream": "3.0.0", - "System.ComponentModel.Annotations": "5.0.0", - "System.Security.Cryptography.Pkcs": "8.0.0", - "System.Text.Encoding.CodePages": "8.0.0" - }, - "runtime": { - "lib/net8.0/EPPlus.dll": { - "assemblyVersion": "7.2.2.0", - "fileVersion": "7.2.2.0" - } - } - }, - "EPPlus.Interfaces/6.1.1": { - "runtime": { - "lib/net7.0/EPPlus.Interfaces.dll": { - "assemblyVersion": "6.1.1.0", - "fileVersion": "6.1.1.0" - } - } - }, - "EPPlus.System.Drawing/6.1.1": { - "dependencies": { - "EPPlus.Interfaces": "6.1.1", - "System.Drawing.Common": "7.0.0" - }, - "runtime": { - "lib/net7.0/EPPlus.System.Drawing.dll": { - "assemblyVersion": "6.1.1.0", - "fileVersion": "6.1.1.0" - } - } - }, "ExcelNumberFormat/1.1.0": { "runtime": { "lib/netstandard2.0/ExcelNumberFormat.dll": { @@ -95,7 +58,7 @@ "dependencies": { "Microsoft.CodeAnalysis.CSharp": "4.14.0", "Microsoft.CodeAnalysis.VisualBasic": "4.14.0", - "System.Drawing.Common": "7.0.0", + "System.Drawing.Common": "4.6.1", "System.Windows.Extensions": "4.6.0" }, "runtimeTargets": { @@ -111,10 +74,10 @@ "dependencies": { "FastReport.Compat": "2021.2.0", "FastReport.DataVisualization": "2021.2.0", - "System.Drawing.Common": "7.0.0", - "System.Security.Cryptography.Pkcs": "8.0.0", + "System.Drawing.Common": "4.6.1", + "System.Security.Cryptography.Pkcs": "4.5.2", "System.Security.Permissions": "4.4.0", - "System.Text.Encoding.CodePages": "8.0.0" + "System.Text.Encoding.CodePages": "4.5.1" }, "runtime": { "lib/netstandard2.1/FastReport.dll": { @@ -127,7 +90,7 @@ "dependencies": { "FastReport.Compat": "2021.2.0", "System.Data.SqlClient": "4.4.3", - "System.Drawing.Common": "7.0.0" + "System.Drawing.Common": "4.6.1" }, "runtimeTargets": { "runtimes/any/lib/netcoreapp3.0/FastReport.DataVisualization.dll": { @@ -433,58 +396,7 @@ }, "Microsoft.CSharp/4.7.0": {}, "Microsoft.Extensions.ApiDescription.Server/6.0.5": {}, - "Microsoft.Extensions.Configuration/8.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", - "Microsoft.Extensions.Primitives": "8.0.0" - } - }, - "Microsoft.Extensions.Configuration.Abstractions/8.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "8.0.0" - } - }, - "Microsoft.Extensions.Configuration.FileExtensions/8.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "8.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", - "Microsoft.Extensions.FileProviders.Physical": "8.0.0", - "Microsoft.Extensions.Primitives": "8.0.0" - } - }, - "Microsoft.Extensions.Configuration.Json/8.0.0": { - "dependencies": { - "Microsoft.Extensions.Configuration": "8.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "8.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", - "System.Text.Json": "8.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Abstractions/8.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "8.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Physical/8.0.0": { - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "8.0.0", - "Microsoft.Extensions.Primitives": "8.0.0" - } - }, - "Microsoft.Extensions.FileSystemGlobbing/8.0.0": {}, - "Microsoft.Extensions.Primitives/8.0.0": {}, - "Microsoft.IO.RecyclableMemoryStream/3.0.0": { - "runtime": { - "lib/net6.0/Microsoft.IO.RecyclableMemoryStream.dll": { - "assemblyVersion": "3.0.0.0", - "fileVersion": "3.0.0.0" - } - } - }, - "Microsoft.NETCore.Platforms/2.0.0": {}, + "Microsoft.NETCore.Platforms/3.0.0": {}, "Microsoft.OpenApi/1.2.3": { "runtime": { "lib/netstandard2.0/Microsoft.OpenApi.dll": { @@ -495,24 +407,27 @@ }, "Microsoft.Win32.Registry/4.4.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", + "Microsoft.NETCore.Platforms": "3.0.0", "System.Security.AccessControl": "4.4.0", "System.Security.Principal.Windows": "4.4.0" } }, - "Microsoft.Win32.SystemEvents/7.0.0": { + "Microsoft.Win32.SystemEvents/4.6.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "3.0.0" + }, "runtime": { - "lib/net7.0/Microsoft.Win32.SystemEvents.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" + "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll": { + "assemblyVersion": "4.0.1.0", + "fileVersion": "4.700.19.46214" } }, "runtimeTargets": { - "runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.dll": { + "runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll": { "rid": "win", "assetType": "runtime", - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" + "assemblyVersion": "4.0.1.0", + "fileVersion": "4.700.19.46214" } } }, @@ -607,7 +522,6 @@ } } }, - "System.ComponentModel.Annotations/5.0.0": {}, "System.Composition/9.0.0": { "dependencies": { "System.Composition.AttributedModel": "9.0.0", @@ -672,7 +586,7 @@ "dependencies": { "Microsoft.Win32.Registry": "4.4.0", "System.Security.Principal.Windows": "4.4.0", - "System.Text.Encoding.CodePages": "8.0.0", + "System.Text.Encoding.CodePages": "4.5.1", "runtime.native.System.Data.SqlClient.sni": "4.4.0" }, "runtime": { @@ -696,26 +610,32 @@ } } }, - "System.Drawing.Common/7.0.0": { + "System.Drawing.Common/4.6.1": { "dependencies": { - "Microsoft.Win32.SystemEvents": "7.0.0" + "Microsoft.NETCore.Platforms": "3.0.0", + "Microsoft.Win32.SystemEvents": "4.6.0" }, "runtime": { - "lib/net7.0/System.Drawing.Common.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" + "lib/netstandard2.0/System.Drawing.Common.dll": { + "assemblyVersion": "4.0.0.1", + "fileVersion": "4.6.26919.2" } }, "runtimeTargets": { - "runtimes/win/lib/net7.0/System.Drawing.Common.dll": { + "runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll": { + "rid": "unix", + "assetType": "runtime", + "assemblyVersion": "4.0.1.1", + "fileVersion": "4.700.19.51609" + }, + "runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll": { "rid": "win", "assetType": "runtime", - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" + "assemblyVersion": "4.0.1.1", + "fileVersion": "4.700.19.51609" } } }, - "System.Formats.Asn1/8.0.0": {}, "System.IO.Packaging/4.7.0": { "runtime": { "lib/netstandard2.0/System.IO.Packaging.dll": { @@ -743,15 +663,17 @@ } } }, + "System.Runtime.CompilerServices.Unsafe/4.5.2": {}, "System.Security.AccessControl/4.4.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0", + "Microsoft.NETCore.Platforms": "3.0.0", "System.Security.Principal.Windows": "4.4.0" } }, - "System.Security.Cryptography.Pkcs/8.0.0": { + "System.Security.Cryptography.Cng/4.5.0": {}, + "System.Security.Cryptography.Pkcs/4.5.2": { "dependencies": { - "System.Formats.Asn1": "8.0.0" + "System.Security.Cryptography.Cng": "4.5.0" } }, "System.Security.Permissions/4.4.0": { @@ -767,20 +689,19 @@ }, "System.Security.Principal.Windows/4.4.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "2.0.0" + "Microsoft.NETCore.Platforms": "3.0.0" } }, - "System.Text.Encoding.CodePages/8.0.0": {}, - "System.Text.Encodings.Web/8.0.0": {}, - "System.Text.Json/8.0.0": { + "System.Text.Encoding.CodePages/4.5.1": { "dependencies": { - "System.Text.Encodings.Web": "8.0.0" + "Microsoft.NETCore.Platforms": "3.0.0", + "System.Runtime.CompilerServices.Unsafe": "4.5.2" } }, "System.Threading.Channels/7.0.0": {}, "System.Windows.Extensions/4.6.0": { "dependencies": { - "System.Drawing.Common": "7.0.0" + "System.Drawing.Common": "4.6.1" }, "runtime": { "lib/netcoreapp3.0/System.Windows.Extensions.dll": { @@ -819,27 +740,6 @@ "path": "documentformat.openxml/2.16.0", "hashPath": "documentformat.openxml.2.16.0.nupkg.sha512" }, - "EPPlus/7.2.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-gSbODd3UQroSqQ9abC35DjThwdWj7q4Mc8jLJT224CF88112QKDIoUkW7c7iiv4MzbMoWn+Spvu4A1Jszsym6Q==", - "path": "epplus/7.2.2", - "hashPath": "epplus.7.2.2.nupkg.sha512" - }, - "EPPlus.Interfaces/6.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-y7dkrOoE1ZR9Vgy1Jf2rEIaTf3SHlUjYt01NklP+F5Qh7S2ruPbzTcpYLRWMeXiG8XL8h2jqX4CyIkFt3NQGZw==", - "path": "epplus.interfaces/6.1.1", - "hashPath": "epplus.interfaces.6.1.1.nupkg.sha512" - }, - "EPPlus.System.Drawing/6.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lRF5gHYrmkHOOiLMI0t6q8zNYjUrzRgAM5BCXumv5xiqXko8fx3AWI+HCNZfhEqVFGOop+42KfR5GiUcCoyoMw==", - "path": "epplus.system.drawing/6.1.1", - "hashPath": "epplus.system.drawing.6.1.1.nupkg.sha512" - }, "ExcelNumberFormat/1.1.0": { "type": "package", "serviceable": true, @@ -931,75 +831,12 @@ "path": "microsoft.extensions.apidescription.server/6.0.5", "hashPath": "microsoft.extensions.apidescription.server.6.0.5.nupkg.sha512" }, - "Microsoft.Extensions.Configuration/8.0.0": { + "Microsoft.NETCore.Platforms/3.0.0": { "type": "package", "serviceable": true, - "sha512": "sha512-0J/9YNXTMWSZP2p2+nvl8p71zpSwokZXZuJW+VjdErkegAnFdO1XlqtA62SJtgVYHdKu3uPxJHcMR/r35HwFBA==", - "path": "microsoft.extensions.configuration/8.0.0", - "hashPath": "microsoft.extensions.configuration.8.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Abstractions/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3lE/iLSutpgX1CC0NOW70FJoGARRHbyKmG7dc0klnUZ9Dd9hS6N/POPWhKhMLCEuNN5nXEY5agmlFtH562vqhQ==", - "path": "microsoft.extensions.configuration.abstractions/8.0.0", - "hashPath": "microsoft.extensions.configuration.abstractions.8.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.FileExtensions/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-McP+Lz/EKwvtCv48z0YImw+L1gi1gy5rHhNaNIY2CrjloV+XY8gydT8DjMR6zWeL13AFK+DioVpppwAuO1Gi1w==", - "path": "microsoft.extensions.configuration.fileextensions/8.0.0", - "hashPath": "microsoft.extensions.configuration.fileextensions.8.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Json/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-C2wqUoh9OmRL1akaCcKSTmRU8z0kckfImG7zLNI8uyi47Lp+zd5LWAD17waPQEqCz3ioWOCrFUo+JJuoeZLOBw==", - "path": "microsoft.extensions.configuration.json/8.0.0", - "hashPath": "microsoft.extensions.configuration.json.8.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Abstractions/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZbaMlhJlpisjuWbvXr4LdAst/1XxH3vZ6A0BsgTphZ2L4PGuxRLz7Jr/S7mkAAnOn78Vu0fKhEgNF5JO3zfjqQ==", - "path": "microsoft.extensions.fileproviders.abstractions/8.0.0", - "hashPath": "microsoft.extensions.fileproviders.abstractions.8.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileProviders.Physical/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UboiXxpPUpwulHvIAVE36Knq0VSHaAmfrFkegLyBZeaADuKezJ/AIXYAW8F5GBlGk/VaibN2k/Zn1ca8YAfVdA==", - "path": "microsoft.extensions.fileproviders.physical/8.0.0", - "hashPath": "microsoft.extensions.fileproviders.physical.8.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.FileSystemGlobbing/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OK+670i7esqlQrPjdIKRbsyMCe9g5kSLpRRQGSr4Q58AOYEe/hCnfLZprh7viNisSUUQZmMrbbuDaIrP+V1ebQ==", - "path": "microsoft.extensions.filesystemglobbing/8.0.0", - "hashPath": "microsoft.extensions.filesystemglobbing.8.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Primitives/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-bXJEZrW9ny8vjMF1JV253WeLhpEVzFo1lyaZu1vQ4ZxWUlVvknZ/+ftFgVheLubb4eZPSwwxBeqS1JkCOjxd8g==", - "path": "microsoft.extensions.primitives/8.0.0", - "hashPath": "microsoft.extensions.primitives.8.0.0.nupkg.sha512" - }, - "Microsoft.IO.RecyclableMemoryStream/3.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-irv0HuqoH8Ig5i2fO+8dmDNdFdsrO+DoQcedwIlb810qpZHBNQHZLW7C/AHBQDgLLpw2T96vmMAy/aE4Yj55Sg==", - "path": "microsoft.io.recyclablememorystream/3.0.0", - "hashPath": "microsoft.io.recyclablememorystream.3.0.0.nupkg.sha512" - }, - "Microsoft.NETCore.Platforms/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VdLJOCXhZaEMY7Hm2GKiULmn7IEPFE4XC5LPSfBVCUIA8YLZVh846gtfBJalsPQF2PlzdD7ecX7DZEulJ402ZQ==", - "path": "microsoft.netcore.platforms/2.0.0", - "hashPath": "microsoft.netcore.platforms.2.0.0.nupkg.sha512" + "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", @@ -1015,12 +852,12 @@ "path": "microsoft.win32.registry/4.4.0", "hashPath": "microsoft.win32.registry.4.4.0.nupkg.sha512" }, - "Microsoft.Win32.SystemEvents/7.0.0": { + "Microsoft.Win32.SystemEvents/4.6.0": { "type": "package", "serviceable": true, - "sha512": "sha512-2nXPrhdAyAzir0gLl8Yy8S5Mnm/uBSQQA7jEsILOS1MTyS7DbmV1NgViMtvV1sfCD1ebITpNwb1NIinKeJgUVQ==", - "path": "microsoft.win32.systemevents/7.0.0", - "hashPath": "microsoft.win32.systemevents.7.0.0.nupkg.sha512" + "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", @@ -1092,13 +929,6 @@ "path": "system.collections.immutable/9.0.0", "hashPath": "system.collections.immutable.9.0.0.nupkg.sha512" }, - "System.ComponentModel.Annotations/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==", - "path": "system.componentmodel.annotations/5.0.0", - "hashPath": "system.componentmodel.annotations.5.0.0.nupkg.sha512" - }, "System.Composition/9.0.0": { "type": "package", "serviceable": true, @@ -1148,19 +978,12 @@ "path": "system.data.sqlclient/4.4.3", "hashPath": "system.data.sqlclient.4.4.3.nupkg.sha512" }, - "System.Drawing.Common/7.0.0": { + "System.Drawing.Common/4.6.1": { "type": "package", "serviceable": true, - "sha512": "sha512-KIX+oBU38pxkKPxvLcLfIkOV5Ien8ReN78wro7OF5/erwcmortzeFx+iBswlh2Vz6gVne0khocQudGwaO1Ey6A==", - "path": "system.drawing.common/7.0.0", - "hashPath": "system.drawing.common.7.0.0.nupkg.sha512" - }, - "System.Formats.Asn1/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-AJukBuLoe3QeAF+mfaRKQb2dgyrvt340iMBHYv+VdBzCUM06IxGlvl0o/uPOS7lHnXPN6u8fFRHSHudx5aTi8w==", - "path": "system.formats.asn1/8.0.0", - "hashPath": "system.formats.asn1.8.0.0.nupkg.sha512" + "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", @@ -1183,6 +1006,13 @@ "path": "system.reflection.metadata/9.0.0", "hashPath": "system.reflection.metadata.9.0.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, @@ -1190,12 +1020,19 @@ "path": "system.security.accesscontrol/4.4.0", "hashPath": "system.security.accesscontrol.4.4.0.nupkg.sha512" }, - "System.Security.Cryptography.Pkcs/8.0.0": { + "System.Security.Cryptography.Cng/4.5.0": { "type": "package", "serviceable": true, - "sha512": "sha512-ULmp3xoOwNYjOYp4JZ2NK/6NdTgiN1GQXzVVN1njQ7LOZ0d0B9vyMnhyqbIi9Qw4JXj1JgCsitkTShboHRx7Eg==", - "path": "system.security.cryptography.pkcs/8.0.0", - "hashPath": "system.security.cryptography.pkcs.8.0.0.nupkg.sha512" + "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", @@ -1211,26 +1048,12 @@ "path": "system.security.principal.windows/4.4.0", "hashPath": "system.security.principal.windows.4.4.0.nupkg.sha512" }, - "System.Text.Encoding.CodePages/8.0.0": { + "System.Text.Encoding.CodePages/4.5.1": { "type": "package", "serviceable": true, - "sha512": "sha512-OZIsVplFGaVY90G2SbpgU7EnCoOO5pw1t4ic21dBF3/1omrJFpAGoNAVpPyMVOC90/hvgkGG3VFqR13YgZMQfg==", - "path": "system.text.encoding.codepages/8.0.0", - "hashPath": "system.text.encoding.codepages.8.0.0.nupkg.sha512" - }, - "System.Text.Encodings.Web/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yev/k9GHAEGx2Rg3/tU6MQh4HGBXJs70y7j1LaM1i/ER9po+6nnQ6RRqTJn1E7Xu0fbIFK80Nh5EoODxrbxwBQ==", - "path": "system.text.encodings.web/8.0.0", - "hashPath": "system.text.encodings.web.8.0.0.nupkg.sha512" - }, - "System.Text.Json/8.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OdrZO2WjkiEG6ajEFRABTRCi/wuXQPxeV6g8xvUJqdxMvvuCCEk86zPla8UiIQJz3durtUEbNyY/3lIhS0yZvQ==", - "path": "system.text.json/8.0.0", - "hashPath": "system.text.json.8.0.0.nupkg.sha512" + "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.Channels/7.0.0": { "type": "package", diff --git a/bin/Debug/net8.0/rmutr_report.dll b/bin/Debug/net8.0/rmutr_report.dll index 8705d0b..b3c5a84 100644 Binary files a/bin/Debug/net8.0/rmutr_report.dll and b/bin/Debug/net8.0/rmutr_report.dll differ diff --git a/bin/Debug/net8.0/rmutr_report.pdb b/bin/Debug/net8.0/rmutr_report.pdb index bb0155e..c8270f0 100644 Binary files a/bin/Debug/net8.0/rmutr_report.pdb and b/bin/Debug/net8.0/rmutr_report.pdb differ diff --git a/bin/Debug/net8.0/runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.dll b/bin/Debug/net8.0/runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.dll deleted file mode 100644 index d40a926..0000000 Binary files a/bin/Debug/net8.0/runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.dll and /dev/null differ diff --git a/bin/Debug/net8.0/runtimes/win/lib/net7.0/System.Drawing.Common.dll b/bin/Debug/net8.0/runtimes/win/lib/net7.0/System.Drawing.Common.dll deleted file mode 100644 index 39493b4..0000000 Binary files a/bin/Debug/net8.0/runtimes/win/lib/net7.0/System.Drawing.Common.dll and /dev/null differ diff --git a/obj/Debug/net8.0/ref/rmutr_report.dll b/obj/Debug/net8.0/ref/rmutr_report.dll index 3678e9b..f672392 100644 Binary files a/obj/Debug/net8.0/ref/rmutr_report.dll and b/obj/Debug/net8.0/ref/rmutr_report.dll differ diff --git a/obj/Debug/net8.0/refint/rmutr_report.dll b/obj/Debug/net8.0/refint/rmutr_report.dll index 3678e9b..f672392 100644 Binary files a/obj/Debug/net8.0/refint/rmutr_report.dll and b/obj/Debug/net8.0/refint/rmutr_report.dll differ diff --git a/obj/Debug/net8.0/rmutr_report.AssemblyInfo.cs b/obj/Debug/net8.0/rmutr_report.AssemblyInfo.cs index 665370d..bab6042 100644 --- a/obj/Debug/net8.0/rmutr_report.AssemblyInfo.cs +++ b/obj/Debug/net8.0/rmutr_report.AssemblyInfo.cs @@ -13,7 +13,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("rmutr_report")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+6cf455d37bcb9215502045c9d0ad2c58ba5cae59")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+5f3b98cb74d62822a046f5bb7708c9de341bd514")] [assembly: System.Reflection.AssemblyProductAttribute("rmutr_report")] [assembly: System.Reflection.AssemblyTitleAttribute("rmutr_report")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/obj/Debug/net8.0/rmutr_report.AssemblyInfoInputs.cache b/obj/Debug/net8.0/rmutr_report.AssemblyInfoInputs.cache index 4da7209..ba61d52 100644 --- a/obj/Debug/net8.0/rmutr_report.AssemblyInfoInputs.cache +++ b/obj/Debug/net8.0/rmutr_report.AssemblyInfoInputs.cache @@ -1 +1 @@ -4e15fb8fa362aa05170a2210fdd1e4e8735b7943d40efb32283cc38dec5166f8 +abefbe6800f069c020792a921a46d3ce61cfe71da87f4c10688f00441c95bf1e diff --git a/obj/Debug/net8.0/rmutr_report.assets.cache b/obj/Debug/net8.0/rmutr_report.assets.cache index f8197e3..34d1b8d 100644 Binary files a/obj/Debug/net8.0/rmutr_report.assets.cache and b/obj/Debug/net8.0/rmutr_report.assets.cache differ diff --git a/obj/Debug/net8.0/rmutr_report.csproj.AssemblyReference.cache b/obj/Debug/net8.0/rmutr_report.csproj.AssemblyReference.cache index 6d76dad..c1b4077 100644 Binary files a/obj/Debug/net8.0/rmutr_report.csproj.AssemblyReference.cache and b/obj/Debug/net8.0/rmutr_report.csproj.AssemblyReference.cache differ diff --git a/obj/Debug/net8.0/rmutr_report.csproj.CoreCompileInputs.cache b/obj/Debug/net8.0/rmutr_report.csproj.CoreCompileInputs.cache index 27d1236..72e0bde 100644 --- a/obj/Debug/net8.0/rmutr_report.csproj.CoreCompileInputs.cache +++ b/obj/Debug/net8.0/rmutr_report.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -ce923122370dc46622d66897e5ee5b3fab0a4d8ab51336fae9943f612d2a8f8d +2a83d99a580486dcf7b4635e9f1cf861bb20eeaf34dff082df6f6942c7239b22 diff --git a/obj/Debug/net8.0/rmutr_report.csproj.FileListAbsolute.txt b/obj/Debug/net8.0/rmutr_report.csproj.FileListAbsolute.txt index 2a3a9c1..1f2310c 100644 --- a/obj/Debug/net8.0/rmutr_report.csproj.FileListAbsolute.txt +++ b/obj/Debug/net8.0/rmutr_report.csproj.FileListAbsolute.txt @@ -10,9 +10,6 @@ D:\RiderProjects\rmutr_report\bin\Debug\net8.0\rmutr_report.pdb D:\RiderProjects\rmutr_report\bin\Debug\net8.0\rmutr_report.xml D:\RiderProjects\rmutr_report\bin\Debug\net8.0\ClosedXML.dll D:\RiderProjects\rmutr_report\bin\Debug\net8.0\DocumentFormat.OpenXml.dll -D:\RiderProjects\rmutr_report\bin\Debug\net8.0\EPPlus.dll -D:\RiderProjects\rmutr_report\bin\Debug\net8.0\EPPlus.Interfaces.dll -D:\RiderProjects\rmutr_report\bin\Debug\net8.0\EPPlus.System.Drawing.dll D:\RiderProjects\rmutr_report\bin\Debug\net8.0\ExcelNumberFormat.dll D:\RiderProjects\rmutr_report\bin\Debug\net8.0\FastReport.dll D:\RiderProjects\rmutr_report\bin\Debug\net8.0\Humanizer.dll @@ -21,7 +18,6 @@ D:\RiderProjects\rmutr_report\bin\Debug\net8.0\Microsoft.CodeAnalysis.CSharp.dll D:\RiderProjects\rmutr_report\bin\Debug\net8.0\Microsoft.CodeAnalysis.CSharp.Workspaces.dll D:\RiderProjects\rmutr_report\bin\Debug\net8.0\Microsoft.CodeAnalysis.VisualBasic.dll D:\RiderProjects\rmutr_report\bin\Debug\net8.0\Microsoft.CodeAnalysis.Workspaces.dll -D:\RiderProjects\rmutr_report\bin\Debug\net8.0\Microsoft.IO.RecyclableMemoryStream.dll D:\RiderProjects\rmutr_report\bin\Debug\net8.0\Microsoft.OpenApi.dll D:\RiderProjects\rmutr_report\bin\Debug\net8.0\Microsoft.Win32.SystemEvents.dll D:\RiderProjects\rmutr_report\bin\Debug\net8.0\Swashbuckle.AspNetCore.Annotations.dll @@ -103,8 +99,6 @@ D:\RiderProjects\rmutr_report\bin\Debug\net8.0\ru\Microsoft.CodeAnalysis.Workspa D:\RiderProjects\rmutr_report\bin\Debug\net8.0\tr\Microsoft.CodeAnalysis.Workspaces.resources.dll D:\RiderProjects\rmutr_report\bin\Debug\net8.0\zh-Hans\Microsoft.CodeAnalysis.Workspaces.resources.dll D:\RiderProjects\rmutr_report\bin\Debug\net8.0\zh-Hant\Microsoft.CodeAnalysis.Workspaces.resources.dll -D:\RiderProjects\rmutr_report\bin\Debug\net8.0\runtimes\win\lib\net7.0\Microsoft.Win32.SystemEvents.dll -D:\RiderProjects\rmutr_report\bin\Debug\net8.0\runtimes\win\lib\net7.0\System.Drawing.Common.dll D:\RiderProjects\rmutr_report\obj\Debug\net8.0\rmutr_report.csproj.AssemblyReference.cache D:\RiderProjects\rmutr_report\obj\Debug\net8.0\rmutr_report.GeneratedMSBuildEditorConfig.editorconfig D:\RiderProjects\rmutr_report\obj\Debug\net8.0\rmutr_report.AssemblyInfoInputs.cache @@ -132,9 +126,12 @@ D:\RiderProjects\rmutr_report\bin\Debug\net8.0\System.Security.Permissions.dll D:\RiderProjects\rmutr_report\bin\Debug\net8.0\System.Windows.Extensions.dll D:\RiderProjects\rmutr_report\bin\Debug\net8.0\runtimes\any\lib\netcoreapp3.0\FastReport.Compat.dll D:\RiderProjects\rmutr_report\bin\Debug\net8.0\runtimes\any\lib\netcoreapp3.0\FastReport.DataVisualization.dll +D:\RiderProjects\rmutr_report\bin\Debug\net8.0\runtimes\win\lib\netcoreapp3.0\Microsoft.Win32.SystemEvents.dll D:\RiderProjects\rmutr_report\bin\Debug\net8.0\runtimes\win-arm64\native\sni.dll D:\RiderProjects\rmutr_report\bin\Debug\net8.0\runtimes\win-x64\native\sni.dll D:\RiderProjects\rmutr_report\bin\Debug\net8.0\runtimes\win-x86\native\sni.dll D:\RiderProjects\rmutr_report\bin\Debug\net8.0\runtimes\unix\lib\netstandard2.0\System.Data.SqlClient.dll D:\RiderProjects\rmutr_report\bin\Debug\net8.0\runtimes\win\lib\netstandard2.0\System.Data.SqlClient.dll +D:\RiderProjects\rmutr_report\bin\Debug\net8.0\runtimes\unix\lib\netcoreapp3.0\System.Drawing.Common.dll +D:\RiderProjects\rmutr_report\bin\Debug\net8.0\runtimes\win\lib\netcoreapp3.0\System.Drawing.Common.dll D:\RiderProjects\rmutr_report\bin\Debug\net8.0\runtimes\win\lib\netcoreapp3.0\System.Windows.Extensions.dll diff --git a/obj/Debug/net8.0/rmutr_report.dll b/obj/Debug/net8.0/rmutr_report.dll index 8705d0b..b3c5a84 100644 Binary files a/obj/Debug/net8.0/rmutr_report.dll and b/obj/Debug/net8.0/rmutr_report.dll differ diff --git a/obj/Debug/net8.0/rmutr_report.pdb b/obj/Debug/net8.0/rmutr_report.pdb index bb0155e..c8270f0 100644 Binary files a/obj/Debug/net8.0/rmutr_report.pdb and b/obj/Debug/net8.0/rmutr_report.pdb differ diff --git a/obj/project.assets.json b/obj/project.assets.json index d7bd90b..c107393 100644 --- a/obj/project.assets.json +++ b/obj/project.assets.json @@ -37,49 +37,6 @@ } } }, - "EPPlus/7.2.2": { - "type": "package", - "dependencies": { - "EPPlus.System.Drawing": "6.1.1", - "Microsoft.Extensions.Configuration.Json": "8.0.0", - "Microsoft.IO.RecyclableMemoryStream": "3.0.0", - "System.ComponentModel.Annotations": "5.0.0", - "System.Security.Cryptography.Pkcs": "8.0.0", - "System.Text.Encoding.CodePages": "8.0.0" - }, - "compile": { - "lib/net8.0/EPPlus.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/EPPlus.dll": { - "related": ".xml" - } - } - }, - "EPPlus.Interfaces/6.1.1": { - "type": "package", - "compile": { - "lib/net7.0/EPPlus.Interfaces.dll": {} - }, - "runtime": { - "lib/net7.0/EPPlus.Interfaces.dll": {} - } - }, - "EPPlus.System.Drawing/6.1.1": { - "type": "package", - "dependencies": { - "EPPlus.Interfaces": "6.1.1", - "System.Drawing.Common": "7.0.0" - }, - "compile": { - "lib/net7.0/EPPlus.System.Drawing.dll": {} - }, - "runtime": { - "lib/net7.0/EPPlus.System.Drawing.dll": {} - } - }, "ExcelNumberFormat/1.1.0": { "type": "package", "compile": { @@ -512,177 +469,7 @@ "buildMultiTargeting/Microsoft.Extensions.ApiDescription.Server.targets": {} } }, - "Microsoft.Extensions.Configuration/8.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", - "Microsoft.Extensions.Primitives": "8.0.0" - }, - "compile": { - "lib/net8.0/Microsoft.Extensions.Configuration.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.Extensions.Configuration.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "Microsoft.Extensions.Configuration.Abstractions/8.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Primitives": "8.0.0" - }, - "compile": { - "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "Microsoft.Extensions.Configuration.FileExtensions/8.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration": "8.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", - "Microsoft.Extensions.FileProviders.Physical": "8.0.0", - "Microsoft.Extensions.Primitives": "8.0.0" - }, - "compile": { - "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "Microsoft.Extensions.Configuration.Json/8.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration": "8.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "8.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", - "System.Text.Json": "8.0.0" - }, - "compile": { - "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "Microsoft.Extensions.FileProviders.Abstractions/8.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Primitives": "8.0.0" - }, - "compile": { - "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "Microsoft.Extensions.FileProviders.Physical/8.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "8.0.0", - "Microsoft.Extensions.Primitives": "8.0.0" - }, - "compile": { - "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "Microsoft.Extensions.FileSystemGlobbing/8.0.0": { - "type": "package", - "compile": { - "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "Microsoft.Extensions.Primitives/8.0.0": { - "type": "package", - "compile": { - "lib/net8.0/Microsoft.Extensions.Primitives.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/Microsoft.Extensions.Primitives.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "Microsoft.IO.RecyclableMemoryStream/3.0.0": { - "type": "package", - "compile": { - "lib/net6.0/Microsoft.IO.RecyclableMemoryStream.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/Microsoft.IO.RecyclableMemoryStream.dll": { - "related": ".xml" - } - } - }, - "Microsoft.NETCore.Platforms/2.0.0": { + "Microsoft.NETCore.Platforms/3.0.0": { "type": "package", "compile": { "lib/netstandard1.0/_._": {} @@ -730,23 +517,23 @@ } } }, - "Microsoft.Win32.SystemEvents/7.0.0": { + "Microsoft.Win32.SystemEvents/4.6.0": { "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "3.0.0" + }, "compile": { - "lib/net7.0/Microsoft.Win32.SystemEvents.dll": { + "ref/netstandard2.0/_._": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Win32.SystemEvents.dll": { + "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll": { "related": ".xml" } }, - "build": { - "buildTransitive/net6.0/_._": {} - }, "runtimeTargets": { - "runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.dll": { + "runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll": { "assetType": "runtime", "rid": "win" } @@ -882,19 +669,6 @@ "buildTransitive/net8.0/_._": {} } }, - "System.ComponentModel.Annotations/5.0.0": { - "type": "package", - "compile": { - "ref/netstandard2.1/System.ComponentModel.Annotations.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.1/System.ComponentModel.Annotations.dll": { - "related": ".xml" - } - } - }, "System.Composition/9.0.0": { "type": "package", "dependencies": { @@ -1032,47 +806,31 @@ } } }, - "System.Drawing.Common/7.0.0": { + "System.Drawing.Common/4.6.1": { "type": "package", "dependencies": { - "Microsoft.Win32.SystemEvents": "7.0.0" + "Microsoft.NETCore.Platforms": "3.0.0", + "Microsoft.Win32.SystemEvents": "4.6.0" }, "compile": { - "lib/net7.0/System.Drawing.Common.dll": { + "ref/netcoreapp3.0/System.Drawing.Common.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Drawing.Common.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} + "lib/netstandard2.0/System.Drawing.Common.dll": {} }, "runtimeTargets": { - "runtimes/win/lib/net7.0/System.Drawing.Common.dll": { + "runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll": { "assetType": "runtime", "rid": "win" } } }, - "System.Formats.Asn1/8.0.0": { - "type": "package", - "compile": { - "lib/net8.0/System.Formats.Asn1.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/System.Formats.Asn1.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, "System.IO.Packaging/4.7.0": { "type": "package", "compile": { @@ -1121,6 +879,19 @@ "buildTransitive/net8.0/_._": {} } }, + "System.Runtime.CompilerServices.Unsafe/4.5.2": { + "type": "package", + "compile": { + "ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } + } + }, "System.Security.AccessControl/4.4.0": { "type": "package", "dependencies": { @@ -1146,26 +917,38 @@ } } }, - "System.Security.Cryptography.Pkcs/8.0.0": { + "System.Security.Cryptography.Cng/4.5.0": { "type": "package", - "dependencies": { - "System.Formats.Asn1": "8.0.0" - }, "compile": { - "lib/net8.0/System.Security.Cryptography.Pkcs.dll": { + "ref/netcoreapp2.1/_._": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Security.Cryptography.Pkcs.dll": { + "lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll": {} + }, + "runtimeTargets": { + "runtimes/win/lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.Pkcs/4.5.2": { + "type": "package", + "dependencies": { + "System.Security.Cryptography.Cng": "4.5.0" + }, + "compile": { + "ref/netcoreapp2.1/System.Security.Cryptography.Pkcs.dll": { "related": ".xml" } }, - "build": { - "buildTransitive/net6.0/_._": {} + "runtime": { + "lib/netcoreapp2.1/System.Security.Cryptography.Pkcs.dll": {} }, "runtimeTargets": { - "runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.dll": { + "runtimes/win/lib/netcoreapp2.1/System.Security.Cryptography.Pkcs.dll": { "assetType": "runtime", "rid": "win" } @@ -1209,69 +992,25 @@ } } }, - "System.Text.Encoding.CodePages/8.0.0": { + "System.Text.Encoding.CodePages/4.5.1": { "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "2.1.2", + "System.Runtime.CompilerServices.Unsafe": "4.5.2" + }, "compile": { - "lib/net8.0/System.Text.Encoding.CodePages.dll": { - "related": ".xml" - } + "lib/netstandard2.0/System.Text.Encoding.CodePages.dll": {} }, "runtime": { - "lib/net8.0/System.Text.Encoding.CodePages.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} + "lib/netstandard2.0/System.Text.Encoding.CodePages.dll": {} }, "runtimeTargets": { - "runtimes/win/lib/net8.0/System.Text.Encoding.CodePages.dll": { + "runtimes/win/lib/netcoreapp2.0/System.Text.Encoding.CodePages.dll": { "assetType": "runtime", "rid": "win" } } }, - "System.Text.Encodings.Web/8.0.0": { - "type": "package", - "compile": { - "lib/net8.0/System.Text.Encodings.Web.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/System.Text.Encodings.Web.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - }, - "runtimeTargets": { - "runtimes/browser/lib/net8.0/System.Text.Encodings.Web.dll": { - "assetType": "runtime", - "rid": "browser" - } - } - }, - "System.Text.Json/8.0.0": { - "type": "package", - "dependencies": { - "System.Text.Encodings.Web": "8.0.0" - }, - "compile": { - "lib/net8.0/System.Text.Json.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net8.0/System.Text.Json.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/System.Text.Json.targets": {} - } - }, "System.Threading.Channels/7.0.0": { "type": "package", "compile": { @@ -1356,75 +1095,6 @@ "lib/netstandard2.0/DocumentFormat.OpenXml.xml" ] }, - "EPPlus/7.2.2": { - "sha512": "gSbODd3UQroSqQ9abC35DjThwdWj7q4Mc8jLJT224CF88112QKDIoUkW7c7iiv4MzbMoWn+Spvu4A1Jszsym6Q==", - "type": "package", - "path": "epplus/7.2.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "EPPlusLogo.png", - "epplus.7.2.2.nupkg.sha512", - "epplus.nuspec", - "lib/net35/EPPlus.dll", - "lib/net35/EPPlus.xml", - "lib/net462/EPPlus.dll", - "lib/net462/EPPlus.xml", - "lib/net6.0/EPPlus.dll", - "lib/net6.0/EPPlus.xml", - "lib/net7.0/EPPlus.dll", - "lib/net7.0/EPPlus.xml", - "lib/net8.0/EPPlus.dll", - "lib/net8.0/EPPlus.xml", - "lib/netstandard2.0/EPPlus.dll", - "lib/netstandard2.0/EPPlus.xml", - "lib/netstandard2.1/EPPlus.dll", - "lib/netstandard2.1/EPPlus.xml", - "license.md", - "readme.md", - "readme.txt" - ] - }, - "EPPlus.Interfaces/6.1.1": { - "sha512": "y7dkrOoE1ZR9Vgy1Jf2rEIaTf3SHlUjYt01NklP+F5Qh7S2ruPbzTcpYLRWMeXiG8XL8h2jqX4CyIkFt3NQGZw==", - "type": "package", - "path": "epplus.interfaces/6.1.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "EPPlusLogo.png", - "epplus.interfaces.6.1.1.nupkg.sha512", - "epplus.interfaces.nuspec", - "lib/net35/EPPlus.Interfaces.dll", - "lib/net462/EPPlus.Interfaces.dll", - "lib/net6.0/EPPlus.Interfaces.dll", - "lib/net7.0/EPPlus.Interfaces.dll", - "lib/netstandard2.0/EPPlus.Interfaces.dll", - "lib/netstandard2.1/EPPlus.Interfaces.dll", - "license.md", - "readme.md" - ] - }, - "EPPlus.System.Drawing/6.1.1": { - "sha512": "lRF5gHYrmkHOOiLMI0t6q8zNYjUrzRgAM5BCXumv5xiqXko8fx3AWI+HCNZfhEqVFGOop+42KfR5GiUcCoyoMw==", - "type": "package", - "path": "epplus.system.drawing/6.1.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "EPPlusLogo.png", - "epplus.system.drawing.6.1.1.nupkg.sha512", - "epplus.system.drawing.nuspec", - "lib/net35/EPPlus.System.Drawing.dll", - "lib/net462/EPPlus.System.Drawing.dll", - "lib/net6.0/EPPlus.System.Drawing.dll", - "lib/net7.0/EPPlus.System.Drawing.dll", - "lib/netstandard2.0/EPPlus.System.Drawing.dll", - "lib/netstandard2.1/EPPlus.System.Drawing.dll", - "license.md", - "readme.md" - ] - }, "ExcelNumberFormat/1.1.0": { "sha512": "R3BVHPs9O+RkExbZYTGT0+9HLbi8ZrNij1Yziyw6znd3J7P3uoIR07uwTLGOogtz1p6+0sna66eBoXu7tBiVQA==", "type": "package", @@ -2828,275 +2498,17 @@ "tools/netcoreapp2.1/System.Diagnostics.DiagnosticSource.dll" ] }, - "Microsoft.Extensions.Configuration/8.0.0": { - "sha512": "0J/9YNXTMWSZP2p2+nvl8p71zpSwokZXZuJW+VjdErkegAnFdO1XlqtA62SJtgVYHdKu3uPxJHcMR/r35HwFBA==", + "Microsoft.NETCore.Platforms/3.0.0": { + "sha512": "TsETIgVJb/AKoYfSP+iCxkuly5d3inZjTdx/ItZLk2CxY85v8083OBS3uai84kK3/baLnS5/b5XGs6zR7SuuHQ==", "type": "package", - "path": "microsoft.extensions.configuration/8.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Configuration.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.targets", - "lib/net462/Microsoft.Extensions.Configuration.dll", - "lib/net462/Microsoft.Extensions.Configuration.xml", - "lib/net6.0/Microsoft.Extensions.Configuration.dll", - "lib/net6.0/Microsoft.Extensions.Configuration.xml", - "lib/net7.0/Microsoft.Extensions.Configuration.dll", - "lib/net7.0/Microsoft.Extensions.Configuration.xml", - "lib/net8.0/Microsoft.Extensions.Configuration.dll", - "lib/net8.0/Microsoft.Extensions.Configuration.xml", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.xml", - "microsoft.extensions.configuration.8.0.0.nupkg.sha512", - "microsoft.extensions.configuration.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.Configuration.Abstractions/8.0.0": { - "sha512": "3lE/iLSutpgX1CC0NOW70FJoGARRHbyKmG7dc0klnUZ9Dd9hS6N/POPWhKhMLCEuNN5nXEY5agmlFtH562vqhQ==", - "type": "package", - "path": "microsoft.extensions.configuration.abstractions/8.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Configuration.Abstractions.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.Abstractions.targets", - "lib/net462/Microsoft.Extensions.Configuration.Abstractions.dll", - "lib/net462/Microsoft.Extensions.Configuration.Abstractions.xml", - "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll", - "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.xml", - "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll", - "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.xml", - "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll", - "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.xml", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.xml", - "microsoft.extensions.configuration.abstractions.8.0.0.nupkg.sha512", - "microsoft.extensions.configuration.abstractions.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.Configuration.FileExtensions/8.0.0": { - "sha512": "McP+Lz/EKwvtCv48z0YImw+L1gi1gy5rHhNaNIY2CrjloV+XY8gydT8DjMR6zWeL13AFK+DioVpppwAuO1Gi1w==", - "type": "package", - "path": "microsoft.extensions.configuration.fileextensions/8.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Configuration.FileExtensions.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.FileExtensions.targets", - "lib/net462/Microsoft.Extensions.Configuration.FileExtensions.dll", - "lib/net462/Microsoft.Extensions.Configuration.FileExtensions.xml", - "lib/net6.0/Microsoft.Extensions.Configuration.FileExtensions.dll", - "lib/net6.0/Microsoft.Extensions.Configuration.FileExtensions.xml", - "lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.dll", - "lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.xml", - "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll", - "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.xml", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.xml", - "microsoft.extensions.configuration.fileextensions.8.0.0.nupkg.sha512", - "microsoft.extensions.configuration.fileextensions.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.Configuration.Json/8.0.0": { - "sha512": "C2wqUoh9OmRL1akaCcKSTmRU8z0kckfImG7zLNI8uyi47Lp+zd5LWAD17waPQEqCz3ioWOCrFUo+JJuoeZLOBw==", - "type": "package", - "path": "microsoft.extensions.configuration.json/8.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Configuration.Json.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.Json.targets", - "lib/net462/Microsoft.Extensions.Configuration.Json.dll", - "lib/net462/Microsoft.Extensions.Configuration.Json.xml", - "lib/net6.0/Microsoft.Extensions.Configuration.Json.dll", - "lib/net6.0/Microsoft.Extensions.Configuration.Json.xml", - "lib/net7.0/Microsoft.Extensions.Configuration.Json.dll", - "lib/net7.0/Microsoft.Extensions.Configuration.Json.xml", - "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll", - "lib/net8.0/Microsoft.Extensions.Configuration.Json.xml", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.dll", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.xml", - "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.dll", - "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.xml", - "microsoft.extensions.configuration.json.8.0.0.nupkg.sha512", - "microsoft.extensions.configuration.json.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.FileProviders.Abstractions/8.0.0": { - "sha512": "ZbaMlhJlpisjuWbvXr4LdAst/1XxH3vZ6A0BsgTphZ2L4PGuxRLz7Jr/S7mkAAnOn78Vu0fKhEgNF5JO3zfjqQ==", - "type": "package", - "path": "microsoft.extensions.fileproviders.abstractions/8.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.FileProviders.Abstractions.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileProviders.Abstractions.targets", - "lib/net462/Microsoft.Extensions.FileProviders.Abstractions.dll", - "lib/net462/Microsoft.Extensions.FileProviders.Abstractions.xml", - "lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.dll", - "lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.xml", - "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll", - "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.xml", - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll", - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.xml", - "microsoft.extensions.fileproviders.abstractions.8.0.0.nupkg.sha512", - "microsoft.extensions.fileproviders.abstractions.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.FileProviders.Physical/8.0.0": { - "sha512": "UboiXxpPUpwulHvIAVE36Knq0VSHaAmfrFkegLyBZeaADuKezJ/AIXYAW8F5GBlGk/VaibN2k/Zn1ca8YAfVdA==", - "type": "package", - "path": "microsoft.extensions.fileproviders.physical/8.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.FileProviders.Physical.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileProviders.Physical.targets", - "lib/net462/Microsoft.Extensions.FileProviders.Physical.dll", - "lib/net462/Microsoft.Extensions.FileProviders.Physical.xml", - "lib/net6.0/Microsoft.Extensions.FileProviders.Physical.dll", - "lib/net6.0/Microsoft.Extensions.FileProviders.Physical.xml", - "lib/net7.0/Microsoft.Extensions.FileProviders.Physical.dll", - "lib/net7.0/Microsoft.Extensions.FileProviders.Physical.xml", - "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll", - "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.xml", - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll", - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.xml", - "microsoft.extensions.fileproviders.physical.8.0.0.nupkg.sha512", - "microsoft.extensions.fileproviders.physical.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.FileSystemGlobbing/8.0.0": { - "sha512": "OK+670i7esqlQrPjdIKRbsyMCe9g5kSLpRRQGSr4Q58AOYEe/hCnfLZprh7viNisSUUQZmMrbbuDaIrP+V1ebQ==", - "type": "package", - "path": "microsoft.extensions.filesystemglobbing/8.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.FileSystemGlobbing.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileSystemGlobbing.targets", - "lib/net462/Microsoft.Extensions.FileSystemGlobbing.dll", - "lib/net462/Microsoft.Extensions.FileSystemGlobbing.xml", - "lib/net6.0/Microsoft.Extensions.FileSystemGlobbing.dll", - "lib/net6.0/Microsoft.Extensions.FileSystemGlobbing.xml", - "lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.dll", - "lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.xml", - "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll", - "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.xml", - "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll", - "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.xml", - "microsoft.extensions.filesystemglobbing.8.0.0.nupkg.sha512", - "microsoft.extensions.filesystemglobbing.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.Primitives/8.0.0": { - "sha512": "bXJEZrW9ny8vjMF1JV253WeLhpEVzFo1lyaZu1vQ4ZxWUlVvknZ/+ftFgVheLubb4eZPSwwxBeqS1JkCOjxd8g==", - "type": "package", - "path": "microsoft.extensions.primitives/8.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Primitives.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Primitives.targets", - "lib/net462/Microsoft.Extensions.Primitives.dll", - "lib/net462/Microsoft.Extensions.Primitives.xml", - "lib/net6.0/Microsoft.Extensions.Primitives.dll", - "lib/net6.0/Microsoft.Extensions.Primitives.xml", - "lib/net7.0/Microsoft.Extensions.Primitives.dll", - "lib/net7.0/Microsoft.Extensions.Primitives.xml", - "lib/net8.0/Microsoft.Extensions.Primitives.dll", - "lib/net8.0/Microsoft.Extensions.Primitives.xml", - "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll", - "lib/netstandard2.0/Microsoft.Extensions.Primitives.xml", - "microsoft.extensions.primitives.8.0.0.nupkg.sha512", - "microsoft.extensions.primitives.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.IO.RecyclableMemoryStream/3.0.0": { - "sha512": "irv0HuqoH8Ig5i2fO+8dmDNdFdsrO+DoQcedwIlb810qpZHBNQHZLW7C/AHBQDgLLpw2T96vmMAy/aE4Yj55Sg==", - "type": "package", - "path": "microsoft.io.recyclablememorystream/3.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "lib/net6.0/Microsoft.IO.RecyclableMemoryStream.dll", - "lib/net6.0/Microsoft.IO.RecyclableMemoryStream.xml", - "lib/netstandard2.0/Microsoft.IO.RecyclableMemoryStream.dll", - "lib/netstandard2.0/Microsoft.IO.RecyclableMemoryStream.xml", - "lib/netstandard2.1/Microsoft.IO.RecyclableMemoryStream.dll", - "lib/netstandard2.1/Microsoft.IO.RecyclableMemoryStream.xml", - "microsoft.io.recyclablememorystream.3.0.0.nupkg.sha512", - "microsoft.io.recyclablememorystream.nuspec" - ] - }, - "Microsoft.NETCore.Platforms/2.0.0": { - "sha512": "VdLJOCXhZaEMY7Hm2GKiULmn7IEPFE4XC5LPSfBVCUIA8YLZVh846gtfBJalsPQF2PlzdD7ecX7DZEulJ402ZQ==", - "type": "package", - "path": "microsoft.netcore.platforms/2.0.0", + "path": "microsoft.netcore.platforms/3.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", "lib/netstandard1.0/_._", - "microsoft.netcore.platforms.2.0.0.nupkg.sha512", + "microsoft.netcore.platforms.3.0.0.nupkg.sha512", "microsoft.netcore.platforms.nuspec", "runtime.json", "useSharedDesignerContext.txt", @@ -3160,35 +2572,33 @@ "version.txt" ] }, - "Microsoft.Win32.SystemEvents/7.0.0": { - "sha512": "2nXPrhdAyAzir0gLl8Yy8S5Mnm/uBSQQA7jEsILOS1MTyS7DbmV1NgViMtvV1sfCD1ebITpNwb1NIinKeJgUVQ==", + "Microsoft.Win32.SystemEvents/4.6.0": { + "sha512": "Edg+pFW5C8WJb680Za2kTV8TqUi6Ahl/WldRVoOVJ23UQLpDHFspa+umgFjkWZw24ETsU99Cg+ErZz683M4chg==", "type": "package", - "path": "microsoft.win32.systemevents/7.0.0", + "path": "microsoft.win32.systemevents/4.6.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Win32.SystemEvents.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Win32.SystemEvents.targets", - "lib/net462/Microsoft.Win32.SystemEvents.dll", - "lib/net462/Microsoft.Win32.SystemEvents.xml", - "lib/net6.0/Microsoft.Win32.SystemEvents.dll", - "lib/net6.0/Microsoft.Win32.SystemEvents.xml", - "lib/net7.0/Microsoft.Win32.SystemEvents.dll", - "lib/net7.0/Microsoft.Win32.SystemEvents.xml", + "lib/net461/Microsoft.Win32.SystemEvents.dll", + "lib/net461/Microsoft.Win32.SystemEvents.xml", "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll", "lib/netstandard2.0/Microsoft.Win32.SystemEvents.xml", - "microsoft.win32.systemevents.7.0.0.nupkg.sha512", + "microsoft.win32.systemevents.4.6.0.nupkg.sha512", "microsoft.win32.systemevents.nuspec", - "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll", - "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.xml", - "runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.dll", - "runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.xml", - "useSharedDesignerContext.txt" + "ref/net461/Microsoft.Win32.SystemEvents.dll", + "ref/net461/Microsoft.Win32.SystemEvents.xml", + "ref/net472/Microsoft.Win32.SystemEvents.dll", + "ref/net472/Microsoft.Win32.SystemEvents.xml", + "ref/netstandard2.0/Microsoft.Win32.SystemEvents.dll", + "ref/netstandard2.0/Microsoft.Win32.SystemEvents.xml", + "runtimes/win/lib/netcoreapp2.0/Microsoft.Win32.SystemEvents.dll", + "runtimes/win/lib/netcoreapp2.0/Microsoft.Win32.SystemEvents.xml", + "runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll", + "runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.xml", + "useSharedDesignerContext.txt", + "version.txt" ] }, "runtime.native.System.Data.SqlClient.sni/4.4.0": { @@ -3395,96 +2805,6 @@ "useSharedDesignerContext.txt" ] }, - "System.ComponentModel.Annotations/5.0.0": { - "sha512": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==", - "type": "package", - "path": "system.componentmodel.annotations/5.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/net461/System.ComponentModel.Annotations.dll", - "lib/netcore50/System.ComponentModel.Annotations.dll", - "lib/netstandard1.4/System.ComponentModel.Annotations.dll", - "lib/netstandard2.0/System.ComponentModel.Annotations.dll", - "lib/netstandard2.1/System.ComponentModel.Annotations.dll", - "lib/netstandard2.1/System.ComponentModel.Annotations.xml", - "lib/portable-net45+win8/_._", - "lib/win8/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/net461/System.ComponentModel.Annotations.dll", - "ref/net461/System.ComponentModel.Annotations.xml", - "ref/netcore50/System.ComponentModel.Annotations.dll", - "ref/netcore50/System.ComponentModel.Annotations.xml", - "ref/netcore50/de/System.ComponentModel.Annotations.xml", - "ref/netcore50/es/System.ComponentModel.Annotations.xml", - "ref/netcore50/fr/System.ComponentModel.Annotations.xml", - "ref/netcore50/it/System.ComponentModel.Annotations.xml", - "ref/netcore50/ja/System.ComponentModel.Annotations.xml", - "ref/netcore50/ko/System.ComponentModel.Annotations.xml", - "ref/netcore50/ru/System.ComponentModel.Annotations.xml", - "ref/netcore50/zh-hans/System.ComponentModel.Annotations.xml", - "ref/netcore50/zh-hant/System.ComponentModel.Annotations.xml", - "ref/netstandard1.1/System.ComponentModel.Annotations.dll", - "ref/netstandard1.1/System.ComponentModel.Annotations.xml", - "ref/netstandard1.1/de/System.ComponentModel.Annotations.xml", - "ref/netstandard1.1/es/System.ComponentModel.Annotations.xml", - "ref/netstandard1.1/fr/System.ComponentModel.Annotations.xml", - "ref/netstandard1.1/it/System.ComponentModel.Annotations.xml", - "ref/netstandard1.1/ja/System.ComponentModel.Annotations.xml", - "ref/netstandard1.1/ko/System.ComponentModel.Annotations.xml", - "ref/netstandard1.1/ru/System.ComponentModel.Annotations.xml", - "ref/netstandard1.1/zh-hans/System.ComponentModel.Annotations.xml", - "ref/netstandard1.1/zh-hant/System.ComponentModel.Annotations.xml", - "ref/netstandard1.3/System.ComponentModel.Annotations.dll", - "ref/netstandard1.3/System.ComponentModel.Annotations.xml", - "ref/netstandard1.3/de/System.ComponentModel.Annotations.xml", - "ref/netstandard1.3/es/System.ComponentModel.Annotations.xml", - "ref/netstandard1.3/fr/System.ComponentModel.Annotations.xml", - "ref/netstandard1.3/it/System.ComponentModel.Annotations.xml", - "ref/netstandard1.3/ja/System.ComponentModel.Annotations.xml", - "ref/netstandard1.3/ko/System.ComponentModel.Annotations.xml", - "ref/netstandard1.3/ru/System.ComponentModel.Annotations.xml", - "ref/netstandard1.3/zh-hans/System.ComponentModel.Annotations.xml", - "ref/netstandard1.3/zh-hant/System.ComponentModel.Annotations.xml", - "ref/netstandard1.4/System.ComponentModel.Annotations.dll", - "ref/netstandard1.4/System.ComponentModel.Annotations.xml", - "ref/netstandard1.4/de/System.ComponentModel.Annotations.xml", - "ref/netstandard1.4/es/System.ComponentModel.Annotations.xml", - "ref/netstandard1.4/fr/System.ComponentModel.Annotations.xml", - "ref/netstandard1.4/it/System.ComponentModel.Annotations.xml", - "ref/netstandard1.4/ja/System.ComponentModel.Annotations.xml", - "ref/netstandard1.4/ko/System.ComponentModel.Annotations.xml", - "ref/netstandard1.4/ru/System.ComponentModel.Annotations.xml", - "ref/netstandard1.4/zh-hans/System.ComponentModel.Annotations.xml", - "ref/netstandard1.4/zh-hant/System.ComponentModel.Annotations.xml", - "ref/netstandard2.0/System.ComponentModel.Annotations.dll", - "ref/netstandard2.0/System.ComponentModel.Annotations.xml", - "ref/netstandard2.1/System.ComponentModel.Annotations.dll", - "ref/netstandard2.1/System.ComponentModel.Annotations.xml", - "ref/portable-net45+win8/_._", - "ref/win8/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.componentmodel.annotations.5.0.0.nupkg.sha512", - "system.componentmodel.annotations.nuspec", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, "System.Composition/9.0.0": { "sha512": "3Djj70fFTraOarSKmRnmRy/zm4YurICm+kiCtI0dYRqGJnLX6nJ+G3WYuFJ173cAPax/gh96REcbNiVqcrypFQ==", "type": "package", @@ -3716,70 +3036,43 @@ "version.txt" ] }, - "System.Drawing.Common/7.0.0": { - "sha512": "KIX+oBU38pxkKPxvLcLfIkOV5Ien8ReN78wro7OF5/erwcmortzeFx+iBswlh2Vz6gVne0khocQudGwaO1Ey6A==", + "System.Drawing.Common/4.6.1": { + "sha512": "TFAADvBEUhdDb2Lteq/BUeG0J1y7a0GyFdpB8yE/eAcbiN0R5MII1nXExXsrtRZiO8C/L9SozL2wGqkRlhiv6A==", "type": "package", - "path": "system.drawing.common/7.0.0", + "path": "system.drawing.common/4.6.1", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.Drawing.Common.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.Drawing.Common.targets", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net462/System.Drawing.Common.dll", - "lib/net462/System.Drawing.Common.xml", - "lib/net6.0/System.Drawing.Common.dll", - "lib/net6.0/System.Drawing.Common.xml", - "lib/net7.0/System.Drawing.Common.dll", - "lib/net7.0/System.Drawing.Common.xml", + "lib/net461/System.Drawing.Common.dll", "lib/netstandard2.0/System.Drawing.Common.dll", - "lib/netstandard2.0/System.Drawing.Common.xml", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", "lib/xamarintvos10/_._", "lib/xamarinwatchos10/_._", - "runtimes/win/lib/net6.0/System.Drawing.Common.dll", - "runtimes/win/lib/net6.0/System.Drawing.Common.xml", - "runtimes/win/lib/net7.0/System.Drawing.Common.dll", - "runtimes/win/lib/net7.0/System.Drawing.Common.xml", - "system.drawing.common.7.0.0.nupkg.sha512", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net461/System.Drawing.Common.dll", + "ref/netcoreapp3.0/System.Drawing.Common.dll", + "ref/netcoreapp3.0/System.Drawing.Common.xml", + "ref/netstandard2.0/System.Drawing.Common.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netcoreapp2.0/System.Drawing.Common.dll", + "runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll", + "runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.xml", + "runtimes/win/lib/netcoreapp2.0/System.Drawing.Common.dll", + "runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll", + "runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.xml", + "system.drawing.common.4.6.1.nupkg.sha512", "system.drawing.common.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Formats.Asn1/8.0.0": { - "sha512": "AJukBuLoe3QeAF+mfaRKQb2dgyrvt340iMBHYv+VdBzCUM06IxGlvl0o/uPOS7lHnXPN6u8fFRHSHudx5aTi8w==", - "type": "package", - "path": "system.formats.asn1/8.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.Formats.Asn1.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.Formats.Asn1.targets", - "lib/net462/System.Formats.Asn1.dll", - "lib/net462/System.Formats.Asn1.xml", - "lib/net6.0/System.Formats.Asn1.dll", - "lib/net6.0/System.Formats.Asn1.xml", - "lib/net7.0/System.Formats.Asn1.dll", - "lib/net7.0/System.Formats.Asn1.xml", - "lib/net8.0/System.Formats.Asn1.dll", - "lib/net8.0/System.Formats.Asn1.xml", - "lib/netstandard2.0/System.Formats.Asn1.dll", - "lib/netstandard2.0/System.Formats.Asn1.xml", - "system.formats.asn1.8.0.0.nupkg.sha512", - "system.formats.asn1.nuspec", - "useSharedDesignerContext.txt" + "useSharedDesignerContext.txt", + "version.txt" ] }, "System.IO.Packaging/4.7.0": { @@ -3865,6 +3158,31 @@ "useSharedDesignerContext.txt" ] }, + "System.Runtime.CompilerServices.Unsafe/4.5.2": { + "sha512": "wprSFgext8cwqymChhrBLu62LMg/1u92bU+VOwyfBimSPVFXtsNqEWC92Pf9ofzJFlk4IHmJA75EDJn1b2goAQ==", + "type": "package", + "path": "system.runtime.compilerservices.unsafe/4.5.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.dll", + "lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.xml", + "lib/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll", + "lib/netstandard1.0/System.Runtime.CompilerServices.Unsafe.xml", + "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll", + "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml", + "ref/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll", + "ref/netstandard1.0/System.Runtime.CompilerServices.Unsafe.xml", + "ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll", + "ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml", + "system.runtime.compilerservices.unsafe.4.5.2.nupkg.sha512", + "system.runtime.compilerservices.unsafe.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, "System.Security.AccessControl/4.4.0": { "sha512": "2NRFPX/V81ucKQmqNgGBZrKGH/5ejsvivSGMRum0SMgPnJxwhuNkzVS1+7gC3R2X0f57CtwrPrXPPSe6nOp82g==", "type": "package", @@ -3905,41 +3223,100 @@ "version.txt" ] }, - "System.Security.Cryptography.Pkcs/8.0.0": { - "sha512": "ULmp3xoOwNYjOYp4JZ2NK/6NdTgiN1GQXzVVN1njQ7LOZ0d0B9vyMnhyqbIi9Qw4JXj1JgCsitkTShboHRx7Eg==", + "System.Security.Cryptography.Cng/4.5.0": { + "sha512": "WG3r7EyjUe9CMPFSs6bty5doUqT+q9pbI80hlNzo2SkPkZ4VTuZkGWjpp77JB8+uaL4DFPRdBsAY+DX3dBK92A==", "type": "package", - "path": "system.security.cryptography.pkcs/8.0.0", + "path": "system.security.cryptography.cng/4.5.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.Security.Cryptography.Pkcs.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.Security.Cryptography.Pkcs.targets", - "lib/net462/System.Security.Cryptography.Pkcs.dll", - "lib/net462/System.Security.Cryptography.Pkcs.xml", - "lib/net6.0/System.Security.Cryptography.Pkcs.dll", - "lib/net6.0/System.Security.Cryptography.Pkcs.xml", - "lib/net7.0/System.Security.Cryptography.Pkcs.dll", - "lib/net7.0/System.Security.Cryptography.Pkcs.xml", - "lib/net8.0/System.Security.Cryptography.Pkcs.dll", - "lib/net8.0/System.Security.Cryptography.Pkcs.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Cng.dll", + "lib/net461/System.Security.Cryptography.Cng.dll", + "lib/net462/System.Security.Cryptography.Cng.dll", + "lib/net47/System.Security.Cryptography.Cng.dll", + "lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll", + "lib/netstandard1.3/System.Security.Cryptography.Cng.dll", + "lib/netstandard1.4/System.Security.Cryptography.Cng.dll", + "lib/netstandard1.6/System.Security.Cryptography.Cng.dll", + "lib/netstandard2.0/System.Security.Cryptography.Cng.dll", + "lib/uap10.0.16299/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Cng.dll", + "ref/net461/System.Security.Cryptography.Cng.dll", + "ref/net461/System.Security.Cryptography.Cng.xml", + "ref/net462/System.Security.Cryptography.Cng.dll", + "ref/net462/System.Security.Cryptography.Cng.xml", + "ref/net47/System.Security.Cryptography.Cng.dll", + "ref/net47/System.Security.Cryptography.Cng.xml", + "ref/netcoreapp2.0/System.Security.Cryptography.Cng.dll", + "ref/netcoreapp2.0/System.Security.Cryptography.Cng.xml", + "ref/netcoreapp2.1/System.Security.Cryptography.Cng.dll", + "ref/netcoreapp2.1/System.Security.Cryptography.Cng.xml", + "ref/netstandard1.3/System.Security.Cryptography.Cng.dll", + "ref/netstandard1.4/System.Security.Cryptography.Cng.dll", + "ref/netstandard1.6/System.Security.Cryptography.Cng.dll", + "ref/netstandard2.0/System.Security.Cryptography.Cng.dll", + "ref/netstandard2.0/System.Security.Cryptography.Cng.xml", + "ref/uap10.0.16299/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/win/lib/net46/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/net461/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/net462/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/net47/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/netcoreapp2.0/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/netstandard1.4/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/uap10.0.16299/_._", + "system.security.cryptography.cng.4.5.0.nupkg.sha512", + "system.security.cryptography.cng.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Security.Cryptography.Pkcs/4.5.2": { + "sha512": "lIo52x0AAsZs8r1L58lPXaqN6PP51Z/XJts0kZtbZRNYcMguupxqRGjvc/GoqSKTbYa+aBwbkT4xoqQ7EsfN0A==", + "type": "package", + "path": "system.security.cryptography.pkcs/4.5.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net46/System.Security.Cryptography.Pkcs.dll", + "lib/net461/System.Security.Cryptography.Pkcs.dll", + "lib/netcoreapp2.1/System.Security.Cryptography.Pkcs.dll", + "lib/netstandard1.3/System.Security.Cryptography.Pkcs.dll", "lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll", - "lib/netstandard2.0/System.Security.Cryptography.Pkcs.xml", - "lib/netstandard2.1/System.Security.Cryptography.Pkcs.dll", - "lib/netstandard2.1/System.Security.Cryptography.Pkcs.xml", - "runtimes/win/lib/net6.0/System.Security.Cryptography.Pkcs.dll", - "runtimes/win/lib/net6.0/System.Security.Cryptography.Pkcs.xml", - "runtimes/win/lib/net7.0/System.Security.Cryptography.Pkcs.dll", - "runtimes/win/lib/net7.0/System.Security.Cryptography.Pkcs.xml", - "runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.dll", - "runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.xml", - "system.security.cryptography.pkcs.8.0.0.nupkg.sha512", + "ref/net46/System.Security.Cryptography.Pkcs.dll", + "ref/net461/System.Security.Cryptography.Pkcs.dll", + "ref/net461/System.Security.Cryptography.Pkcs.xml", + "ref/netcoreapp2.1/System.Security.Cryptography.Pkcs.dll", + "ref/netcoreapp2.1/System.Security.Cryptography.Pkcs.xml", + "ref/netstandard1.3/System.Security.Cryptography.Pkcs.dll", + "ref/netstandard2.0/System.Security.Cryptography.Pkcs.dll", + "ref/netstandard2.0/System.Security.Cryptography.Pkcs.xml", + "runtimes/win/lib/net46/System.Security.Cryptography.Pkcs.dll", + "runtimes/win/lib/net461/System.Security.Cryptography.Pkcs.dll", + "runtimes/win/lib/netcoreapp2.1/System.Security.Cryptography.Pkcs.dll", + "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Pkcs.dll", + "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll", + "system.security.cryptography.pkcs.4.5.2.nupkg.sha512", "system.security.cryptography.pkcs.nuspec", - "useSharedDesignerContext.txt" + "useSharedDesignerContext.txt", + "version.txt" ] }, "System.Security.Permissions/4.4.0": { @@ -4002,154 +3379,39 @@ "version.txt" ] }, - "System.Text.Encoding.CodePages/8.0.0": { - "sha512": "OZIsVplFGaVY90G2SbpgU7EnCoOO5pw1t4ic21dBF3/1omrJFpAGoNAVpPyMVOC90/hvgkGG3VFqR13YgZMQfg==", + "System.Text.Encoding.CodePages/4.5.1": { + "sha512": "4J2JQXbftjPMppIHJ7IC+VXQ9XfEagN92vZZNoG12i+zReYlim5dMoXFC1Zzg7tsnKDM7JPo5bYfFK4Jheq44w==", "type": "package", - "path": "system.text.encoding.codepages/8.0.0", + "path": "system.text.encoding.codepages/4.5.1", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", "LICENSE.TXT", - "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.Text.Encoding.CodePages.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.Text.Encoding.CodePages.targets", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net462/System.Text.Encoding.CodePages.dll", - "lib/net462/System.Text.Encoding.CodePages.xml", - "lib/net6.0/System.Text.Encoding.CodePages.dll", - "lib/net6.0/System.Text.Encoding.CodePages.xml", - "lib/net7.0/System.Text.Encoding.CodePages.dll", - "lib/net7.0/System.Text.Encoding.CodePages.xml", - "lib/net8.0/System.Text.Encoding.CodePages.dll", - "lib/net8.0/System.Text.Encoding.CodePages.xml", + "lib/net46/System.Text.Encoding.CodePages.dll", + "lib/net461/System.Text.Encoding.CodePages.dll", + "lib/netstandard1.3/System.Text.Encoding.CodePages.dll", "lib/netstandard2.0/System.Text.Encoding.CodePages.dll", - "lib/netstandard2.0/System.Text.Encoding.CodePages.xml", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", "lib/xamarintvos10/_._", "lib/xamarinwatchos10/_._", - "runtimes/win/lib/net6.0/System.Text.Encoding.CodePages.dll", - "runtimes/win/lib/net6.0/System.Text.Encoding.CodePages.xml", - "runtimes/win/lib/net7.0/System.Text.Encoding.CodePages.dll", - "runtimes/win/lib/net7.0/System.Text.Encoding.CodePages.xml", - "runtimes/win/lib/net8.0/System.Text.Encoding.CodePages.dll", - "runtimes/win/lib/net8.0/System.Text.Encoding.CodePages.xml", - "system.text.encoding.codepages.8.0.0.nupkg.sha512", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/win/lib/net461/System.Text.Encoding.CodePages.dll", + "runtimes/win/lib/netcoreapp2.0/System.Text.Encoding.CodePages.dll", + "runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll", + "runtimes/win/lib/netstandard2.0/System.Text.Encoding.CodePages.dll", + "system.text.encoding.codepages.4.5.1.nupkg.sha512", "system.text.encoding.codepages.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Text.Encodings.Web/8.0.0": { - "sha512": "yev/k9GHAEGx2Rg3/tU6MQh4HGBXJs70y7j1LaM1i/ER9po+6nnQ6RRqTJn1E7Xu0fbIFK80Nh5EoODxrbxwBQ==", - "type": "package", - "path": "system.text.encodings.web/8.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.Text.Encodings.Web.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.Text.Encodings.Web.targets", - "lib/net462/System.Text.Encodings.Web.dll", - "lib/net462/System.Text.Encodings.Web.xml", - "lib/net6.0/System.Text.Encodings.Web.dll", - "lib/net6.0/System.Text.Encodings.Web.xml", - "lib/net7.0/System.Text.Encodings.Web.dll", - "lib/net7.0/System.Text.Encodings.Web.xml", - "lib/net8.0/System.Text.Encodings.Web.dll", - "lib/net8.0/System.Text.Encodings.Web.xml", - "lib/netstandard2.0/System.Text.Encodings.Web.dll", - "lib/netstandard2.0/System.Text.Encodings.Web.xml", - "runtimes/browser/lib/net6.0/System.Text.Encodings.Web.dll", - "runtimes/browser/lib/net6.0/System.Text.Encodings.Web.xml", - "runtimes/browser/lib/net7.0/System.Text.Encodings.Web.dll", - "runtimes/browser/lib/net7.0/System.Text.Encodings.Web.xml", - "runtimes/browser/lib/net8.0/System.Text.Encodings.Web.dll", - "runtimes/browser/lib/net8.0/System.Text.Encodings.Web.xml", - "system.text.encodings.web.8.0.0.nupkg.sha512", - "system.text.encodings.web.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Text.Json/8.0.0": { - "sha512": "OdrZO2WjkiEG6ajEFRABTRCi/wuXQPxeV6g8xvUJqdxMvvuCCEk86zPla8UiIQJz3durtUEbNyY/3lIhS0yZvQ==", - "type": "package", - "path": "system.text.json/8.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "analyzers/dotnet/roslyn3.11/cs/System.Text.Json.SourceGeneration.dll", - "analyzers/dotnet/roslyn3.11/cs/cs/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/de/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/es/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/fr/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/it/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ja/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ko/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/pl/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/pt-BR/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ru/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/tr/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/zh-Hans/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/zh-Hant/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/System.Text.Json.SourceGeneration.dll", - "analyzers/dotnet/roslyn4.0/cs/cs/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/de/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/es/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/fr/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/it/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ja/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ko/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/pl/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/pt-BR/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ru/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/tr/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/zh-Hans/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/zh-Hant/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/System.Text.Json.SourceGeneration.dll", - "analyzers/dotnet/roslyn4.4/cs/cs/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/de/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/es/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/fr/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/it/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ja/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ko/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/pl/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/pt-BR/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ru/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/tr/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/zh-Hans/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/zh-Hant/System.Text.Json.SourceGeneration.resources.dll", - "buildTransitive/net461/System.Text.Json.targets", - "buildTransitive/net462/System.Text.Json.targets", - "buildTransitive/net6.0/System.Text.Json.targets", - "buildTransitive/netcoreapp2.0/System.Text.Json.targets", - "buildTransitive/netstandard2.0/System.Text.Json.targets", - "lib/net462/System.Text.Json.dll", - "lib/net462/System.Text.Json.xml", - "lib/net6.0/System.Text.Json.dll", - "lib/net6.0/System.Text.Json.xml", - "lib/net7.0/System.Text.Json.dll", - "lib/net7.0/System.Text.Json.xml", - "lib/net8.0/System.Text.Json.dll", - "lib/net8.0/System.Text.Json.xml", - "lib/netstandard2.0/System.Text.Json.dll", - "lib/netstandard2.0/System.Text.Json.xml", - "system.text.json.8.0.0.nupkg.sha512", - "system.text.json.nuspec", - "useSharedDesignerContext.txt" + "useSharedDesignerContext.txt", + "version.txt" ] }, "System.Threading.Channels/7.0.0": { @@ -4206,7 +3468,6 @@ "projectFileDependencyGroups": { "net8.0": [ "ClosedXML >= 0.96.0", - "EPPlus >= 7.2.2", "FastReport.Core >= 2021.3.0", "Microsoft.CodeAnalysis.CSharp >= 4.14.0", "Microsoft.CodeAnalysis.CSharp.Workspaces >= 4.14.0", @@ -4270,10 +3531,6 @@ "target": "Package", "version": "[0.96.0, )" }, - "EPPlus": { - "target": "Package", - "version": "[7.2.2, )" - }, "FastReport.Core": { "target": "Package", "version": "[2021.3.0, )" diff --git a/obj/project.nuget.cache b/obj/project.nuget.cache index bb68897..ece502f 100644 --- a/obj/project.nuget.cache +++ b/obj/project.nuget.cache @@ -1,14 +1,11 @@ { "version": 2, - "dgSpecHash": "Pwr9kjekdTc=", + "dgSpecHash": "+tOdG3MnB1w=", "success": true, "projectFilePath": "D:\\RiderProjects\\rmutr_report\\rmutr_report.csproj", "expectedPackageFiles": [ "C:\\Users\\USER\\.nuget\\packages\\closedxml\\0.96.0\\closedxml.0.96.0.nupkg.sha512", "C:\\Users\\USER\\.nuget\\packages\\documentformat.openxml\\2.16.0\\documentformat.openxml.2.16.0.nupkg.sha512", - "C:\\Users\\USER\\.nuget\\packages\\epplus\\7.2.2\\epplus.7.2.2.nupkg.sha512", - "C:\\Users\\USER\\.nuget\\packages\\epplus.interfaces\\6.1.1\\epplus.interfaces.6.1.1.nupkg.sha512", - "C:\\Users\\USER\\.nuget\\packages\\epplus.system.drawing\\6.1.1\\epplus.system.drawing.6.1.1.nupkg.sha512", "C:\\Users\\USER\\.nuget\\packages\\excelnumberformat\\1.1.0\\excelnumberformat.1.1.0.nupkg.sha512", "C:\\Users\\USER\\.nuget\\packages\\fastreport.compat\\2021.2.0\\fastreport.compat.2021.2.0.nupkg.sha512", "C:\\Users\\USER\\.nuget\\packages\\fastreport.core\\2021.3.0\\fastreport.core.2021.3.0.nupkg.sha512", @@ -22,19 +19,10 @@ "C:\\Users\\USER\\.nuget\\packages\\microsoft.codeanalysis.workspaces.common\\4.14.0\\microsoft.codeanalysis.workspaces.common.4.14.0.nupkg.sha512", "C:\\Users\\USER\\.nuget\\packages\\microsoft.csharp\\4.7.0\\microsoft.csharp.4.7.0.nupkg.sha512", "C:\\Users\\USER\\.nuget\\packages\\microsoft.extensions.apidescription.server\\6.0.5\\microsoft.extensions.apidescription.server.6.0.5.nupkg.sha512", - "C:\\Users\\USER\\.nuget\\packages\\microsoft.extensions.configuration\\8.0.0\\microsoft.extensions.configuration.8.0.0.nupkg.sha512", - "C:\\Users\\USER\\.nuget\\packages\\microsoft.extensions.configuration.abstractions\\8.0.0\\microsoft.extensions.configuration.abstractions.8.0.0.nupkg.sha512", - "C:\\Users\\USER\\.nuget\\packages\\microsoft.extensions.configuration.fileextensions\\8.0.0\\microsoft.extensions.configuration.fileextensions.8.0.0.nupkg.sha512", - "C:\\Users\\USER\\.nuget\\packages\\microsoft.extensions.configuration.json\\8.0.0\\microsoft.extensions.configuration.json.8.0.0.nupkg.sha512", - "C:\\Users\\USER\\.nuget\\packages\\microsoft.extensions.fileproviders.abstractions\\8.0.0\\microsoft.extensions.fileproviders.abstractions.8.0.0.nupkg.sha512", - "C:\\Users\\USER\\.nuget\\packages\\microsoft.extensions.fileproviders.physical\\8.0.0\\microsoft.extensions.fileproviders.physical.8.0.0.nupkg.sha512", - "C:\\Users\\USER\\.nuget\\packages\\microsoft.extensions.filesystemglobbing\\8.0.0\\microsoft.extensions.filesystemglobbing.8.0.0.nupkg.sha512", - "C:\\Users\\USER\\.nuget\\packages\\microsoft.extensions.primitives\\8.0.0\\microsoft.extensions.primitives.8.0.0.nupkg.sha512", - "C:\\Users\\USER\\.nuget\\packages\\microsoft.io.recyclablememorystream\\3.0.0\\microsoft.io.recyclablememorystream.3.0.0.nupkg.sha512", - "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\microsoft.netcore.platforms\\2.0.0\\microsoft.netcore.platforms.2.0.0.nupkg.sha512", + "C:\\Users\\USER\\.nuget\\packages\\microsoft.netcore.platforms\\3.0.0\\microsoft.netcore.platforms.3.0.0.nupkg.sha512", "C:\\Users\\USER\\.nuget\\packages\\microsoft.openapi\\1.2.3\\microsoft.openapi.1.2.3.nupkg.sha512", "C:\\Users\\USER\\.nuget\\packages\\microsoft.win32.registry\\4.4.0\\microsoft.win32.registry.4.4.0.nupkg.sha512", - "C:\\Users\\USER\\.nuget\\packages\\microsoft.win32.systemevents\\7.0.0\\microsoft.win32.systemevents.7.0.0.nupkg.sha512", + "C:\\Users\\USER\\.nuget\\packages\\microsoft.win32.systemevents\\4.6.0\\microsoft.win32.systemevents.4.6.0.nupkg.sha512", "C:\\Users\\USER\\.nuget\\packages\\runtime.native.system.data.sqlclient.sni\\4.4.0\\runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512", "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\runtime.win-arm64.runtime.native.system.data.sqlclient.sni\\4.4.0\\runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512", "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\runtime.win-x64.runtime.native.system.data.sqlclient.sni\\4.4.0\\runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512", @@ -45,7 +33,6 @@ "C:\\Users\\USER\\.nuget\\packages\\swashbuckle.aspnetcore.swaggergen\\6.5.0\\swashbuckle.aspnetcore.swaggergen.6.5.0.nupkg.sha512", "C:\\Users\\USER\\.nuget\\packages\\swashbuckle.aspnetcore.swaggerui\\6.5.0\\swashbuckle.aspnetcore.swaggerui.6.5.0.nupkg.sha512", "C:\\Users\\USER\\.nuget\\packages\\system.collections.immutable\\9.0.0\\system.collections.immutable.9.0.0.nupkg.sha512", - "C:\\Users\\USER\\.nuget\\packages\\system.componentmodel.annotations\\5.0.0\\system.componentmodel.annotations.5.0.0.nupkg.sha512", "C:\\Users\\USER\\.nuget\\packages\\system.composition\\9.0.0\\system.composition.9.0.0.nupkg.sha512", "C:\\Users\\USER\\.nuget\\packages\\system.composition.attributedmodel\\9.0.0\\system.composition.attributedmodel.9.0.0.nupkg.sha512", "C:\\Users\\USER\\.nuget\\packages\\system.composition.convention\\9.0.0\\system.composition.convention.9.0.0.nupkg.sha512", @@ -53,18 +40,17 @@ "C:\\Users\\USER\\.nuget\\packages\\system.composition.runtime\\9.0.0\\system.composition.runtime.9.0.0.nupkg.sha512", "C:\\Users\\USER\\.nuget\\packages\\system.composition.typedparts\\9.0.0\\system.composition.typedparts.9.0.0.nupkg.sha512", "C:\\Users\\USER\\.nuget\\packages\\system.data.sqlclient\\4.4.3\\system.data.sqlclient.4.4.3.nupkg.sha512", - "C:\\Users\\USER\\.nuget\\packages\\system.drawing.common\\7.0.0\\system.drawing.common.7.0.0.nupkg.sha512", - "C:\\Users\\USER\\.nuget\\packages\\system.formats.asn1\\8.0.0\\system.formats.asn1.8.0.0.nupkg.sha512", + "C:\\Users\\USER\\.nuget\\packages\\system.drawing.common\\4.6.1\\system.drawing.common.4.6.1.nupkg.sha512", "C:\\Users\\USER\\.nuget\\packages\\system.io.packaging\\4.7.0\\system.io.packaging.4.7.0.nupkg.sha512", "C:\\Users\\USER\\.nuget\\packages\\system.io.pipelines\\9.0.0\\system.io.pipelines.9.0.0.nupkg.sha512", "C:\\Users\\USER\\.nuget\\packages\\system.reflection.metadata\\9.0.0\\system.reflection.metadata.9.0.0.nupkg.sha512", + "C:\\Users\\USER\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\4.5.2\\system.runtime.compilerservices.unsafe.4.5.2.nupkg.sha512", "C:\\Users\\USER\\.nuget\\packages\\system.security.accesscontrol\\4.4.0\\system.security.accesscontrol.4.4.0.nupkg.sha512", - "C:\\Users\\USER\\.nuget\\packages\\system.security.cryptography.pkcs\\8.0.0\\system.security.cryptography.pkcs.8.0.0.nupkg.sha512", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\system.security.cryptography.cng\\4.5.0\\system.security.cryptography.cng.4.5.0.nupkg.sha512", + "C:\\Users\\USER\\.nuget\\packages\\system.security.cryptography.pkcs\\4.5.2\\system.security.cryptography.pkcs.4.5.2.nupkg.sha512", "C:\\Users\\USER\\.nuget\\packages\\system.security.permissions\\4.4.0\\system.security.permissions.4.4.0.nupkg.sha512", "C:\\Users\\USER\\.nuget\\packages\\system.security.principal.windows\\4.4.0\\system.security.principal.windows.4.4.0.nupkg.sha512", - "C:\\Users\\USER\\.nuget\\packages\\system.text.encoding.codepages\\8.0.0\\system.text.encoding.codepages.8.0.0.nupkg.sha512", - "C:\\Users\\USER\\.nuget\\packages\\system.text.encodings.web\\8.0.0\\system.text.encodings.web.8.0.0.nupkg.sha512", - "C:\\Users\\USER\\.nuget\\packages\\system.text.json\\8.0.0\\system.text.json.8.0.0.nupkg.sha512", + "C:\\Users\\USER\\.nuget\\packages\\system.text.encoding.codepages\\4.5.1\\system.text.encoding.codepages.4.5.1.nupkg.sha512", "C:\\Users\\USER\\.nuget\\packages\\system.threading.channels\\7.0.0\\system.threading.channels.7.0.0.nupkg.sha512", "C:\\Users\\USER\\.nuget\\packages\\system.windows.extensions\\4.6.0\\system.windows.extensions.4.6.0.nupkg.sha512" ], diff --git a/obj/project.packagespec.json b/obj/project.packagespec.json index d23b196..31775e2 100644 --- a/obj/project.packagespec.json +++ b/obj/project.packagespec.json @@ -1 +1 @@ -"restore":{"projectUniqueName":"D:\\RiderProjects\\rmutr_report\\rmutr_report.csproj","projectName":"rmutr_report","projectPath":"D:\\RiderProjects\\rmutr_report\\rmutr_report.csproj","outputPath":"D:\\RiderProjects\\rmutr_report\\obj\\","projectStyle":"PackageReference","fallbackFolders":["C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"],"originalTargetFrameworks":["net8.0"],"sources":{"https://api.nuget.org/v3/index.json":{},"https://nuget.71dev.com/v3/index.json":{}},"frameworks":{"net8.0":{"targetAlias":"net8.0","projectReferences":{}}},"warningProperties":{"warnAsError":["NU1605"]},"restoreAuditProperties":{"enableAudit":"true","auditLevel":"low","auditMode":"direct"}}"frameworks":{"net8.0":{"targetAlias":"net8.0","dependencies":{"ClosedXML":{"target":"Package","version":"[0.96.0, )"},"EPPlus":{"target":"Package","version":"[7.2.2, )"},"FastReport.Core":{"target":"Package","version":"[2021.3.0, )"},"Microsoft.CodeAnalysis.CSharp":{"target":"Package","version":"[4.14.0, )"},"Microsoft.CodeAnalysis.CSharp.Workspaces":{"target":"Package","version":"[4.14.0, )"},"Microsoft.CodeAnalysis.Common":{"target":"Package","version":"[4.14.0, )"},"Microsoft.CodeAnalysis.VisualBasic":{"target":"Package","version":"[4.14.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\\8.0.407/PortableRuntimeIdentifierGraph.json"}} \ No newline at end of file +"restore":{"projectUniqueName":"D:\\RiderProjects\\rmutr_report\\rmutr_report.csproj","projectName":"rmutr_report","projectPath":"D:\\RiderProjects\\rmutr_report\\rmutr_report.csproj","outputPath":"D:\\RiderProjects\\rmutr_report\\obj\\","projectStyle":"PackageReference","fallbackFolders":["C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"],"originalTargetFrameworks":["net8.0"],"sources":{"https://api.nuget.org/v3/index.json":{},"https://nuget.71dev.com/v3/index.json":{}},"frameworks":{"net8.0":{"targetAlias":"net8.0","projectReferences":{}}},"warningProperties":{"warnAsError":["NU1605"]},"restoreAuditProperties":{"enableAudit":"true","auditLevel":"low","auditMode":"direct"}}"frameworks":{"net8.0":{"targetAlias":"net8.0","dependencies":{"ClosedXML":{"target":"Package","version":"[0.96.0, )"},"FastReport.Core":{"target":"Package","version":"[2021.3.0, )"},"Microsoft.CodeAnalysis.CSharp":{"target":"Package","version":"[4.14.0, )"},"Microsoft.CodeAnalysis.CSharp.Workspaces":{"target":"Package","version":"[4.14.0, )"},"Microsoft.CodeAnalysis.Common":{"target":"Package","version":"[4.14.0, )"},"Microsoft.CodeAnalysis.VisualBasic":{"target":"Package","version":"[4.14.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\\8.0.407/PortableRuntimeIdentifierGraph.json"}} \ No newline at end of file diff --git a/obj/rider.project.model.nuget.info b/obj/rider.project.model.nuget.info index eb9e99c..6f98eca 100644 --- a/obj/rider.project.model.nuget.info +++ b/obj/rider.project.model.nuget.info @@ -1 +1 @@ -17544609987254415 \ No newline at end of file +17544716381904056 \ No newline at end of file diff --git a/obj/rider.project.restore.info b/obj/rider.project.restore.info index 51a9aec..abf6924 100644 --- a/obj/rider.project.restore.info +++ b/obj/rider.project.restore.info @@ -1 +1 @@ -17544609997186963 \ No newline at end of file +17544716390480447 \ 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 16dd05d..1f6ecdd 100644 --- a/obj/rmutr_report.csproj.nuget.dgspec.json +++ b/obj/rmutr_report.csproj.nuget.dgspec.json @@ -54,10 +54,6 @@ "target": "Package", "version": "[0.96.0, )" }, - "EPPlus": { - "target": "Package", - "version": "[7.2.2, )" - }, "FastReport.Core": { "target": "Package", "version": "[2021.3.0, )" diff --git a/obj/rmutr_report.csproj.nuget.g.targets b/obj/rmutr_report.csproj.nuget.g.targets index 2f17146..a7378b6 100644 --- a/obj/rmutr_report.csproj.nuget.g.targets +++ b/obj/rmutr_report.csproj.nuget.g.targets @@ -1,7 +1,6 @@  - diff --git a/rmutr_report.csproj b/rmutr_report.csproj index ff84434..0df1a77 100644 --- a/rmutr_report.csproj +++ b/rmutr_report.csproj @@ -9,7 +9,6 @@ -