From f34f0751ef0c6305c94ff342ca7fbe24aa09844e Mon Sep 17 00:00:00 2001
From: tjx <t2856754968@163.com>
Date: 星期四, 18 十二月 2025 14:48:31 +0800
Subject: [PATCH] 111
---
StandardPda/MES.Service/bin/Debug/net8.0/MES.Service.deps.json | 170 ++++++++++++++++++++++++++++++++++++++++++++++----------
1 files changed, 140 insertions(+), 30 deletions(-)
diff --git a/StandardPda/MES.Service/bin/Debug/net8.0/MES.Service.deps.json b/StandardPda/MES.Service/bin/Debug/net8.0/MES.Service.deps.json
index 9b51f44..590a4d2 100644
--- a/StandardPda/MES.Service/bin/Debug/net8.0/MES.Service.deps.json
+++ b/StandardPda/MES.Service/bin/Debug/net8.0/MES.Service.deps.json
@@ -8,6 +8,7 @@
".NETCoreApp,Version=v8.0": {
"MES.Service/1.0.0": {
"dependencies": {
+ "EPPlus": "7.0.0",
"Masuit.Tools.Core": "2024.3.4",
"SqlSugarCore": "5.1.4.158"
},
@@ -56,6 +57,43 @@
"lib/net6.0/DnsClient.dll": {
"assemblyVersion": "1.7.0.0",
"fileVersion": "1.7.0.0"
+ }
+ }
+ },
+ "EPPlus/7.0.0": {
+ "dependencies": {
+ "EPPlus.Interfaces": "6.1.1",
+ "EPPlus.System.Drawing": "6.1.1",
+ "Microsoft.Extensions.Configuration.Json": "8.0.0",
+ "Microsoft.IO.RecyclableMemoryStream": "2.3.2",
+ "System.ComponentModel.Annotations": "5.0.0",
+ "System.Security.Cryptography.Pkcs": "7.0.2",
+ "System.Text.Encoding.CodePages": "8.0.0"
+ },
+ "runtime": {
+ "lib/net7.0/EPPlus.dll": {
+ "assemblyVersion": "7.0.0.3",
+ "fileVersion": "7.0.0.3"
+ }
+ }
+ },
+ "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"
}
}
},
@@ -432,6 +470,14 @@
}
}
},
+ "Microsoft.IO.RecyclableMemoryStream/2.3.2": {
+ "runtime": {
+ "lib/net5.0/Microsoft.IO.RecyclableMemoryStream.dll": {
+ "assemblyVersion": "2.3.2.0",
+ "fileVersion": "2.3.2.0"
+ }
+ }
+ },
"Microsoft.NETCore.Platforms/1.1.0": {},
"Microsoft.NETCore.Targets/1.1.0": {},
"Microsoft.Win32.Registry/5.0.0": {
@@ -440,19 +486,19 @@
"System.Security.Principal.Windows": "5.0.0"
}
},
- "Microsoft.Win32.SystemEvents/6.0.0": {
+ "Microsoft.Win32.SystemEvents/7.0.0": {
"runtime": {
- "lib/net6.0/Microsoft.Win32.SystemEvents.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
+ "lib/net7.0/Microsoft.Win32.SystemEvents.dll": {
+ "assemblyVersion": "7.0.0.0",
+ "fileVersion": "7.0.22.51805"
}
},
"runtimeTargets": {
- "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll": {
+ "runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.dll": {
"rid": "win",
"assetType": "runtime",
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
+ "assemblyVersion": "7.0.0.0",
+ "fileVersion": "7.0.22.51805"
}
}
},
@@ -740,6 +786,7 @@
}
},
"System.Collections.Immutable/8.0.0": {},
+ "System.ComponentModel.Annotations/5.0.0": {},
"System.Configuration.ConfigurationManager/8.0.0": {
"dependencies": {
"System.Diagnostics.EventLog": "8.0.0",
@@ -854,31 +901,26 @@
}
}
},
- "System.Drawing.Common/6.0.0": {
+ "System.Drawing.Common/7.0.0": {
"dependencies": {
- "Microsoft.Win32.SystemEvents": "6.0.0"
+ "Microsoft.Win32.SystemEvents": "7.0.0"
},
"runtime": {
- "lib/net6.0/System.Drawing.Common.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
+ "lib/net7.0/System.Drawing.Common.dll": {
+ "assemblyVersion": "7.0.0.0",
+ "fileVersion": "7.0.22.51805"
}
},
"runtimeTargets": {
- "runtimes/unix/lib/net6.0/System.Drawing.Common.dll": {
- "rid": "unix",
- "assetType": "runtime",
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- },
- "runtimes/win/lib/net6.0/System.Drawing.Common.dll": {
+ "runtimes/win/lib/net7.0/System.Drawing.Common.dll": {
"rid": "win",
"assetType": "runtime",
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
+ "assemblyVersion": "7.0.0.0",
+ "fileVersion": "7.0.22.51805"
}
}
},
+ "System.Formats.Asn1/7.0.0": {},
"System.Globalization/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
@@ -988,6 +1030,25 @@
},
"System.Security.AccessControl/6.0.0": {},
"System.Security.Cryptography.Cng/4.5.0": {},
+ "System.Security.Cryptography.Pkcs/7.0.2": {
+ "dependencies": {
+ "System.Formats.Asn1": "7.0.0"
+ },
+ "runtime": {
+ "lib/net7.0/System.Security.Cryptography.Pkcs.dll": {
+ "assemblyVersion": "7.0.0.0",
+ "fileVersion": "7.0.723.27404"
+ }
+ },
+ "runtimeTargets": {
+ "runtimes/win/lib/net7.0/System.Security.Cryptography.Pkcs.dll": {
+ "rid": "win",
+ "assetType": "runtime",
+ "assemblyVersion": "7.0.0.0",
+ "fileVersion": "7.0.723.27404"
+ }
+ }
+ },
"System.Security.Cryptography.ProtectedData/8.0.0": {
"runtime": {
"lib/net8.0/System.Security.Cryptography.ProtectedData.dll": {
@@ -1037,7 +1098,7 @@
},
"System.Windows.Extensions/6.0.0": {
"dependencies": {
- "System.Drawing.Common": "6.0.0"
+ "System.Drawing.Common": "7.0.0"
},
"runtime": {
"lib/net6.0/System.Windows.Extensions.dll": {
@@ -1097,6 +1158,27 @@
"sha512": "sha512-2hrXR83b5g6/ZMJOA36hXp4t56yb7G1mF3Hg6IkrHxvtyaoXRn2WVdgDPN3V8+GugOlUBbTWXgPaka4dXw1QIg==",
"path": "dnsclient/1.7.0",
"hashPath": "dnsclient.1.7.0.nupkg.sha512"
+ },
+ "EPPlus/7.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-fqDPDAB0v+sU1m0VxDy4jBKhH77BoiaGjglnzflUVoHDL3Bnf8Xf/V8/dm3uYhMwChExnqFXxYscslu46seZQQ==",
+ "path": "epplus/7.0.0",
+ "hashPath": "epplus.7.0.0.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"
},
"Masuit.Tools.Abstractions/2024.3.4": {
"type": "package",
@@ -1315,6 +1397,13 @@
"path": "microsoft.identitymodel.tokens/6.8.0",
"hashPath": "microsoft.identitymodel.tokens.6.8.0.nupkg.sha512"
},
+ "Microsoft.IO.RecyclableMemoryStream/2.3.2": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-Oh1qXXFdJFcHozvb4H6XYLf2W0meZFuG0A+TfapFPj9z5fd4vxiARGEhAaLj/6XWQaMYIv4SH/9Q6H78Hw0E2Q==",
+ "path": "microsoft.io.recyclablememorystream/2.3.2",
+ "hashPath": "microsoft.io.recyclablememorystream.2.3.2.nupkg.sha512"
+ },
"Microsoft.NETCore.Platforms/1.1.0": {
"type": "package",
"serviceable": true,
@@ -1336,12 +1425,12 @@
"path": "microsoft.win32.registry/5.0.0",
"hashPath": "microsoft.win32.registry.5.0.0.nupkg.sha512"
},
- "Microsoft.Win32.SystemEvents/6.0.0": {
+ "Microsoft.Win32.SystemEvents/7.0.0": {
"type": "package",
"serviceable": true,
- "sha512": "sha512-hqTM5628jSsQiv+HGpiq3WKBl2c8v1KZfby2J6Pr7pEPlK9waPdgEO6b8A/+/xn/yZ9ulv8HuqK71ONy2tg67A==",
- "path": "microsoft.win32.systemevents/6.0.0",
- "hashPath": "microsoft.win32.systemevents.6.0.0.nupkg.sha512"
+ "sha512": "sha512-2nXPrhdAyAzir0gLl8Yy8S5Mnm/uBSQQA7jEsILOS1MTyS7DbmV1NgViMtvV1sfCD1ebITpNwb1NIinKeJgUVQ==",
+ "path": "microsoft.win32.systemevents/7.0.0",
+ "hashPath": "microsoft.win32.systemevents.7.0.0.nupkg.sha512"
},
"MySqlConnector/2.2.5": {
"type": "package",
@@ -1476,6 +1565,13 @@
"path": "system.collections.immutable/8.0.0",
"hashPath": "system.collections.immutable.8.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.Configuration.ConfigurationManager/8.0.0": {
"type": "package",
"serviceable": true,
@@ -1525,12 +1621,19 @@
"path": "system.directoryservices.protocols/6.0.1",
"hashPath": "system.directoryservices.protocols.6.0.1.nupkg.sha512"
},
- "System.Drawing.Common/6.0.0": {
+ "System.Drawing.Common/7.0.0": {
"type": "package",
"serviceable": true,
- "sha512": "sha512-NfuoKUiP2nUWwKZN6twGqXioIe1zVD0RIj2t976A+czLHr2nY454RwwXs6JU9Htc6mwqL6Dn/nEL3dpVf2jOhg==",
- "path": "system.drawing.common/6.0.0",
- "hashPath": "system.drawing.common.6.0.0.nupkg.sha512"
+ "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/7.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-+nfpV0afLmvJW8+pLlHxRjz3oZJw4fkyU9MMEaMhCsHi/SN9bGF9q79ROubDiwTiCHezmK0uCWkPP7tGFP/4yg==",
+ "path": "system.formats.asn1/7.0.0",
+ "hashPath": "system.formats.asn1.7.0.0.nupkg.sha512"
},
"System.Globalization/4.3.0": {
"type": "package",
@@ -1637,6 +1740,13 @@
"path": "system.security.cryptography.cng/4.5.0",
"hashPath": "system.security.cryptography.cng.4.5.0.nupkg.sha512"
},
+ "System.Security.Cryptography.Pkcs/7.0.2": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-xhFNJOcQSWhpiVGLLBQYoxAltQSQVycMkwaX1z7I7oEdT9Wr0HzSM1yeAbfoHaERIYd5s6EpLSOLs2qMchSKlA==",
+ "path": "system.security.cryptography.pkcs/7.0.2",
+ "hashPath": "system.security.cryptography.pkcs.7.0.2.nupkg.sha512"
+ },
"System.Security.Cryptography.ProtectedData/8.0.0": {
"type": "package",
"serviceable": true,
--
Gitblit v1.9.3