blob: e8b5f0c653003ea382a400d78714313c3f7ddff3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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.
* :manual:`cmake-presets(7)` gained support for specifying the
``resolvePackageReferences`` command line option in a build preset.
|