Skip to content

Commit 6697ec5

Browse files
Update rules/Proj0043.md
Co-authored-by: Laura Kramer <[email protected]>
1 parent 10bd6a2 commit 6697ec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/Proj0043.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ancestor: MSBuild
55

66
# Proj0043: Enable &lt;RestoreLockedMode&gt; when &lt;ContinuousIntegrationBuild&gt; is enabled
77
In order to ensure `dotnet restore` is not allowed to implicitly upgrade package versions that are
8-
specified in the [lock file](https://devblogs.microsoft.com/dotnet/enable-repeatable-package-restores-using-a-lock-file/). It is necessary to enable "locked mode".
8+
specified in the [lock file](https://devblogs.microsoft.com/dotnet/enable-repeatable-package-restores-using-a-lock-file/), it is necessary to enable "locked mode".
99
The [recommended way](https://devblogs.microsoft.com/dotnet/enable-repeatable-package-restores-using-a-lock-file/)
1010
of enabling locked mode is to conditionally set the `RestoreLockedMode` property to `true`,
1111
if the `ContinuousIntegrationBuild` is set to `true`. This is under the assumption that

0 commit comments

Comments
 (0)