Remove .Net 3.5 dependency from the Chocolatey package

fixes #11384

Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
This commit is contained in:
Rune Darrud 2016-03-14 20:49:07 +01:00 committed by Gunnar Beutner
parent 2bf5f4d497
commit 58a35fe182
1 changed files with 0 additions and 3 deletions

View File

@ -16,9 +16,6 @@
<licenseUrl>https://www.icinga.org/resources/faq/</licenseUrl> <licenseUrl>https://www.icinga.org/resources/faq/</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance> <requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://www.icinga.org/wp-content/uploads/2015/05/icinga_icon_128x128.png</iconUrl> <iconUrl>https://www.icinga.org/wp-content/uploads/2015/05/icinga_icon_128x128.png</iconUrl>
<dependencies>
<dependency id="DotNet3.5" />
</dependencies>
</metadata> </metadata>
<files> <files>
<file src="tools\chocolateyInstall.ps1" target="tools" /> <file src="tools\chocolateyInstall.ps1" target="tools" />