2018-08-09 18:06:22 +02:00
|
|
|
DOTNET_TARGET_FRAMEWORK_VERSION
|
|
|
|
-------------------------------
|
|
|
|
|
2021-09-14 00:13:48 +02:00
|
|
|
.. versionadded:: 3.12
|
|
|
|
|
2018-08-09 18:06:22 +02:00
|
|
|
Specify the .NET target framework version.
|
|
|
|
|
2020-08-30 11:54:41 +02:00
|
|
|
Used to specify the .NET target framework version for C++/CLI and C#.
|
|
|
|
For example: ``v4.5``.
|
2018-08-09 18:06:22 +02:00
|
|
|
|
|
|
|
This property is only evaluated for :ref:`Visual Studio Generators`
|
|
|
|
VS 2010 and above.
|
|
|
|
|
2020-08-30 11:54:41 +02:00
|
|
|
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.
|