~ruther/NosSmooth

ref: 55d4c9a811525c95f89c737c6622d25d93232d30 NosSmooth/Pcap/NosSmooth.Pcap/NosSmooth.Pcap.csproj -rw-r--r-- 621 bytes
55d4c9a8 — Rutherther fix(pcap): handle exceptions inside of packet arrival 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<Project Sdk="Microsoft.NET.Sdk">

    <PropertyGroup>
        <TargetFramework>net7.0</TargetFramework>
        <ImplicitUsings>enable</ImplicitUsings>
        <Nullable>enable</Nullable>
    </PropertyGroup>

    <ItemGroup>
      <PackageReference Include="Microsoft.Extensions.Options" Version="7.0.0" />
      <PackageReference Include="SharpPcap" Version="6.2.5" />
    </ItemGroup>

    <ItemGroup>
      <ProjectReference Include="..\..\Core\NosSmooth.Core\NosSmooth.Core.csproj" />
      <ProjectReference Include="..\..\Core\NosSmooth.Cryptography\NosSmooth.Cryptography.csproj" />
    </ItemGroup>

</Project>
Do not follow this link