pcap2mpe/pcap2mpe/pcap2mpe.csproj
2026-05-07 16:13:15 +02:00

15 lines
359 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="SharpPcap" Version="6.3.1" />
</ItemGroup>
</Project>