Skip to content

Commit 5d16150

Browse files
Fix command syntax for dotnet outdated
1 parent 5161fea commit 5d16150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Part 2 - Project Creation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ If you prefer to use the command line, you can update all packages using the `do
126126
3. Update all packages in the solution, including prerelease versions:
127127

128128
```powershell
129-
dotnet outdated --solution GenAiLab.sln --upgrade --pre-release Always
129+
dotnet outdated GenAiLab.sln --upgrade --pre-release Always
130130
```
131131

132132
4. After the update completes, restore and build the solution to ensure everything is working:

0 commit comments

Comments
 (0)