Skip to content

Commit 2e1b87d

Browse files
authored
Update PowerShell example to Blazor 10.0 (#651)
1 parent b29a913 commit 2e1b87d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ git sparse-checkout init --cone
3636
git sparse-checkout set {VERSION FOLDER}/{SAMPLE FOLDER}
3737
```
3838

39-
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:
39+
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:
4040

4141
```powershell
4242
cd "~/documents"
4343
git clone --depth 1 --filter=blob:none https://github.com/dotnet/blazor-samples.git --sparse
4444
cd blazor-samples
4545
git sparse-checkout init --cone
46-
git sparse-checkout set 9.0/BlazorSample_BlazorWebApp
46+
git sparse-checkout set 10.0/BlazorSample_BlazorWebApp
4747
```
4848

4949
## Sample app article links (latest release)

0 commit comments

Comments
 (0)