Files
netch/Netch/Netch.csproj
2021-10-14 18:08:26 +08:00

17 lines
505 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net5.0-windows10.0.20348.0</TargetFramework>
<UseWPF>true</UseWPF>
<Platforms>x64</Platforms>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="System.Management" Version="5.0.0" />
<PackageReference Include="Vanara.PInvoke.IpHlpApi" Version="3.3.13" />
</ItemGroup>
</Project>