Update command for adding project reference#52478
Update command for adding project reference#52478Sam-Davidson wants to merge 1 commit intodotnet:mainfrom
Conversation
The old "reference add" doesn't work in the current version. Switching it to "add reference" fixes the issue.
Youssef1313
left a comment
There was a problem hiding this comment.
The dotnet add reference is the old way. This was updated in #43917.
The documentation link earlier also notes that.
There was a problem hiding this comment.
Previous comment was approve by mistake.
The old "reference add" doesn't work in the current version. Switching it to "add reference" fixes the issue.
Which version do you use?
cc @MiYanni
|
@Youssef1313 Per this PR, we've switched to the preference being |
|
Strange, I appear to be on the latest version. I don't know why only the old |
|
@Sam-Davidson We have aliases that allow
|

The old "reference add" doesn't work in the current version. Switching it to "add reference" fixes the issue.dotnet reference addis the current way, anddotnet add referenceis the old way, yet only the old way works for me, mysteriously. See below.Summary
Describe your changes here.
Fixes #Issue_Number (if available)
Internal previews