Skip to content

Commit 84a5170

Browse files
authored
Update Package-References-in-Project-Files.md
1 parent 85f8232 commit 84a5170

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
@@ -150,7 +150,7 @@ Conditions can also be applied at the `ItemGroup` level and will apply to all ch
150150
```
151151

152152
## Locking dependencies
153-
*This feature is available with NuGet **4.9** or above and with Visual Studio 2017 **15.9 Preview 5** or above.*
153+
*This feature is available with NuGet **4.9** or above and with Visual Studio 2017 **15.9** or above.*
154154

155155
Input to NuGet restore is a set of Package References from the project file (top-level or direct dependencies) and the output is a full closure of all the package dependencies including transitive dependencies. NuGet tries to always produce the same full closure of package dependencies if the input PackageReference list has not changed. However, there are some scenarios where it is unable to do so. For example:
156156

0 commit comments

Comments
 (0)