Skip to content

Commit

Permalink
fix: Adjust Microsoft.Win32.SystemEvents dependency for net9
Browse files Browse the repository at this point in the history
(cherry picked from commit 5587809)
  • Loading branch information
jeromelaban authored and mergify[bot] committed Oct 25, 2024
1 parent 5e9e5a7 commit 984e3d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@
<PackageReference Update="harfbuzzsharp.nativeassets.ios" Version="7.3.0.1" />
<PackageReference Update="SkiaSharp.HarfBuzz" Version="$(SkiaSharpVersion)" />

<PackageReference Condition=" '$(TargetFramework)' == '$(NetPrevious)' " Update="Microsoft.Win32.SystemEvents" Version="8.0.0" />
<PackageReference Condition=" '$(TargetFramework)' == '$(NetCurrent)' " Update="Microsoft.Win32.SystemEvents" Version="9.0.0-rc.2.24473.5" />

<PackageReference Update="Svg.Skia" Version="1.0.0.1" />
<PackageReference Update="GtkSharp" Version="3.24.24.38" />
<PackageReference Update="System.Json" Version="4.7.1" />
Expand All @@ -130,7 +133,6 @@
<PackageReference Update="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Update="CommunityToolkit.Mvvm" Version="$(CommunityToolkitMvvmVersion)" />
<PackageReference Update="System.CommandLine" Version="2.0.0-beta4.22272.1" />
<PackageReference Update="Microsoft.Win32.SystemEvents" Version="8.0.0" />
<PackageReference Update="Microsoft.Web.WebView2" Version="1.0.2592.51" />
</ItemGroup>

Expand Down

0 comments on commit 984e3d5

Please sign in to comment.