From 5b00cebdf773dcbb82c5f03172d4857be75d7d2a Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Mon, 6 Apr 2026 09:31:00 -0400 Subject: [PATCH] Update PowerShell example to Blazor 10.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 079bc4f8f..d42440e0f 100644 --- a/README.md +++ b/README.md @@ -36,14 +36,14 @@ git sparse-checkout init --cone git sparse-checkout set {VERSION FOLDER}/{SAMPLE FOLDER} ``` -The following [PowerShell](https://learn.microsoft.com/powershell/) example obtains the 9.0 Blazor Web App sample and places it in the user's documents folder using PowerShell's `~/documents` path for the change directory (`cd`) command: +The following [PowerShell](https://learn.microsoft.com/powershell/) example obtains the 10.0 Blazor Web App sample and places it in the user's documents folder using PowerShell's `~/documents` path for the change directory (`cd`) command: ```powershell cd "~/documents" git clone --depth 1 --filter=blob:none https://github.com/dotnet/blazor-samples.git --sparse cd blazor-samples git sparse-checkout init --cone -git sparse-checkout set 9.0/BlazorSample_BlazorWebApp +git sparse-checkout set 10.0/BlazorSample_BlazorWebApp ``` ## Sample app article links (latest release)