Skip to content

Instantly share code, notes, and snippets.

@nutrino
Created February 1, 2023 00:38
Show Gist options
  • Save nutrino/1f8de5d0238ec8f470692091622560ac to your computer and use it in GitHub Desktop.
Save nutrino/1f8de5d0238ec8f470692091622560ac to your computer and use it in GitHub Desktop.
.NET Commands in Linux
dotnet nuget locals all -l
@nutrino
Copy link
Author

nutrino commented Feb 1, 2023

@nutrino
Copy link
Author

nutrino commented Feb 1, 2023

@nutrino
Copy link
Author

nutrino commented Feb 8, 2023

dotnet nuget list source

dotnet nuget disable source [저장소명]

@nutrino
Copy link
Author

nutrino commented Feb 8, 2023

dotnet restore --packages G:\NugetPkgs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment