Skip to content

Commit 00f0802

Browse files
committed
Updated NtApiDotNet to v1.1.29 to fix issue #11.
1 parent 55bcf18 commit 00f0802

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

FindZombieHandles/FindZombieHandles.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
</PropertyGroup>
3636
<ItemGroup>
3737
<Reference Include="NtApiDotNet, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
38-
<HintPath>packages\NtApiDotNet.1.1.28\lib\net45\NtApiDotNet.dll</HintPath>
38+
<HintPath>packages\NtApiDotNet.1.1.29\lib\net45\NtApiDotNet.dll</HintPath>
3939
</Reference>
4040
<Reference Include="System" />
4141
<Reference Include="System.Core" />

FindZombieHandles/packages.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="NtApiDotNet" version="1.1.28" targetFramework="net461" />
3+
<package id="NtApiDotNet" version="1.1.29" targetFramework="net461" />
44
</packages>

0 commit comments

Comments
 (0)