Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to build Certify - This project references NuGet package(s) that are missing on this computer #18

Open
robertstrom opened this issue Aug 4, 2022 · 5 comments

Comments

@robertstrom
Copy link

Hello,

Let me start off stating that I am far from a Visual Studio expert but I have successfully built projects before, including Rubeus.

I have installed Visual Studio 2019 Community Edition and I have downloaded the project, opened the project, and then selected "Release" (as opposed to "Debug") and then selected Build and I am getting the error below (as well as several others - see screenshot).

Severity Code Description Project File Line Suppression State
Error This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is ..\packages\dnMerge.0.5.15\build\dnMerge.targets. Certify C:\Users\rstrom\source\repos\Certify-main\Certify\Certify.csproj 129

Hopefully this is either something really stupid that I am not doing correctly or something easy to fix. Really looking to get this built so that I can do testing and the necessary validation of fixes.

image

Thanks much!

@komatera
Copy link

developers don't care

@raghavmishra
Copy link

If anyone facing the same error, then it could be solved using following option,
1- Go to Tools -> NuGet Package Manager -> Package Manager Settings
2- Go to package source -> add source (+ sign on right upper corner) and add "https://www.nuget.org/api/v2/" in source.
The error which I was getting because VS was looking for the assembly locally. So, when you add online source, it could go out and load the dependency(if found). Hope this help others.

@0xsu3ks
Copy link

0xsu3ks commented Nov 30, 2022

You can also try : Right Click References and Click Scope to This

@1mm0rt41PC
Copy link

In a basic cmd.exe shell:

git clone https://github.com/GhostPack/Certify
cd Certify
nuget install Certify\packages.config -OutputDirectory packages
msbuild /t:Build /property:Configuration=Release

@h8handles
Copy link

You can also try : Right Click References and Click Scope to This

this worked for me thx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants