You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
390 B
16 lines
390 B
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`.
|