Skip to content

Commit

Permalink
Update 3rd party components..
Browse files Browse the repository at this point in the history
H.NotifyIcon from 2.0.115 to 2.0.118
PixiEditor.ColorPicker from 3.3.1 to 3.4.1
WPF from 6.0.0 to 7.0.0
  • Loading branch information
topeterk committed Sep 22, 2023
1 parent 83137c0 commit 97ed24d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SystemTrayMenu.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -156,13 +156,13 @@
</COMReference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="H.NotifyIcon" Version="2.0.115" />
<PackageReference Include="H.NotifyIcon" Version="2.0.118" />
<PackageReference Include="HidSharp" Version="2.1.0" />
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0-preview1.23165.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="PixiEditor.ColorPicker" Version="3.3.1" />
<PackageReference Include="PixiEditor.ColorPicker" Version="3.4.1" />
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.507">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down Expand Up @@ -200,7 +200,7 @@ EXIT 0</PreBuildEvent>
<EnableNETAnalyzers>True</EnableNETAnalyzers>
</PropertyGroup>
<ItemGroup>
<FrameworkReference Update="Microsoft.WindowsDesktop.App;Microsoft.WindowsDesktop.App.WPF" TargetingPackVersion="6.0.0" />
<FrameworkReference Update="Microsoft.WindowsDesktop.App;Microsoft.WindowsDesktop.App.WPF" TargetingPackVersion="7.0.0" />
</ItemGroup>

<!-- it seems only obj clean and then opening visual studio helps -->
Expand Down

0 comments on commit 97ed24d

Please sign in to comment.