1DOTNET_TARGET_FRAMEWORK 2----------------------- 3 4.. versionadded:: 3.17 5 6Specify the .NET target framework. 7 8Used to specify the .NET target framework for C++/CLI and C#. For 9example: ``netcoreapp2.1``. 10 11This property is only evaluated for :ref:`Visual Studio Generators` 12VS 2010 and above. 13 14Can be initialized for all targets using the variable 15:variable:`CMAKE_DOTNET_TARGET_FRAMEWORK`. 16