mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
Run the `Utilities/Sphinx/update_versions.py` script to add initial markup to every top-level document and find module. Issue: #19715
18 lines
499 B
ReStructuredText
18 lines
499 B
ReStructuredText
DOTNET_TARGET_FRAMEWORK_VERSION
|
|
-------------------------------
|
|
|
|
.. versionadded:: 3.12
|
|
|
|
Specify the .NET target framework version.
|
|
|
|
Used to specify the .NET target framework version for C++/CLI and C#.
|
|
For example: ``v4.5``.
|
|
|
|
This property is only evaluated for :ref:`Visual Studio Generators`
|
|
VS 2010 and above.
|
|
|
|
To initialize this variable for all targets set
|
|
:variable:`CMAKE_DOTNET_TARGET_FRAMEWORK` or
|
|
:variable:`CMAKE_DOTNET_TARGET_FRAMEWORK_VERSION`. If both are set,
|
|
the latter is ignored.
|