Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions 11.0/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<!-- .NET MAUI 11 Preview 3 versions — update these when a new preview drops -->
<MauiVersion>11.0.0-preview.3.26203.7</MauiVersion>
<DotNetVersion>11.0.0-preview.3.26207.106</DotNetVersion>
<!-- .NET MAUI 11 Preview 7 versions — update these when a new preview drops -->
<MauiVersion>11.0.0-preview.7.26406.9</MauiVersion>
<DotNetVersion>11.0.0-preview.7.26381.103</DotNetVersion>
</PropertyGroup>
</Project>
4 changes: 2 additions & 2 deletions 11.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"]
}
}
Expand Down
2 changes: 1 addition & 1 deletion 11.0/global.json
Original file line number Diff line number Diff line change
@@ -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
}
Expand Down
Loading