We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4355cb8 + 10c6ac2 commit a3a09e3Copy full SHA for a3a09e3
docs/core-concepts/libraries/libraries-with-cli.md
@@ -497,7 +497,7 @@ Consumtion scenarios like this mean that the APIs being accessed have to have a
497
To reference a project, you need to do two things:
498
499
1. Understand the name and version number of the project you wish to reference.
500
-2. List that project as a dependeny using the name and version number from (1).
+2. List that project as a dependency using the name and version number from (1).
501
502
In the above case, you may wish to set up the `project.json` for **AwesomeLibrary.Core** as follows:
503
@@ -639,4 +639,4 @@ $ ls bin/release
639
netstandard1.0/
640
Lib.1.0.0.nupkg
641
Lib.1.0.0.symbols.nupkg
642
-```
+```
0 commit comments