Skip to content

Commit db2fcba

Browse files
committed
.NET SDK 8.x のインストール例の記載見直し
1 parent 7295982 commit db2fcba

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
@@ -18,7 +18,7 @@ Developer-focused details (architecture, CI, tests, implementation cautions):
1818

1919
```powershell
2020
# Windows (winget)
21-
winget install Microsoft.DotNet.SDK.8
21+
winget install Microsoft.DotNet.SDK.8 --source winget
2222
```
2323

2424
```powershell
@@ -284,7 +284,7 @@ After writing, report/IL files are set to read-only when possible (failures are
284284

285285
```powershell
286286
# Windows (winget)
287-
winget install Microsoft.DotNet.SDK.8
287+
winget install Microsoft.DotNet.SDK.8 --source winget
288288
```
289289

290290
```powershell

0 commit comments

Comments
 (0)