NtApiDotNet library - Pulse Secure exploit

Hey guys,

Has anyone tried and successfully compiled NtApiDotNet dll from sandbox-attacksurface-analysis-tools/NtApiDotNet at main · googleprojectzero/sandbox-attacksurface-analysis-tools · GitHub ? I tried compiling it with Visual Studio 2019 and I get multiple errors similar to this:

PulseLogPrivesc.cs(72,17): error CS0012: The type ‘System.Object’ is defined in an assembly that is not referenced. You must add a reference to assembly ‘netstandard, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=cc7b13ffcd2ddd51’.

This dll is needed in order to be able to perform a priv esc on Pulse Secure client. Any advise would be much appreciated!!