Skip to content

Commit 515d5ef

Browse files
authored
Add missing space
1 parent bec1485 commit 515d5ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/consume-packages/Package-Restore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ NuGet has two formats in which a project may use packages: [`PackageReference`](
138138
[!INCLUDE [restore-nuget-exe-cli](includes/restore-nuget-exe-cli.md)]
139139

140140
> [!IMPORTANT]
141-
> The `restore`command does not modify a project file or *packages.config*. To add a dependency, either add a package through the Package Manager UI or Console in Visual Studio, or modify *packages.config* and then run either `install` or `restore`.
141+
> The `restore` command does not modify a project file or *packages.config*. To add a dependency, either add a package through the Package Manager UI or Console in Visual Studio, or modify *packages.config* and then run either `install` or `restore`.
142142

143143
## Restore using MSBuild
144144

0 commit comments

Comments
 (0)