Remove BootstrapperPackage entry for .NET Framework 3.5 SP1

Thanks to idan-weizman for pointing this out
This commit is contained in:
Travis Nickles 2017-11-15 22:34:11 -06:00
parent 43755226a2
commit 8bd534863e

View File

@ -1186,11 +1186,6 @@
<ProductName>Microsoft .NET Framework 4.5.2 %28x86 and x64%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>