mirror of
https://github.com/Icinga/icinga2.git
synced 2026-03-25 03:43:35 -04:00
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 |
||
|---|---|---|
| .. | ||
| Properties | ||
| .gitignore | ||
| App.config | ||
| app.manifest | ||
| EndpointInputBox.cs | ||
| EndpointInputBox.Designer.cs | ||
| EndpointInputBox.resx | ||
| GlobalZonesInputBox.cs | ||
| GlobalZonesInputBox.Designer.cs | ||
| GlobalZonesInputBox.resx | ||
| icinga-banner.png | ||
| icinga.ico | ||
| Icinga2SetupAgent.csproj | ||
| Program.cs | ||
| ServiceStatus.cs | ||
| ServiceStatus.Designer.cs | ||
| ServiceStatus.resx | ||
| SetupWizard.cs | ||
| SetupWizard.Designer.cs | ||
| SetupWizard.resx | ||