This commit is contained in:
luosheng
2023-10-16 05:40:32 +08:00
parent d23b942464
commit d619bf36a1

View File

@@ -116,7 +116,7 @@ namespace Modbus.Net
} }
} }
internal class AddressReader<TUnitKey, TAddressKey, TSubAddressKey> where TUnitKey : IEquatable<TUnitKey> where TAddressKey : IEquatable<TAddressKey> where TSubAddressKey : IEquatable<TSubAddressKey> public class AddressReader<TUnitKey, TAddressKey, TSubAddressKey> where TUnitKey : IEquatable<TUnitKey> where TAddressKey : IEquatable<TAddressKey> where TSubAddressKey : IEquatable<TSubAddressKey>
{ {
private static readonly IConfigurationRoot configuration = new ConfigurationBuilder() private static readonly IConfigurationRoot configuration = new ConfigurationBuilder()
.SetBasePath(Directory.GetCurrentDirectory()) .SetBasePath(Directory.GetCurrentDirectory())