You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/DEVELOPMENT.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
This page contains steps to build and run the .NET MAUI repository from source. If you are looking to build apps with .NET MAUI please head over to the links in the [README](https://github.com/dotnet/maui/blob/main/README.md) to get started.
4
4
5
5
## Initial setup
6
+
6
7
### Windows
7
8
- Install VS 17.12 or newer
8
9
- Follow [these steps](https://learn.microsoft.com/dotnet/maui/get-started/installation?tabs=vswin) to include MAUI
@@ -17,6 +18,8 @@ This page contains steps to build and run the .NET MAUI repository from source.
17
18
## Building the Build Tasks
18
19
Before opening the solution in Visual Studio / VS Code you **MUST** build the build tasks.
19
20
21
+
Note: the main branch is always [pinned to the latest stable release](https://github.com/dotnet/maui/blob/main/global.json) of the .NET SDK. This is regardless of said release being a long-term support (LTS) release or not. This means that you will need to have that version of the .NET SDK installed and configured on your machine in order to be able to execute the commands below and build the .NET MAUI codebase.
22
+
20
23
1. Open a command prompt/terminal/shell window
21
24
1. Navigate to the location of your cloned `dotnet/maui` repo, for example:
0 commit comments