summaryrefslogtreecommitdiff
path: root/Help/prop_tgt/DOTNET_TARGET_FRAMEWORK.rst
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2020-01-13 17:33:55 +0100
committerBrad King <brad.king@kitware.com>2020-01-24 09:11:05 -0500
commitae1e1909a13fa6e68c33fe92cc8f5c76c30df76f (patch)
tree20f52a77199a163a7e8f4fd6a786ba1b77ac22f9 /Help/prop_tgt/DOTNET_TARGET_FRAMEWORK.rst
parent93d414861251cb6c88021756f53621160b98bf96 (diff)
downloadcmake-ae1e1909a13fa6e68c33fe92cc8f5c76c30df76f.tar.gz
VS: Add support for .NET Standard and .NET Core
Fixes: #20105
Diffstat (limited to 'Help/prop_tgt/DOTNET_TARGET_FRAMEWORK.rst')
-rw-r--r--Help/prop_tgt/DOTNET_TARGET_FRAMEWORK.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/Help/prop_tgt/DOTNET_TARGET_FRAMEWORK.rst b/Help/prop_tgt/DOTNET_TARGET_FRAMEWORK.rst
new file mode 100644
index 0000000000..8698eb67b9
--- /dev/null
+++ b/Help/prop_tgt/DOTNET_TARGET_FRAMEWORK.rst
@@ -0,0 +1,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`.