Skip to content

Instantly share code, notes, and snippets.

@nul800sebastiaan
Created June 26, 2014 14:08
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nul800sebastiaan/79680fd9418d4f6408a9 to your computer and use it in GitHub Desktop.
Save nul800sebastiaan/79680fd9418d4f6408a9 to your computer and use it in GitHub Desktop.
.NET Framework 4.5 selected
File > New Project > Visual C# > Web > ASP.NET Web Application > Empty
In Package Manager Console, https://nuget.org/api/v2/ selected as source
Install-Package UmbracoCms
F5 to run and install Umbraco
After that succeeds, back to Package Manager Console
update-package ImageProcessor -Source D:\Dropbox\Windows\Downloads
update-package ImageProcessor.Web -Source D:\Dropbox\Windows\Downloads
- Obviously "Source" is the folder where the downloaded nupkg files are
F5 again to build and see if it works
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment