Continuación de CRUDs e inicio de Reportes.
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
"Microsoft.AspNetCore.OpenApi": "9.0.3",
|
||||
"Microsoft.Data.SqlClient": "6.0.2",
|
||||
"NPOI": "2.7.3",
|
||||
"ReportViewerCore.NETCore": "15.1.26",
|
||||
"Swashbuckle.AspNetCore": "8.1.1",
|
||||
"System.IdentityModel.Tokens.Jwt": "8.9.0"
|
||||
},
|
||||
@@ -133,6 +134,114 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"Microsoft.CodeAnalysis.Analyzers/3.3.4": {},
|
||||
"Microsoft.CodeAnalysis.Common/4.8.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.CodeAnalysis.Analyzers": "3.3.4",
|
||||
"System.Collections.Immutable": "7.0.0",
|
||||
"System.Reflection.Metadata": "7.0.0",
|
||||
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net7.0/Microsoft.CodeAnalysis.dll": {
|
||||
"assemblyVersion": "4.8.0.0",
|
||||
"fileVersion": "4.800.23.55801"
|
||||
}
|
||||
},
|
||||
"resources": {
|
||||
"lib/net7.0/cs/Microsoft.CodeAnalysis.resources.dll": {
|
||||
"locale": "cs"
|
||||
},
|
||||
"lib/net7.0/de/Microsoft.CodeAnalysis.resources.dll": {
|
||||
"locale": "de"
|
||||
},
|
||||
"lib/net7.0/es/Microsoft.CodeAnalysis.resources.dll": {
|
||||
"locale": "es"
|
||||
},
|
||||
"lib/net7.0/fr/Microsoft.CodeAnalysis.resources.dll": {
|
||||
"locale": "fr"
|
||||
},
|
||||
"lib/net7.0/it/Microsoft.CodeAnalysis.resources.dll": {
|
||||
"locale": "it"
|
||||
},
|
||||
"lib/net7.0/ja/Microsoft.CodeAnalysis.resources.dll": {
|
||||
"locale": "ja"
|
||||
},
|
||||
"lib/net7.0/ko/Microsoft.CodeAnalysis.resources.dll": {
|
||||
"locale": "ko"
|
||||
},
|
||||
"lib/net7.0/pl/Microsoft.CodeAnalysis.resources.dll": {
|
||||
"locale": "pl"
|
||||
},
|
||||
"lib/net7.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": {
|
||||
"locale": "pt-BR"
|
||||
},
|
||||
"lib/net7.0/ru/Microsoft.CodeAnalysis.resources.dll": {
|
||||
"locale": "ru"
|
||||
},
|
||||
"lib/net7.0/tr/Microsoft.CodeAnalysis.resources.dll": {
|
||||
"locale": "tr"
|
||||
},
|
||||
"lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": {
|
||||
"locale": "zh-Hans"
|
||||
},
|
||||
"lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": {
|
||||
"locale": "zh-Hant"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Microsoft.CodeAnalysis.VisualBasic/4.8.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.CodeAnalysis.Common": "4.8.0"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net7.0/Microsoft.CodeAnalysis.VisualBasic.dll": {
|
||||
"assemblyVersion": "4.8.0.0",
|
||||
"fileVersion": "4.800.23.55801"
|
||||
}
|
||||
},
|
||||
"resources": {
|
||||
"lib/net7.0/cs/Microsoft.CodeAnalysis.VisualBasic.resources.dll": {
|
||||
"locale": "cs"
|
||||
},
|
||||
"lib/net7.0/de/Microsoft.CodeAnalysis.VisualBasic.resources.dll": {
|
||||
"locale": "de"
|
||||
},
|
||||
"lib/net7.0/es/Microsoft.CodeAnalysis.VisualBasic.resources.dll": {
|
||||
"locale": "es"
|
||||
},
|
||||
"lib/net7.0/fr/Microsoft.CodeAnalysis.VisualBasic.resources.dll": {
|
||||
"locale": "fr"
|
||||
},
|
||||
"lib/net7.0/it/Microsoft.CodeAnalysis.VisualBasic.resources.dll": {
|
||||
"locale": "it"
|
||||
},
|
||||
"lib/net7.0/ja/Microsoft.CodeAnalysis.VisualBasic.resources.dll": {
|
||||
"locale": "ja"
|
||||
},
|
||||
"lib/net7.0/ko/Microsoft.CodeAnalysis.VisualBasic.resources.dll": {
|
||||
"locale": "ko"
|
||||
},
|
||||
"lib/net7.0/pl/Microsoft.CodeAnalysis.VisualBasic.resources.dll": {
|
||||
"locale": "pl"
|
||||
},
|
||||
"lib/net7.0/pt-BR/Microsoft.CodeAnalysis.VisualBasic.resources.dll": {
|
||||
"locale": "pt-BR"
|
||||
},
|
||||
"lib/net7.0/ru/Microsoft.CodeAnalysis.VisualBasic.resources.dll": {
|
||||
"locale": "ru"
|
||||
},
|
||||
"lib/net7.0/tr/Microsoft.CodeAnalysis.VisualBasic.resources.dll": {
|
||||
"locale": "tr"
|
||||
},
|
||||
"lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.VisualBasic.resources.dll": {
|
||||
"locale": "zh-Hans"
|
||||
},
|
||||
"lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.VisualBasic.resources.dll": {
|
||||
"locale": "zh-Hant"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Microsoft.Data.SqlClient/6.0.2": {
|
||||
"dependencies": {
|
||||
"Azure.Identity": "1.11.4",
|
||||
@@ -272,6 +381,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"Microsoft.Extensions.ObjectPool/8.0.10": {},
|
||||
"Microsoft.Extensions.Options/9.0.4": {
|
||||
"dependencies": {
|
||||
"Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.4",
|
||||
@@ -406,6 +516,22 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"Microsoft.Win32.SystemEvents/9.0.0": {
|
||||
"runtime": {
|
||||
"lib/net9.0/Microsoft.Win32.SystemEvents.dll": {
|
||||
"assemblyVersion": "9.0.0.0",
|
||||
"fileVersion": "9.0.24.52809"
|
||||
}
|
||||
},
|
||||
"runtimeTargets": {
|
||||
"runtimes/win/lib/net9.0/Microsoft.Win32.SystemEvents.dll": {
|
||||
"rid": "win",
|
||||
"assetType": "runtime",
|
||||
"assemblyVersion": "9.0.0.0",
|
||||
"fileVersion": "9.0.24.52809"
|
||||
}
|
||||
}
|
||||
},
|
||||
"NPOI/2.7.3": {
|
||||
"dependencies": {
|
||||
"BouncyCastle.Cryptography": "2.3.1",
|
||||
@@ -438,6 +564,34 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"ReportViewerCore.NETCore/15.1.26": {
|
||||
"dependencies": {
|
||||
"Microsoft.CodeAnalysis.VisualBasic": "4.8.0",
|
||||
"System.CodeDom": "9.0.0",
|
||||
"System.Drawing.Common": "9.0.0",
|
||||
"System.IO.Packaging": "9.0.0",
|
||||
"System.Resources.Extensions": "6.0.0",
|
||||
"System.ServiceModel.Http": "8.1.0"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net9.0/Microsoft.ReportViewer.Common.dll": {
|
||||
"assemblyVersion": "15.0.0.0",
|
||||
"fileVersion": "15.0.1404.0"
|
||||
},
|
||||
"lib/net9.0/Microsoft.ReportViewer.DataVisualization.dll": {
|
||||
"assemblyVersion": "15.0.0.0",
|
||||
"fileVersion": "15.0.1404.0"
|
||||
},
|
||||
"lib/net9.0/Microsoft.ReportViewer.NETCore.dll": {
|
||||
"assemblyVersion": "15.1.26.0",
|
||||
"fileVersion": "15.1.26.0"
|
||||
},
|
||||
"lib/net9.0/Microsoft.ReportViewer.ProcessingObjectModel.dll": {
|
||||
"assemblyVersion": "15.0.0.0",
|
||||
"fileVersion": "15.0.1404.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"SharpZipLib/1.4.2": {
|
||||
"runtime": {
|
||||
"lib/net6.0/ICSharpCode.SharpZipLib.dll": {
|
||||
@@ -516,6 +670,15 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"System.CodeDom/9.0.0": {
|
||||
"runtime": {
|
||||
"lib/net9.0/System.CodeDom.dll": {
|
||||
"assemblyVersion": "9.0.0.0",
|
||||
"fileVersion": "9.0.24.52809"
|
||||
}
|
||||
}
|
||||
},
|
||||
"System.Collections.Immutable/7.0.0": {},
|
||||
"System.Configuration.ConfigurationManager/9.0.4": {
|
||||
"dependencies": {
|
||||
"System.Diagnostics.EventLog": "9.0.4",
|
||||
@@ -549,6 +712,21 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"System.Drawing.Common/9.0.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.Win32.SystemEvents": "9.0.0"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net9.0/System.Drawing.Common.dll": {
|
||||
"assemblyVersion": "9.0.0.0",
|
||||
"fileVersion": "9.0.24.52901"
|
||||
},
|
||||
"lib/net9.0/System.Private.Windows.Core.dll": {
|
||||
"assemblyVersion": "9.0.0.0",
|
||||
"fileVersion": "9.0.24.52901"
|
||||
}
|
||||
}
|
||||
},
|
||||
"System.IdentityModel.Tokens.Jwt/8.9.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.IdentityModel.JsonWebTokens": "8.9.0",
|
||||
@@ -561,6 +739,14 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"System.IO.Packaging/9.0.0": {
|
||||
"runtime": {
|
||||
"lib/net9.0/System.IO.Packaging.dll": {
|
||||
"assemblyVersion": "9.0.0.0",
|
||||
"fileVersion": "9.0.24.52809"
|
||||
}
|
||||
}
|
||||
},
|
||||
"System.Memory/4.5.4": {},
|
||||
"System.Memory.Data/1.0.2": {
|
||||
"dependencies": {
|
||||
@@ -575,6 +761,19 @@
|
||||
}
|
||||
},
|
||||
"System.Numerics.Vectors/4.5.0": {},
|
||||
"System.Reflection.Metadata/7.0.0": {
|
||||
"dependencies": {
|
||||
"System.Collections.Immutable": "7.0.0"
|
||||
}
|
||||
},
|
||||
"System.Resources.Extensions/6.0.0": {
|
||||
"runtime": {
|
||||
"lib/net6.0/System.Resources.Extensions.dll": {
|
||||
"assemblyVersion": "6.0.0.0",
|
||||
"fileVersion": "6.0.21.52210"
|
||||
}
|
||||
}
|
||||
},
|
||||
"System.Runtime.CompilerServices.Unsafe/6.0.0": {},
|
||||
"System.Security.Cryptography.Pkcs/9.0.4": {
|
||||
"runtime": {
|
||||
@@ -605,6 +804,123 @@
|
||||
"System.Security.Cryptography.Pkcs": "9.0.4"
|
||||
}
|
||||
},
|
||||
"System.ServiceModel.Http/8.1.0": {
|
||||
"dependencies": {
|
||||
"System.ServiceModel.Primitives": "8.1.0"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net8.0/System.ServiceModel.Http.dll": {
|
||||
"assemblyVersion": "8.1.0.0",
|
||||
"fileVersion": "8.100.24.56201"
|
||||
}
|
||||
},
|
||||
"resources": {
|
||||
"lib/net8.0/cs/System.ServiceModel.Http.resources.dll": {
|
||||
"locale": "cs"
|
||||
},
|
||||
"lib/net8.0/de/System.ServiceModel.Http.resources.dll": {
|
||||
"locale": "de"
|
||||
},
|
||||
"lib/net8.0/es/System.ServiceModel.Http.resources.dll": {
|
||||
"locale": "es"
|
||||
},
|
||||
"lib/net8.0/fr/System.ServiceModel.Http.resources.dll": {
|
||||
"locale": "fr"
|
||||
},
|
||||
"lib/net8.0/it/System.ServiceModel.Http.resources.dll": {
|
||||
"locale": "it"
|
||||
},
|
||||
"lib/net8.0/ja/System.ServiceModel.Http.resources.dll": {
|
||||
"locale": "ja"
|
||||
},
|
||||
"lib/net8.0/ko/System.ServiceModel.Http.resources.dll": {
|
||||
"locale": "ko"
|
||||
},
|
||||
"lib/net8.0/pl/System.ServiceModel.Http.resources.dll": {
|
||||
"locale": "pl"
|
||||
},
|
||||
"lib/net8.0/pt-BR/System.ServiceModel.Http.resources.dll": {
|
||||
"locale": "pt-BR"
|
||||
},
|
||||
"lib/net8.0/ru/System.ServiceModel.Http.resources.dll": {
|
||||
"locale": "ru"
|
||||
},
|
||||
"lib/net8.0/tr/System.ServiceModel.Http.resources.dll": {
|
||||
"locale": "tr"
|
||||
},
|
||||
"lib/net8.0/zh-Hans/System.ServiceModel.Http.resources.dll": {
|
||||
"locale": "zh-Hans"
|
||||
},
|
||||
"lib/net8.0/zh-Hant/System.ServiceModel.Http.resources.dll": {
|
||||
"locale": "zh-Hant"
|
||||
}
|
||||
}
|
||||
},
|
||||
"System.ServiceModel.Primitives/8.1.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.Extensions.ObjectPool": "8.0.10",
|
||||
"System.Security.Cryptography.Xml": "8.0.2"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net8.0/System.ServiceModel.Duplex.dll": {
|
||||
"assemblyVersion": "8.1.0.0",
|
||||
"fileVersion": "8.100.24.56201"
|
||||
},
|
||||
"lib/net8.0/System.ServiceModel.Primitives.dll": {
|
||||
"assemblyVersion": "8.1.0.0",
|
||||
"fileVersion": "8.100.24.56201"
|
||||
},
|
||||
"lib/net8.0/System.ServiceModel.Security.dll": {
|
||||
"assemblyVersion": "8.1.0.0",
|
||||
"fileVersion": "8.100.24.56201"
|
||||
},
|
||||
"lib/net8.0/System.ServiceModel.dll": {
|
||||
"assemblyVersion": "4.0.0.0",
|
||||
"fileVersion": "8.100.24.56201"
|
||||
}
|
||||
},
|
||||
"resources": {
|
||||
"lib/net8.0/cs/System.ServiceModel.Primitives.resources.dll": {
|
||||
"locale": "cs"
|
||||
},
|
||||
"lib/net8.0/de/System.ServiceModel.Primitives.resources.dll": {
|
||||
"locale": "de"
|
||||
},
|
||||
"lib/net8.0/es/System.ServiceModel.Primitives.resources.dll": {
|
||||
"locale": "es"
|
||||
},
|
||||
"lib/net8.0/fr/System.ServiceModel.Primitives.resources.dll": {
|
||||
"locale": "fr"
|
||||
},
|
||||
"lib/net8.0/it/System.ServiceModel.Primitives.resources.dll": {
|
||||
"locale": "it"
|
||||
},
|
||||
"lib/net8.0/ja/System.ServiceModel.Primitives.resources.dll": {
|
||||
"locale": "ja"
|
||||
},
|
||||
"lib/net8.0/ko/System.ServiceModel.Primitives.resources.dll": {
|
||||
"locale": "ko"
|
||||
},
|
||||
"lib/net8.0/pl/System.ServiceModel.Primitives.resources.dll": {
|
||||
"locale": "pl"
|
||||
},
|
||||
"lib/net8.0/pt-BR/System.ServiceModel.Primitives.resources.dll": {
|
||||
"locale": "pt-BR"
|
||||
},
|
||||
"lib/net8.0/ru/System.ServiceModel.Primitives.resources.dll": {
|
||||
"locale": "ru"
|
||||
},
|
||||
"lib/net8.0/tr/System.ServiceModel.Primitives.resources.dll": {
|
||||
"locale": "tr"
|
||||
},
|
||||
"lib/net8.0/zh-Hans/System.ServiceModel.Primitives.resources.dll": {
|
||||
"locale": "zh-Hans"
|
||||
},
|
||||
"lib/net8.0/zh-Hant/System.ServiceModel.Primitives.resources.dll": {
|
||||
"locale": "zh-Hant"
|
||||
}
|
||||
}
|
||||
},
|
||||
"System.Text.Encoding.CodePages/5.0.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.Platforms": "5.0.0"
|
||||
@@ -698,6 +1014,27 @@
|
||||
"path": "microsoft.bcl.cryptography/9.0.4",
|
||||
"hashPath": "microsoft.bcl.cryptography.9.0.4.nupkg.sha512"
|
||||
},
|
||||
"Microsoft.CodeAnalysis.Analyzers/3.3.4": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-AxkxcPR+rheX0SmvpLVIGLhOUXAKG56a64kV9VQZ4y9gR9ZmPXnqZvHJnmwLSwzrEP6junUF11vuc+aqo5r68g==",
|
||||
"path": "microsoft.codeanalysis.analyzers/3.3.4",
|
||||
"hashPath": "microsoft.codeanalysis.analyzers.3.3.4.nupkg.sha512"
|
||||
},
|
||||
"Microsoft.CodeAnalysis.Common/4.8.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-/jR+e/9aT+BApoQJABlVCKnnggGQbvGh7BKq2/wI1LamxC+LbzhcLj4Vj7gXCofl1n4E521YfF9w0WcASGg/KA==",
|
||||
"path": "microsoft.codeanalysis.common/4.8.0",
|
||||
"hashPath": "microsoft.codeanalysis.common.4.8.0.nupkg.sha512"
|
||||
},
|
||||
"Microsoft.CodeAnalysis.VisualBasic/4.8.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-kfHPh/etcWypMDYfHxgfitgJMhi986OFCICb76RPcA1Toordf6bBYEJytWr2L5CNdkXFWuw5qTkrlsktBav4VA==",
|
||||
"path": "microsoft.codeanalysis.visualbasic/4.8.0",
|
||||
"hashPath": "microsoft.codeanalysis.visualbasic.4.8.0.nupkg.sha512"
|
||||
},
|
||||
"Microsoft.Data.SqlClient/6.0.2": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
@@ -747,6 +1084,13 @@
|
||||
"path": "microsoft.extensions.logging.abstractions/9.0.4",
|
||||
"hashPath": "microsoft.extensions.logging.abstractions.9.0.4.nupkg.sha512"
|
||||
},
|
||||
"Microsoft.Extensions.ObjectPool/8.0.10": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-u7gAG7JgxF8VSJUGPSudAcPxOt+ymJKQCSxNRxiuKV+klCQbHljQR75SilpedCTfhPWDhtUwIJpnDVtspr9nMg==",
|
||||
"path": "microsoft.extensions.objectpool/8.0.10",
|
||||
"hashPath": "microsoft.extensions.objectpool.8.0.10.nupkg.sha512"
|
||||
},
|
||||
"Microsoft.Extensions.Options/9.0.4": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
@@ -845,6 +1189,13 @@
|
||||
"path": "microsoft.sqlserver.server/1.0.0",
|
||||
"hashPath": "microsoft.sqlserver.server.1.0.0.nupkg.sha512"
|
||||
},
|
||||
"Microsoft.Win32.SystemEvents/9.0.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-z8FfGIaoeALdD+KF44A2uP8PZIQQtDGiXsOLuN8nohbKhkyKt7zGaZb+fKiCxTuBqG22Q7myIAioSWaIcOOrOw==",
|
||||
"path": "microsoft.win32.systemevents/9.0.0",
|
||||
"hashPath": "microsoft.win32.systemevents.9.0.0.nupkg.sha512"
|
||||
},
|
||||
"NPOI/2.7.3": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
@@ -852,6 +1203,13 @@
|
||||
"path": "npoi/2.7.3",
|
||||
"hashPath": "npoi.2.7.3.nupkg.sha512"
|
||||
},
|
||||
"ReportViewerCore.NETCore/15.1.26": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-++dE5lildQKId9/jAc8DLRAPpQEzpNGsuVNCZmOIMr1mlEew3LXeRS/+Fz70BtA7cUsI2dCMbt34Xuzi7Ka4Pg==",
|
||||
"path": "reportviewercore.netcore/15.1.26",
|
||||
"hashPath": "reportviewercore.netcore.15.1.26.nupkg.sha512"
|
||||
},
|
||||
"SharpZipLib/1.4.2": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
@@ -908,6 +1266,20 @@
|
||||
"path": "system.clientmodel/1.0.0",
|
||||
"hashPath": "system.clientmodel.1.0.0.nupkg.sha512"
|
||||
},
|
||||
"System.CodeDom/9.0.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-oTE5IfuMoET8yaZP/vdvy9xO47guAv/rOhe4DODuFBN3ySprcQOlXqO3j+e/H/YpKKR5sglrxRaZ2HYOhNJrqA==",
|
||||
"path": "system.codedom/9.0.0",
|
||||
"hashPath": "system.codedom.9.0.0.nupkg.sha512"
|
||||
},
|
||||
"System.Collections.Immutable/7.0.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-dQPcs0U1IKnBdRDBkrCTi1FoajSTBzLcVTpjO4MBCMC7f4pDOIPzgBoX8JjG7X6uZRJ8EBxsi8+DR1JuwjnzOQ==",
|
||||
"path": "system.collections.immutable/7.0.0",
|
||||
"hashPath": "system.collections.immutable.7.0.0.nupkg.sha512"
|
||||
},
|
||||
"System.Configuration.ConfigurationManager/9.0.4": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
@@ -929,6 +1301,13 @@
|
||||
"path": "system.diagnostics.eventlog/9.0.4",
|
||||
"hashPath": "system.diagnostics.eventlog.9.0.4.nupkg.sha512"
|
||||
},
|
||||
"System.Drawing.Common/9.0.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-uoozjI3+dlgKh2onFJcz8aNLh6TRCPlLSh8Dbuljc8CdvqXrxHOVysJlrHvlsOCqceqGBR1wrMPxlnzzhynktw==",
|
||||
"path": "system.drawing.common/9.0.0",
|
||||
"hashPath": "system.drawing.common.9.0.0.nupkg.sha512"
|
||||
},
|
||||
"System.IdentityModel.Tokens.Jwt/8.9.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
@@ -936,6 +1315,13 @@
|
||||
"path": "system.identitymodel.tokens.jwt/8.9.0",
|
||||
"hashPath": "system.identitymodel.tokens.jwt.8.9.0.nupkg.sha512"
|
||||
},
|
||||
"System.IO.Packaging/9.0.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-9OT/DurX/4rW4UA6SaWsYfmfYddykKZaG9aQmzg19qoiDYbEDTrziSwhgp00KDBmRA+FRbb2u5c7cxnLm4klKw==",
|
||||
"path": "system.io.packaging/9.0.0",
|
||||
"hashPath": "system.io.packaging.9.0.0.nupkg.sha512"
|
||||
},
|
||||
"System.Memory/4.5.4": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
@@ -957,6 +1343,20 @@
|
||||
"path": "system.numerics.vectors/4.5.0",
|
||||
"hashPath": "system.numerics.vectors.4.5.0.nupkg.sha512"
|
||||
},
|
||||
"System.Reflection.Metadata/7.0.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-MclTG61lsD9sYdpNz9xsKBzjsmsfCtcMZYXz/IUr2zlhaTaABonlr1ESeompTgM+Xk+IwtGYU7/voh3YWB/fWw==",
|
||||
"path": "system.reflection.metadata/7.0.0",
|
||||
"hashPath": "system.reflection.metadata.7.0.0.nupkg.sha512"
|
||||
},
|
||||
"System.Resources.Extensions/6.0.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-pBnVzNQYd0OHqh0VLu/hi0zFOTtyF8QwtziQBmzX/ZtVOea4+JEVOGu29DHeSOA0a9SFrYjQorBrOLuKLhcMNQ==",
|
||||
"path": "system.resources.extensions/6.0.0",
|
||||
"hashPath": "system.resources.extensions.6.0.0.nupkg.sha512"
|
||||
},
|
||||
"System.Runtime.CompilerServices.Unsafe/6.0.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
@@ -985,6 +1385,20 @@
|
||||
"path": "system.security.cryptography.xml/8.0.2",
|
||||
"hashPath": "system.security.cryptography.xml.8.0.2.nupkg.sha512"
|
||||
},
|
||||
"System.ServiceModel.Http/8.1.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-xGyo7hO2S7tRVvCDpWiQYeuSQZ0DcuDPHfX7JC3ncAjwsqCOqTATRAylGCxU0lW1iE4fjDACYT8hHo/hin9csA==",
|
||||
"path": "system.servicemodel.http/8.1.0",
|
||||
"hashPath": "system.servicemodel.http.8.1.0.nupkg.sha512"
|
||||
},
|
||||
"System.ServiceModel.Primitives/8.1.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-/NGnzQSp2lmTlCfKzcD2PVKRnx6bQCbEqlb5sXo31TA2C7oA8g5I7Wfjk8dNRNUo1uSqZUcj3htED6tWA/mX9w==",
|
||||
"path": "system.servicemodel.primitives/8.1.0",
|
||||
"hashPath": "system.servicemodel.primitives.8.1.0.nupkg.sha512"
|
||||
},
|
||||
"System.Text.Encoding.CodePages/5.0.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
|
||||
Reference in New Issue
Block a user