Skip to content

Commit 0f7f61e

Browse files
committed
Fix clickonce manifest bootstrapper prerequisites
git-tfs-id: [https://tfs.codeplex.com:443/tfs/TFS36]$/ResXResourceManager/Main;C37480
1 parent 5ca6759 commit 0f7f61e

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

ResXManager/ResXManager.csproj

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -336,24 +336,9 @@
336336
</CodeAnalysisDictionary>
337337
</ItemGroup>
338338
<ItemGroup>
339-
<BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
339+
<BootstrapperPackage Include=".NETFramework,Version=v4.5.2">
340340
<Visible>False</Visible>
341-
<ProductName>Microsoft .NET Framework 4 Client Profile %28x86 and x64%29</ProductName>
342-
<Install>true</Install>
343-
</BootstrapperPackage>
344-
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
345-
<Visible>False</Visible>
346-
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
347-
<Install>false</Install>
348-
</BootstrapperPackage>
349-
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
350-
<Visible>False</Visible>
351-
<ProductName>.NET Framework 3.5 SP1</ProductName>
352-
<Install>false</Install>
353-
</BootstrapperPackage>
354-
<BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
355-
<Visible>False</Visible>
356-
<ProductName>Windows Installer 4.5</ProductName>
341+
<ProductName>Microsoft .NET Framework 4.5.2 %28x86 and x64%29</ProductName>
357342
<Install>true</Install>
358343
</BootstrapperPackage>
359344
</ItemGroup>

0 commit comments

Comments
 (0)