Skip to content

Commit

Permalink
Update Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiizor committed May 6, 2024
1 parent 7c91bc8 commit 85d59f4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/Live/Sucrose.Live.CefSharp/Sucrose.Live.CefSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@
</ItemGroup>

<ItemGroup Condition="$(TargetFramework.StartsWith('net48'))">
<PackageReference Include="CefSharp.Wpf" Version="123.0.60" />
<PackageReference Include="CefSharp.Wpf" Version="124.3.20" />
<PackageReference Include="System.IO.Compression" Version="4.3.0" />
</ItemGroup>

<ItemGroup Condition="!$(TargetFramework.StartsWith('net48'))">
<PackageReference Include="CefSharp.Wpf.NETCore" Version="123.0.60" />
<PackageReference Include="CefSharp.Wpf.NETCore" Version="124.3.20" />
</ItemGroup>

<ItemGroup>
Expand Down
Binary file modified src/Live/Sucrose.Live.MpvPlayer/lib/libmpv-86.dll
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<PackageReference Include="Skylark.Wing" Version="3.1.4.4" />
<PackageReference Include="MathNet.Numerics" Version="5.0.0" />
<PackageReference Include="Skylark.Standard" Version="3.1.5.2" />
<PackageReference Include="LibreHardwareMonitorLib" Version="0.9.4-pre280" />
<PackageReference Include="LibreHardwareMonitorLib" Version="0.9.4-pre285" />
</ItemGroup>

<ItemGroup Condition="$(TargetFramework.StartsWith('net48'))">
Expand Down
4 changes: 2 additions & 2 deletions src/Project/Sucrose.WPF.CS/Sucrose.WPF.CS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,15 @@
</ItemGroup>

<ItemGroup Condition="$(TargetFramework.StartsWith('net48'))">
<PackageReference Include="CefSharp.Wpf" Version="123.0.60" />
<PackageReference Include="CefSharp.Wpf" Version="124.3.20" />
</ItemGroup>

<ItemGroup Condition="$(TargetFramework.StartsWith('net48'))">
<PackageReference Include="System.IO.Compression" Version="4.3.0" />
</ItemGroup>

<ItemGroup Condition="!$(TargetFramework.StartsWith('net48'))">
<PackageReference Include="CefSharp.Wpf.NETCore" Version="123.0.60" />
<PackageReference Include="CefSharp.Wpf.NETCore" Version="124.3.20" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 85d59f4

Please sign in to comment.