Skip to content

Commit 4cf442b

Browse files
author
Kraig Brockschmidt
authored
Merge pull request NuGet#259 from fgreinacher/patch-3
Fix formatting
2 parents 263370c + 5084e85 commit 4cf442b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Schema/msbuild-targets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ msbuild /t:pack <path to .csproj file> /p:NuspecFile=<path to nuspec file> /p:Nu
225225

226226
## restore target
227227

228-
As part of the move to MSBuild, package restore becomes an MSBuild target, that is, MSBuild /t:restore`. `nuget restore` and `dotnet restore` use this target to restore packages in .NET Core projects.
228+
As part of the move to MSBuild, package restore becomes an MSBuild target, that is, `MSBuild /t:restore`, `nuget restore` and `dotnet restore` use this target to restore packages in .NET Core projects.
229229

230230
The restore target works as follows:
231231

0 commit comments

Comments
 (0)