]> granicus.if.org Git - icinga2/commit
Raise .NET target version to 4.6
authorMichael Insel <michael@insel.email>
Wed, 24 Apr 2019 17:31:14 +0000 (19:31 +0200)
committerMichael Insel <michael@insel.email>
Thu, 25 Apr 2019 17:01:07 +0000 (19:01 +0200)
commit921c0fa5f6bf585c5745059470b8d9e89369f267
tree8fa10d9b4b003b3cdd6ebcc64bef842d522241bb
parent37de1a919bc2ee91ad4d8edce2b86339130e6e51
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
agent/windows-setup-agent/Icinga2SetupAgent.csproj
agent/windows-setup-agent/Properties/Resources.Designer.cs
agent/windows-setup-agent/Properties/Settings.Designer.cs