From: Michael Insel Date: Wed, 24 Apr 2019 18:05:16 +0000 (+0200) Subject: Drop .NET 2.0/3.0/3.5 as supported .NET platform X-Git-Tag: v2.11.0-rc1~122^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=773921ce6810c1bd3544c5be20e8bf740a18e6b2;p=icinga2 Drop .NET 2.0/3.0/3.5 as supported .NET platform This drops .NET 2.0, 3.0 and 3.5 as as supported .NET runtime platform. The maximum version can only be v4.0, which targets currently all .NET 4.x releases. Therefor I added the sku flag to enforce .NET 4.6 as minimum runtime platform. Since .NET 4.x is backwards compatible we should be safe to only set the minimum version/sku here (i.e. we should be able to run the application on a system with .NET 4.7) refs #7090 --- diff --git a/agent/windows-setup-agent/App.config b/agent/windows-setup-agent/App.config index 49c7a61c6..5669c3558 100644 --- a/agent/windows-setup-agent/App.config +++ b/agent/windows-setup-agent/App.config @@ -1,7 +1,6 @@  - - - - + + + \ No newline at end of file