Assembly Name Fix.

This commit is contained in:
parallelbgls
2017-06-01 18:27:59 +08:00
parent 1874913ae7
commit d425ff2715

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>