diff options
author | Joerg Bornemann <joerg.bornemann@qt.io> | 2020-01-13 16:33:55 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-01-24 14:11:05 (GMT) |
commit | ae1e1909a13fa6e68c33fe92cc8f5c76c30df76f (patch) | |
tree | 20f52a77199a163a7e8f4fd6a786ba1b77ac22f9 /Help/prop_tgt/DOTNET_TARGET_FRAMEWORK_VERSION.rst | |
parent | 93d414861251cb6c88021756f53621160b98bf96 (diff) | |
download | CMake-ae1e1909a13fa6e68c33fe92cc8f5c76c30df76f.zip CMake-ae1e1909a13fa6e68c33fe92cc8f5c76c30df76f.tar.gz CMake-ae1e1909a13fa6e68c33fe92cc8f5c76c30df76f.tar.bz2 |
VS: Add support for .NET Standard and .NET Core
Fixes: #20105
Diffstat (limited to 'Help/prop_tgt/DOTNET_TARGET_FRAMEWORK_VERSION.rst')
-rw-r--r-- | Help/prop_tgt/DOTNET_TARGET_FRAMEWORK_VERSION.rst | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Help/prop_tgt/DOTNET_TARGET_FRAMEWORK_VERSION.rst b/Help/prop_tgt/DOTNET_TARGET_FRAMEWORK_VERSION.rst index c100326..b33f4fb 100644 --- a/Help/prop_tgt/DOTNET_TARGET_FRAMEWORK_VERSION.rst +++ b/Help/prop_tgt/DOTNET_TARGET_FRAMEWORK_VERSION.rst @@ -3,11 +3,13 @@ DOTNET_TARGET_FRAMEWORK_VERSION Specify the .NET target framework version. -Used to specify the .NET target framework version for C++/CLI. For -example: ``v4.5``. +Used to specify the .NET target framework version for C++/CLI and C#. +For example: ``v4.5``. 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_VERSION`. +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. |