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

Added additional documentation about assumptions #732

Merged
merged 1 commit into from
Aug 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading