Skip to content

Commit d3cbe5c

Browse files
sharonfindenAshish Jain
authored and
Ashish Jain
committed
Update Package-restore-troubleshooting.md (NuGet#1088)
1 parent fa51a72 commit d3cbe5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/consume-packages/Package-restore-troubleshooting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Use NuGet Package Restore to download them. The missing file is {name}.
3939

4040
This error occurs you attempt to build a project that contains references to one or more NuGet packages, but those packages are not presently installed on the computer or in the project.
4141

42-
- When using the PackageReference management format, the error means that the package is not installed in the *global-packages* folder as described on as described on [Managing the global packages and cache folders](managing-the-global-packages-and-cache-folders.md).
42+
- When using the PackageReference management format, the error means that the package is not installed in the *global-packages* folder as described on [Managing the global packages and cache folders](managing-the-global-packages-and-cache-folders.md).
4343
- When using `packages.config`, the error means that the package is not installed in the `packages` folder at the solution root.
4444

4545
This situation commonly occurs when you obtain the project's source code from source control or another download. Packages are typically omitted from source control or downloads because they can be restored from package feeds like nuget.org (see [Packages and source control](Packages-and-Source-Control.md)). Including them would otherwise bloat the repository or create unnecessarily large .zip files.
@@ -111,4 +111,4 @@ You can also edit these settings directly in the applicable `nuget.config` file
111111

112112
- You may be using an old version of NuGet. Check [nuget.org/downloads](https://www.nuget.org/downloads) for the latest recommended versions. For Visual Studio 2015, we recommend 3.6.0.
113113

114-
If you encounter other problems, [file an issue on GitHub](https://github.com/NuGet/docs.microsoft.com-nuget/issues) so we can get more details from you.
114+
If you encounter other problems, [file an issue on GitHub](https://github.com/NuGet/docs.microsoft.com-nuget/issues) so we can get more details from you.

0 commit comments

Comments
 (0)