~ruther/NosSmooth

ref: 3f0d3a8d38a2dd5ee84a35164bc37c039e41e4af NosSmooth/Pcap/NosSmooth.Pcap/NosSmooth.Pcap.csproj -rw-r--r-- 539 bytes
3f0d3a8d — Rutherther feat(pcap): keep last pcap live device in client 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<Project Sdk="Microsoft.NET.Sdk">

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

    <ItemGroup>
      <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