blob: 8f523dc3859dbfa398462c8dee17e8ab1e00e64b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="5.0.0" />
<PackageReference Include="Pcap.Net.x64" Version="1.0.4.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Impostor.Hazel\Impostor.Hazel.csproj" />
</ItemGroup>
</Project>
|