mirror of
https://github.com/netchx/netch.git
synced 2026-03-14 17:43:18 +08:00
Bumps [Vanara.PInvoke.IpHlpApi](https://github.com/dahall/vanara) from 3.3.13 to 3.3.14. - [Release notes](https://github.com/dahall/vanara/releases) - [Commits](https://github.com/dahall/vanara/compare/v3.3.13...v3.3.14) --- updated-dependencies: - dependency-name: Vanara.PInvoke.IpHlpApi dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
20 lines
634 B
XML
20 lines
634 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>
|
|
<PublishTrimmed>true</PublishTrimmed>
|
|
<TrimMode>link</TrimMode>
|
|
<TrimmerDefaultAction>link</TrimmerDefaultAction>
|
|
</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.14" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|