From bd125c728f48a21729fbc12122b5c340059a9d13 Mon Sep 17 00:00:00 2001
From: quanzhou <quan.zhou@broconcentric.com>
Date: 星期五, 29 八月 2025 15:45:22 +0800
Subject: [PATCH] PLC报警添加种类分别存储功能完善
---
libs/PFW/Bro.UI.Main.deps.json | 49 +++++++++++++++++++++++++++++++++++--------------
1 files changed, 35 insertions(+), 14 deletions(-)
diff --git a/libs/PFW/Bro.UI.Main.deps.json b/libs/PFW/Bro.UI.Main.deps.json
index 6b2cfbd..da7cce0 100644
--- a/libs/PFW/Bro.UI.Main.deps.json
+++ b/libs/PFW/Bro.UI.Main.deps.json
@@ -16,21 +16,21 @@
"Krypton.Docking": "6.2111.312",
"ScottPlot.WinForms": "4.1.58",
"SunnyUI": "3.0.9",
- "runtimepack.Microsoft.Windows.SDK.NET.Ref": "10.0.19041.28"
+ "runtimepack.Microsoft.Windows.SDK.NET.Ref": "10.0.19041.52"
},
"runtime": {
"Bro.UI.Main.dll": {}
}
},
- "runtimepack.Microsoft.Windows.SDK.NET.Ref/10.0.19041.28": {
+ "runtimepack.Microsoft.Windows.SDK.NET.Ref/10.0.19041.52": {
"runtime": {
"Microsoft.Windows.SDK.NET.dll": {
- "assemblyVersion": "10.0.19041.24",
- "fileVersion": "10.0.19041.28"
+ "assemblyVersion": "10.0.19041.38",
+ "fileVersion": "10.0.19041.52"
},
"WinRT.Runtime.dll": {
- "assemblyVersion": "2.0.0.0",
- "fileVersion": "2.0.1.40881"
+ "assemblyVersion": "2.1.0.0",
+ "fileVersion": "2.1.6.47881"
}
}
},
@@ -1009,7 +1009,10 @@
"Bro.UI.Model.Winform": "1.0.0"
},
"runtime": {
- "Bro.Common.Device.dll": {}
+ "Bro.Common.Device.dll": {
+ "assemblyVersion": "1.0.0",
+ "fileVersion": "1.0.40124.0"
+ }
}
},
"Bro.Common.Model/1.0.0": {
@@ -1021,7 +1024,10 @@
"System.Resources.ResourceManager": "4.3.0"
},
"runtime": {
- "Bro.Common.Model.dll": {}
+ "Bro.Common.Model.dll": {
+ "assemblyVersion": "1.0.0",
+ "fileVersion": "1.0.40127.0"
+ }
},
"resources": {
"en-US/Bro.Common.Model.resources.dll": {
@@ -1035,7 +1041,10 @@
"Microsoft.EntityFrameworkCore": "7.0.0"
},
"runtime": {
- "Bro.DataBase.Model.dll": {}
+ "Bro.DataBase.Model.dll": {
+ "assemblyVersion": "1.0.0",
+ "fileVersion": "1.0.0.0"
+ }
}
},
"Bro.Process/1.0.0": {
@@ -1047,7 +1056,10 @@
"Bro.UI.Model.Winform": "1.0.0"
},
"runtime": {
- "Bro.Process.dll": {}
+ "Bro.Process.dll": {
+ "assemblyVersion": "1.0.0",
+ "fileVersion": "1.0.40125.0"
+ }
}
},
"Bro.Process.DataBase/1.0.0": {
@@ -1061,7 +1073,10 @@
"System.Configuration.ConfigurationManager": "6.0.0"
},
"runtime": {
- "Bro.Process.DataBase.dll": {}
+ "Bro.Process.DataBase.dll": {
+ "assemblyVersion": "1.0.0",
+ "fileVersion": "1.0.21116.0"
+ }
}
},
"Bro.UI.Device.Winform/1.0.0": {
@@ -1071,7 +1086,10 @@
"Bro.UI.Model.Winform": "1.0.0"
},
"runtime": {
- "Bro.UI.Device.Winform.dll": {}
+ "Bro.UI.Device.Winform.dll": {
+ "assemblyVersion": "1.0.0",
+ "fileVersion": "1.0.30415.0"
+ }
}
},
"Bro.UI.Model.Winform/1.0.0": {
@@ -1081,7 +1099,10 @@
"SunnyUI": "3.0.9"
},
"runtime": {
- "Bro.UI.Model.Winform.dll": {}
+ "Bro.UI.Model.Winform.dll": {
+ "assemblyVersion": "1.0.0",
+ "fileVersion": "1.0.21118.0"
+ }
}
},
"halcondotnet/12.0.0.0": {
@@ -1116,7 +1137,7 @@
"serviceable": false,
"sha512": ""
},
- "runtimepack.Microsoft.Windows.SDK.NET.Ref/10.0.19041.28": {
+ "runtimepack.Microsoft.Windows.SDK.NET.Ref/10.0.19041.52": {
"type": "runtimepack",
"serviceable": false,
"sha512": ""
--
Gitblit v1.8.0