We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca82a3e commit 1802273Copy full SHA for 1802273
src/NetSparkle.UI.WPF/NetSparkle.UI.WPF.csproj
@@ -70,4 +70,11 @@
70
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
71
<None Include="..\NetSparkle\ArtWork\software-update-available.png" Pack="true" PackagePath="\" />
72
</ItemGroup>
73
+ <Target Name="_addDrawingReference" AfterTargets="ResolveTargetingPackAssets">
74
+ <ItemGroup>
75
+ <Reference Condition="'%(Reference.FileName)' == 'PresentationCore'"
76
+ Include="%(Reference.RootDir)%(Reference.Directory)System.Drawing.Common.dll;
77
+ %(Reference.RootDir)%(Reference.Directory)System.Private.Windows.GdiPlus.dll" />
78
+ </ItemGroup>
79
+ </Target>
80
</Project>
0 commit comments