Commit Graph

3 Commits

Author SHA1 Message Date
Michael Friedrich 60996322a7 Fix warning for the Icinga top banner name 2019-07-31 12:54:51 +02:00
Michael Insel 921c0fa5f6 Raise .NET target version to 4.6
This sets the target .NET framework version to 4.6.

The Prefer32Bit option was introduced with .NET 4. When set to true this
will generate x86 machine code on a 64-bit system, but this only affects
projects where the platform target is set to Any CPU. CMake generates
the project based on the system. Since the Prefer32Bit option was auto
generated during the switch to the new .NET version I ensured this is
explicitly set to false.

refs #7090
2019-04-25 19:01:07 +02:00
Gunnar Beutner 954debf235 Build fix for Linux 2014-09-19 10:10:45 +02:00