blob: 697778ffe4c8d54bd7bac4cb26a29d8f5a1522f7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
vs-package-restore
------------------
* Targets with :prop_tgt:`VS_PACKAGE_REFERENCES` will now automatically attempt
to restore the package references from NuGet. The cache variable
:variable:`CMAKE_VS_NUGET_PACKAGE_RESTORE` was added to toggle automatic
package restore off.
* :manual:`cmake(1)` gained the ``--resolve-package-references=<on|off|only>``
command-line option to control automatic package restoration.
|