fix EndPoint null pointer

This commit is contained in:
raphaeIl
2024-04-01 16:41:42 -04:00
parent 40c053cf30
commit d6c07eb41d
3 changed files with 7 additions and 6 deletions

View File

@@ -8,7 +8,7 @@
<OutputType>Exe</OutputType>
<RootNamespace>BLHX.Server.PcapParser</RootNamespace>
<AssemblyName>BLHX.Server.PcapParser</AssemblyName>
<TargetFrameworkVersion>v4.8.1</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Deterministic>true</Deterministic>