Files
CMake/Help/release/dev/vs-package-restore.rst
T
2022-01-22 06:35:41 -05:00

14 lines
562 B
ReStructuredText

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.