DOTNET_TARGET_FRAMEWORK_VERSION — CMake 4.0.1 Documentation (original) (raw)
Added in version 3.12.
Specify the .NET target framework version.
Used to specify the .NET target framework version for C++/CLI and C#. For example: v4.5
.
This property is only evaluated for Visual Studio GeneratorsVS 2010 and above.
To initialize this variable for all targets setCMAKE_DOTNET_TARGET_FRAMEWORK orCMAKE_DOTNET_TARGET_FRAMEWORK_VERSION. If both are set, the latter is ignored.