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: README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,8 +23,7 @@ Run the following command in the "Package Manager Console":
23
23
24
24
**Visual Studio**
25
25
26
-
Right click to your project in Visual Studio, choose "Manage NuGet Packages" and search for "Docker.DotNet" and click "Install".
27
-
(see [NuGet Gallery][nuget-gallery].)
26
+
Right click to your project in Visual Studio, choose "Manage NuGet Packages" and search for "Docker.DotNet.Enhanced" and click "Install" (see [NuGet Gallery][nuget-gallery]).
28
27
29
28
**.NET Core Command Line Interface**
30
29
@@ -75,9 +74,9 @@ DockerClient client = new DockerClientConfiguration(
0 commit comments