Assembly Name Fix.

This commit is contained in:
parallelbgls
2017-06-01 18:27:59 +08:00
parent 5b52c5c415
commit 8a46643a09

View File

@@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netstandard1.3</TargetFramework>
<AssemblyName>Modbus.Net</AssemblyName>
<AssemblyName>Modbus.Net.Core</AssemblyName>
<RootNamespace>Modbus.Net</RootNamespace>
<PackageId>Modbus.Net.Core</PackageId>
<Version>1.3.8-beta2</Version>