diff --git a/11.0/Directory.Build.props b/11.0/Directory.Build.props index 58b2c922a..24c4a59d3 100644 --- a/11.0/Directory.Build.props +++ b/11.0/Directory.Build.props @@ -1,7 +1,7 @@ - - 11.0.0-preview.3.26203.7 - 11.0.0-preview.3.26207.106 + + 11.0.0-preview.7.26406.9 + 11.0.0-preview.7.26381.103 diff --git a/11.0/README.md b/11.0/README.md index 023953099..5dfd8a118 100644 --- a/11.0/README.md +++ b/11.0/README.md @@ -10,7 +10,7 @@ This folder contains samples that demonstrate **features specific to .NET MAUI 1 ```bash # 1. Install the preview SDK locally (does NOT modify your system PATH) -./dotnet-install.sh --version 11.0.100-preview.3.26207.106 --install-dir ./.dotnet +./dotnet-install.sh --version 11.0.100-preview.7.26381.103 --install-dir ./.dotnet # 2. The global.json in this folder already has sdk.paths configured: cat global.json @@ -21,7 +21,7 @@ The `global.json` in this folder uses `sdk.paths` to point to a local `.dotnet/` ```json { "sdk": { - "version": "11.0.100-preview.3.26207.106", + "version": "11.0.100-preview.7.26381.103", "paths": [".dotnet"] } } diff --git a/11.0/global.json b/11.0/global.json index 91e4ba7e8..8976695ee 100644 --- a/11.0/global.json +++ b/11.0/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "11.0.100-preview.3.26207.106", + "version": "11.0.100-preview.7.26381.103", "rollForward": "latestFeature", "allowPrerelease": true }