Skip to content

Commit 79dbf32

Browse files
authored
Update Package-References-in-Project-Files.md
1 parent 18aa08b commit 79dbf32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/consume-packages/Package-References-in-Project-Files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ You can control various behaviors of restore with lock file as described below:
237237

238238
| Option | MSBuild equivalent option | Description|
239239
|:--- |:--- |:--- |
240-
| `--use-lock-file` | RestorePackagesWithLockFile | Opts into the usage of a lock file for the project. |
240+
| `--use-lock-file` | RestorePackagesWithLockFile | Opts into the usage of a lock file. |
241241
| `--locked-mode` | RestoreLockedMode | Enables locked mode for restore. This is useful in CI/CD scenarios where you want repeatable builds.|
242242
| `--force-evaluate` | RestoreForceEvaluate | This option is useful with packages with floating version defined in the project. By default, NuGet restore will not update the package version automatically upon each restore unless you run restore with this option. |
243243
| `--lock-file-path` | NuGetLockFilePath | Defines a custom lock file location for a project. By default, NuGet supports `packages.lock.json` at the root directory. If you have multiple projects in the same directory, NuGet supports project specific lock file `packages.<project_name>.lock.json` |

0 commit comments

Comments
 (0)