summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-05-16 14:02:42 (GMT)
committerKitware Robot <kwrobot@kitware.com>2018-05-16 14:02:48 (GMT)
commitc8c07c24dd6692f5a5d6bfa604e25a8e2275588c (patch)
tree41ab144526596f7ce7949619d833311ccc45e858 /Help/release
parentd32ceffb1ea28d78780fd2f4d34842fcb81331cb (diff)
parent71a033616a748d1bb4286ca0667cedf6b57df217 (diff)
downloadCMake-c8c07c24dd6692f5a5d6bfa604e25a8e2275588c.zip
CMake-c8c07c24dd6692f5a5d6bfa604e25a8e2275588c.tar.gz
CMake-c8c07c24dd6692f5a5d6bfa604e25a8e2275588c.tar.bz2
Merge topic 'dotnet_target_fw_init'
71a033616a added CMAKE_DOTNET_TARGET_FRAMEWORK_VERSION variable Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2032
Diffstat (limited to 'Help/release')
-rw-r--r--Help/release/dev/dotnet-target-framework-ver-init.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/Help/release/dev/dotnet-target-framework-ver-init.rst b/Help/release/dev/dotnet-target-framework-ver-init.rst
new file mode 100644
index 0000000..fd1490c
--- /dev/null
+++ b/Help/release/dev/dotnet-target-framework-ver-init.rst
@@ -0,0 +1,11 @@
+dotnet-target-fw-initialization
+-------------------------------
+
+* The :prop_tgt:`DOTNET_TARGET_FRAMEWORK_VERSION` target property
+ was introduced as replacement for
+ :prop_tgt:`VS_DOTNET_TARGET_FRAMEWORK_VERSION`, which is considered
+ deprecated now.
+
+* The :variable:`CMAKE_DOTNET_TARGET_FRAMEWORK_VERSION` variable
+ was defined to initialize all
+ :prop_tgt:`DOTNET_TARGET_FRAMEWORK_VERSION` target properties.