Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/libs/H.NotifyIcon.Maui/H.NotifyIcon.Maui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,8 @@ popups, context menus, and balloon messages. It can be used directly in code or
<ProjectReference Include="..\H.NotifyIcon\H.NotifyIcon.csproj" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net10.0' OR '$(TargetFramework)' == 'net10.0-windows10.0.19041.0'">
<PackageReference Include="System.Drawing.Common" Version="10.0.0" />
</ItemGroup>

</Project>
4 changes: 4 additions & 0 deletions src/libs/H.NotifyIcon.Uno.WinUI/H.NotifyIcon.Uno.WinUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,8 @@ popups, context menus, and balloon messages. It can be used directly in code or
<PackageReference Include="Uno.WinUI" Version="6.4.185" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net10.0' OR '$(TargetFramework)' == 'net10.0-windows10.0.19041'">
<PackageReference Include="System.Drawing.Common" Version="10.0.0" />
</ItemGroup>

</Project>
4 changes: 4 additions & 0 deletions src/libs/H.NotifyIcon.Uno/H.NotifyIcon.Uno.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,8 @@ popups, context menus, and balloon messages. It can be used directly in code or
<ProjectReference Include="..\H.NotifyIcon\H.NotifyIcon.csproj" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net10.0'">
<PackageReference Include="System.Drawing.Common" Version="10.0.0" />
</ItemGroup>

</Project>
4 changes: 4 additions & 0 deletions src/libs/H.NotifyIcon.WinUI/H.NotifyIcon.WinUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,8 @@ popups, context menus, and balloon messages. It can be used directly in code or
<ProjectReference Include="..\H.NotifyIcon\H.NotifyIcon.csproj" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net10.0-windows10.0.17763.0'">
<PackageReference Include="System.Drawing.Common" Version="10.0.0" />
</ItemGroup>

</Project>
4 changes: 4 additions & 0 deletions src/libs/H.NotifyIcon.Wpf/H.NotifyIcon.Wpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,8 @@ popups, context menus, and balloon messages. It can be used directly in code or
<ProjectReference Include="..\H.NotifyIcon\H.NotifyIcon.csproj" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net10.0-windows'">
<PackageReference Include="System.Drawing.Common" Version="10.0.0" />
</ItemGroup>

</Project>
Loading