opc依赖版本修改

This commit is contained in:
iioter 2023-05-18 13:41:45 +08:00
parent e2af6d57b7
commit c73257d18a
2 changed files with 3 additions and 3 deletions

View File

@ -560,13 +560,13 @@ namespace Plugin
}
}
//foreach (var payload in sendModel[DeviceName])
//foreach (var payload in sendModel[deviceName])
//{
// if (payload.Values != null)
// foreach (var kv in payload.Values)
// {
// //更新到UAService
// _uaNodeManager?.UpdateNode($"{device.Parent.DeviceName}.{DeviceName}.{kv.Key}",
// _uaNodeManager?.UpdateNode($"{device.Parent.DeviceName}.{deviceName}.{kv.Key}",
// kv.Value);
// }
//}

View File

@ -10,7 +10,7 @@
<PackageReference Include="DynamicExpresso.Core" Version="2.16.0" />
<PackageReference Include="Mono.Options" Version="6.12.0.148" />
<PackageReference Include="MQTTnet" Version="4.1.4.563" />
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Server" Version="1.4.371.60" />
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua.Server" Version="1.4.370.12" />
</ItemGroup>
<ItemGroup>