From 3c837a3be1548e296d6ed1afb32ebe418b69db25 Mon Sep 17 00:00:00 2001
From: C3204 <zhengyabo@lanpucloud.cn>
Date: 星期四, 02 四月 2026 13:03:41 +0800
Subject: [PATCH] 优化相机采集队列处理逻辑。
---
LB_SmartVisionCommon/bin/Debug/net8.0-windows/LB_SmartVisionCommon.deps.json | 69 ++++++++++++++++++++++++++++++++++
1 files changed, 69 insertions(+), 0 deletions(-)
diff --git a/LB_SmartVisionCommon/bin/Debug/net8.0-windows/LB_SmartVisionCommon.deps.json b/LB_SmartVisionCommon/bin/Debug/net8.0-windows/LB_SmartVisionCommon.deps.json
index 4219265..f1c2207 100644
--- a/LB_SmartVisionCommon/bin/Debug/net8.0-windows/LB_SmartVisionCommon.deps.json
+++ b/LB_SmartVisionCommon/bin/Debug/net8.0-windows/LB_SmartVisionCommon.deps.json
@@ -18,6 +18,9 @@
}
},
"log4net/3.2.0": {
+ "dependencies": {
+ "System.Configuration.ConfigurationManager": "4.5.0"
+ },
"runtime": {
"lib/netstandard2.0/log4net.dll": {
"assemblyVersion": "3.2.0.0",
@@ -25,6 +28,7 @@
}
}
},
+ "Microsoft.NETCore.Platforms/2.0.0": {},
"Newtonsoft.Json/13.0.4": {
"runtime": {
"lib/net6.0/Newtonsoft.Json.dll": {
@@ -39,6 +43,12 @@
"assemblyVersion": "10.0.0.0",
"fileVersion": "10.0.225.61305"
}
+ }
+ },
+ "System.Configuration.ConfigurationManager/4.5.0": {
+ "dependencies": {
+ "System.Security.Cryptography.ProtectedData": "4.5.0",
+ "System.Security.Permissions": "4.5.0"
}
},
"System.Management/10.0.2": {
@@ -58,6 +68,23 @@
"assemblyVersion": "10.0.0.2",
"fileVersion": "10.0.225.61305"
}
+ }
+ },
+ "System.Security.AccessControl/4.5.0": {
+ "dependencies": {
+ "Microsoft.NETCore.Platforms": "2.0.0",
+ "System.Security.Principal.Windows": "4.5.0"
+ }
+ },
+ "System.Security.Cryptography.ProtectedData/4.5.0": {},
+ "System.Security.Permissions/4.5.0": {
+ "dependencies": {
+ "System.Security.AccessControl": "4.5.0"
+ }
+ },
+ "System.Security.Principal.Windows/4.5.0": {
+ "dependencies": {
+ "Microsoft.NETCore.Platforms": "2.0.0"
}
},
"LB_SmartVisionCameraSDK/1.0.0": {
@@ -83,6 +110,13 @@
"path": "log4net/3.2.0",
"hashPath": "log4net.3.2.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"
+ },
"Newtonsoft.Json/13.0.4": {
"type": "package",
"serviceable": true,
@@ -97,6 +131,13 @@
"path": "system.codedom/10.0.2",
"hashPath": "system.codedom.10.0.2.nupkg.sha512"
},
+ "System.Configuration.ConfigurationManager/4.5.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-UIFvaFfuKhLr9u5tWMxmVoDPkFeD+Qv8gUuap4aZgVGYSYMdERck4OhLN/2gulAc0nYTEigWXSJNNWshrmxnng==",
+ "path": "system.configuration.configurationmanager/4.5.0",
+ "hashPath": "system.configuration.configurationmanager.4.5.0.nupkg.sha512"
+ },
"System.Management/10.0.2": {
"type": "package",
"serviceable": true,
@@ -104,6 +145,34 @@
"path": "system.management/10.0.2",
"hashPath": "system.management.10.0.2.nupkg.sha512"
},
+ "System.Security.AccessControl/4.5.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-vW8Eoq0TMyz5vAG/6ce483x/CP83fgm4SJe5P8Tb1tZaobcvPrbMEL7rhH1DRdrYbbb6F0vq3OlzmK0Pkwks5A==",
+ "path": "system.security.accesscontrol/4.5.0",
+ "hashPath": "system.security.accesscontrol.4.5.0.nupkg.sha512"
+ },
+ "System.Security.Cryptography.ProtectedData/4.5.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-wLBKzFnDCxP12VL9ANydSYhk59fC4cvOr9ypYQLPnAj48NQIhqnjdD2yhP8yEKyBJEjERWS9DisKL7rX5eU25Q==",
+ "path": "system.security.cryptography.protecteddata/4.5.0",
+ "hashPath": "system.security.cryptography.protecteddata.4.5.0.nupkg.sha512"
+ },
+ "System.Security.Permissions/4.5.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-9gdyuARhUR7H+p5CjyUB/zPk7/Xut3wUSP8NJQB6iZr8L3XUXTMdoLeVAg9N4rqF8oIpE7MpdqHdDHQ7XgJe0g==",
+ "path": "system.security.permissions/4.5.0",
+ "hashPath": "system.security.permissions.4.5.0.nupkg.sha512"
+ },
+ "System.Security.Principal.Windows/4.5.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-U77HfRXlZlOeIXd//Yoj6Jnk8AXlbeisf1oq1os+hxOGVnuG+lGSfGqTwTZBoORFF6j/0q7HXIl8cqwQ9aUGqQ==",
+ "path": "system.security.principal.windows/4.5.0",
+ "hashPath": "system.security.principal.windows.4.5.0.nupkg.sha512"
+ },
"LB_SmartVisionCameraSDK/1.0.0": {
"type": "project",
"serviceable": false,
--
Gitblit v1.9.3