From c4eaf1d847ca57b0c478aa488d1e1fde13cf5030 Mon Sep 17 00:00:00 2001 From: Bret Johnson Date: Fri, 20 Oct 2023 10:51:19 -0400 Subject: [PATCH 1/2] 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. --- .github/DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/DEVELOPMENT.md b/.github/DEVELOPMENT.md index 8915ceff943a..50324cec1f5c 100644 --- a/.github/DEVELOPMENT.md +++ b/.github/DEVELOPMENT.md @@ -3,7 +3,7 @@ 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: +Install Visual Studio 17.8 latest preview or newer. Follow the instructions here to install .NET MAUI with Visual Studio: - [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. From d7aa244c4a6f48d48351662cab53ea7c36f6876b Mon Sep 17 00:00:00 2001 From: Bret Johnson Date: Fri, 20 Oct 2023 11:02:36 -0400 Subject: [PATCH 2/2] Improve text --- .github/DEVELOPMENT.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/DEVELOPMENT.md b/.github/DEVELOPMENT.md index 50324cec1f5c..db924ececfd3 100644 --- a/.github/DEVELOPMENT.md +++ b/.github/DEVELOPMENT.md @@ -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 -Install Visual Studio 17.8 latest preview or newer. Follow the instructions here to install .NET MAUI with Visual Studio: - - [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