mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 22:30:07 -05:00
14 lines
562 B
ReStructuredText
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.
|