You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/install-nuget-client-tools.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ To work with NuGet, as a package consumer or creator, you can use [cross-platfor
26
26
|[nuget.exe](#nugetexe-cli)| Provides all NuGet capabilities on Windows and most features running under [Mono](http://www.mono-project.com/docs/getting-started/install/) on Mac and Linux. |[nuget.exe](https://dist.nuget.org/win-x86-commandline/latest/nuget.exe)|
27
27
|[Visual Studio](#visual-studio)| Provides NuGet capabilities through the Package Manager UI and Package Manager Console. |[Visual Studio 2017](https://www.visualstudio.com/downloads/)|
28
28
29
-
The [MSBuild CLI](../schema/msbuild-targets.md) also provides the ability to restore and create packages, which is primarily useful on build servers. MSBuild is not otherwise a general-purpose tool for working with NuGet.
29
+
The [MSBuild CLI](schema/msbuild-targets.md) also provides the ability to restore and create packages, which is primarily useful on build servers. MSBuild is not otherwise a general-purpose tool for working with NuGet.
0 commit comments