Skip to content

Commit 51216ff

Browse files
authored
Support .NET Framework 4.x (#12650)
1 parent 99df761 commit 51216ff

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

setup/InstallerChecks.CA.dll

3.72 KB
Binary file not shown.

setup/InstallerChecks/InstallerChecks/InstallerChecks.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@
5050
<DesignTime>True</DesignTime>
5151
<DependentUpon>Resources.resx</DependentUpon>
5252
</Compile>
53-
<Content Include="InstallerChecks.config" />
53+
<Content Include="CustomAction.config">
54+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
55+
</Content>
5456
</ItemGroup>
5557
<ItemGroup>
5658
<EmbeddedResource Include="Properties\Resources.resx">

0 commit comments

Comments
 (0)