davidjrh/dnn.bot

Use Nuget or local references for DNN assemblies

Closed this issue · 1 comments

The DotNetNuke.dll and DotNetNuke.Web.dll are both available as Nuget packages which will make this code more portable to other machines.

Any references which are not available as nuget packages should be referenced from a local folder in the project rather than relying on a specific configuration of your hard-drive. This ensures that others can download and compile the code without having to figure out how you have organized directory structures on your machine.

Fixed on 9074198