浏览代码

v2.2.4

1.修复0x8606解析错误
2.修复且完善0x0200附加信息
3.增加协议分析工具待完善
tags/v2.2.4
SmallChi(Koike) 5 年前
父节点
当前提交
ae13ae7b20
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. +4
    -0
      src/JT808.Protocol.Test/JT808.Protocol.Test.csproj

+ 4
- 0
src/JT808.Protocol.Test/JT808.Protocol.Test.csproj 查看文件

@@ -10,6 +10,10 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

<ItemGroup>
<Compile Remove="Extensions\**" />
<Compile Remove="MessageBody\**" />


正在加载...
取消
保存