Skip to content

Commit

Permalink
Update dev getting started instructions (dotnet#18196)
Browse files Browse the repository at this point in the history
* Update dev getting started instructions

Developing for MAUI on main now requires .NET8, so update the
instructions to install VS 17.8 preview instead of 17.7 stable,
to get .NET8 support.

* Improve text
  • Loading branch information
BretJohnson authored Oct 20, 2023
1 parent 556dc23 commit 87c9aac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
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.

## Visual Studio
Follow the instructions here to install .NET MAUI with Visual Studio Stable:
- [Windows](https://learn.microsoft.com/dotnet/maui/get-started/installation?tabs=vswin)
- Select the 20348 SDK option inside Individual Components or [install 20348 manually](https://go.microsoft.com/fwlink/?linkid=2164145)
- If you know you have 20348 installed but are still getting an error around this SDK missing, trying uninstalling and reinstalling the SDK.
Install Visual Studio with .NET8 support.
- Windows: install VS 17.8 latest preview or newer
- Follow [these steps](https://learn.microsoft.com/dotnet/maui/get-started/installation?tabs=vswin) to include MAUI
- Select the 20348 SDK option inside Individual Components or [install 20348 manually](https://go.microsoft.com/fwlink/?linkid=2164145). If you know you have 20348 installed but are still getting an error around this SDK missing, trying uninstalling and reinstalling the SDK.
- [macOS](https://learn.microsoft.com/dotnet/maui/get-started/installation?tabs=vsmac)

## iOS / MacCatalyst
Expand Down

0 comments on commit 87c9aac

Please sign in to comment.