mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Run the `Utilities/Sphinx/update_versions.py` script to add initial markup to every top-level document and find module. Issue: #19715
16 lines
390 B
ReStructuredText
16 lines
390 B
ReStructuredText
DOTNET_TARGET_FRAMEWORK
|
|
-----------------------
|
|
|
|
.. versionadded:: 3.17
|
|
|
|
Specify the .NET target framework.
|
|
|
|
Used to specify the .NET target framework for C++/CLI and C#. For
|
|
example: ``netcoreapp2.1``.
|
|
|
|
This property is only evaluated for :ref:`Visual Studio Generators`
|
|
VS 2010 and above.
|
|
|
|
Can be initialized for all targets using the variable
|
|
:variable:`CMAKE_DOTNET_TARGET_FRAMEWORK`.
|