blob: 8698eb67b987705ada2beb507b4afa79eac7058a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DOTNET_TARGET_FRAMEWORK
-----------------------
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`.
|