Skip to content

Commit

Permalink
Update to NtApiDotNet 1.1.10. This fixes issue #2
Browse files Browse the repository at this point in the history
  • Loading branch information
James Forshaw committed Mar 1, 2018
1 parent 0f2d0aa commit 53d8f7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FindZombieHandles/FindZombieHandles.csproj
Expand Up @@ -35,7 +35,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="NtApiDotNet, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\NtApiDotNet.1.1.9\lib\net45\NtApiDotNet.dll</HintPath>
<HintPath>packages\NtApiDotNet.1.1.10\lib\net45\NtApiDotNet.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
2 changes: 1 addition & 1 deletion FindZombieHandles/packages.config
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NtApiDotNet" version="1.1.9" targetFramework="net461" />
<package id="NtApiDotNet" version="1.1.10" targetFramework="net461" />
</packages>

0 comments on commit 53d8f7f

Please sign in to comment.