diff --git a/Modbus.Net/Modbus.Net/Configuration/MachineReader.cs b/Modbus.Net/Modbus.Net/Configuration/MachineReader.cs index b931527..b3a61f3 100644 --- a/Modbus.Net/Modbus.Net/Configuration/MachineReader.cs +++ b/Modbus.Net/Modbus.Net/Configuration/MachineReader.cs @@ -116,7 +116,7 @@ namespace Modbus.Net } } - internal class AddressReader where TUnitKey : IEquatable where TAddressKey : IEquatable where TSubAddressKey : IEquatable + public class AddressReader where TUnitKey : IEquatable where TAddressKey : IEquatable where TSubAddressKey : IEquatable { private static readonly IConfigurationRoot configuration = new ConfigurationBuilder() .SetBasePath(Directory.GetCurrentDirectory())