@@ -70,27 +70,25 @@ Installation:
70
70
| Feature | dotnet CLI | nuget CLI (Windows) | nuget CLI (Mono) | Visual Studio (Windows) | Visual Studio for Mac |
71
71
| --- | --- | --- | --- | --- | --- |
72
72
| Search packages | | ✔ ; | ✔ ; | ✔ ; | ✔ ; |
73
- | Install/uninstall packages | ✔ ; (1) | ✔ ; (2 ) | ✔ ; | ✔ ; | ✔ ; |
73
+ | Install/uninstall packages | ✔ ; | ✔ ; (1 ) | ✔ ; | ✔ ; | ✔ ; |
74
74
| Update packages | ✔ ; | ✔ ; | | ✔ ; | ✔ ; |
75
- | Restore packages | ✔ ; | ✔ ; | ✔ ; (3 ) | ✔ ; | ✔ ; |
75
+ | Restore packages | ✔ ; | ✔ ; | ✔ ; (2 ) | ✔ ; | ✔ ; |
76
76
| Manage package feeds (sources) | | ✔ ; | ✔ ; | ✔ ; | ✔ ; |
77
- | Manage packages on a feed | ✔ ; (1) | ✔ ; | ✔ ; | | |
77
+ | Manage packages on a feed | ✔ ; | ✔ ; | ✔ ; | | |
78
78
| Set API keys for feeds | | ✔ ; | ✔ ; | | |
79
- | Create packages(4 ) | ✔ ; | ✔ ; | ✔ ; (5 ) | ✔ ; | |
80
- | Publish packages | ✔ ; (1) | ✔ ; | ✔ ; | ✔ ; | |
79
+ | Create packages(3 ) | ✔ ; | ✔ ; | ✔ ; (4 ) | ✔ ; | |
80
+ | Publish packages | ✔ ; | ✔ ; | ✔ ; | ✔ ; | |
81
81
| Replicate packages | | ✔ ; | ✔ ; | | |
82
82
| Manage * global-package* and cache folders | ✔ ; | ✔ ; | ✔ ; | | |
83
83
| Manage NuGet configuration | | ✔ ; | ✔ ; | | |
84
84
85
- (1) Packages on nuget.org only
85
+ (1) Does not affect project files; use ` dotnet.exe ` instead.
86
86
87
- (2) Does not affect project files; use ` dotnet.exe ` instead .
87
+ (2) Works only with ` packages.config ` file and not with solution ( ` .sln ` ) files .
88
88
89
- (3) Works only with ` packages.config ` file and not with solution ( ` .sln ` ) files .
89
+ (3) Various advanced package features are available through the CLI only as they aren't represented in the Visual Studio UI tools .
90
90
91
- (4) Various advanced package features are available through the CLI only as they aren't represented in the Visual Studio UI tools.
92
-
93
- (5) Works with ` .nuspec ` files but not with project files.
91
+ (4) Works with ` .nuspec ` files but not with project files.
94
92
95
93
### Related topics
96
94
0 commit comments