Imagine you're developing an ASP.NET Core application on a machine without any internet access. Which tool, among the following, allows you to install NuGet packages from a local feed or folder?

  • Visual Studio Code
  • NuGet Package Manager Console
  • .NET CLI
  • NuGet CLI
When working on a machine without internet access, you can use the NuGet CLI to install NuGet packages from a local feed or folder. The NuGet CLI provides command-line tools for interacting with NuGet packages, making it a suitable choice for such scenarios.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *