change package reference for h-opc used in Modbus.Net

This commit is contained in:
luosheng
2023-02-17 08:23:16 +08:00
parent 816ea6a3aa
commit 008f895193
2 changed files with 24 additions and 4 deletions

View File

@@ -2,6 +2,10 @@
using Opc.Ua;
using Opc.Ua.Client;
using Opc.Ua.Configuration;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace Hylasoft.Opc.Ua
{