Adding to VS Code #155
Answered
by
primo-ppcg
smiller0924
asked this question in
Q&A
-
I have added the NuGet Package Manager to my VS Code. How do I add this package to my VS Code environment. Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
primo-ppcg
Jan 12, 2023
Replies: 1 comment
-
Assuming you've already created a project:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
primo-ppcg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Assuming you've already created a project:
cd
.dotnet add . package BinaryKits.Zpl.Viewer
(or which ever package is needed).