Skip to content

Commit

Permalink
Added additional documentation about assumptions
Browse files Browse the repository at this point in the history
Added additional documentation about assumptions.
Closes #570
  • Loading branch information
valadas committed Aug 23, 2024
1 parent 96eb433 commit 15602e2
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ Welcome to you new module template!

## First build

- **Before you start**

This module template makes a few assumptions about your environment, make sure you have the following installed:
- Latest version of Visual Studio, and updates (Free community edition is fine)
- Latest version of .NET Core SDK (LST)
- A test site that uses the latest version of DNN (you can target older versions but out-of-the-box this template is set to the latest)
- The solution and the project are expected to be in the same folder.
If you move the project to a different folder, you will need to update the paths in the `Build.cs` file.


- **Package your module**

Build tasks are placed in the launch profiles menu in Visual Studio,
Expand Down

0 comments on commit 15602e2

Please sign in to comment.