mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-04 14:55:32 +00:00
Update cheatsheets
This commit is contained in:
@@ -12,6 +12,14 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`dotnet add reference {{path/to/reference.csproj}}`
|
||||
|
||||
- Add multiple references to the project in the current directory:
|
||||
|
||||
`dotnet add reference {{path/to/reference1.csproj path/to/reference2.csproj ...}}`
|
||||
|
||||
- Add a reference to the specific project:
|
||||
|
||||
`dotnet add {{path/to/project.csproj}} reference {{path/to/reference.csproj}}`
|
||||
|
||||
- Add multiple references to the specific project:
|
||||
|
||||
`dotnet add {{path/to/project.csproj}} reference {{path/to/reference1.csproj path/to/reference2.csproj ...}}`
|
||||
|
||||
Reference in New Issue
Block a user