1
0

vs-package-restore.rst 562 B

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