I'm using the "dotnet add reference" command to add a reference to my Visual Studio project, but it's adding the path of the reference instead of the reference name. How can I make it add the reference name?
Reference link: https://learn.microsoft.com/en-us/do...-add-reference

Following is the command which I have used
Code:
dotnet add vbproj/path/of/project reference vbproj/path/of/reference