Skip to content

Commit

Permalink
Merge pull request #54 from Taiizor/dependabot/nuget/CefSharp.Wpf.NET…
Browse files Browse the repository at this point in the history
…Core-119.1.20

Bump CefSharp.Wpf.NETCore from 118.6.80 to 119.1.20
  • Loading branch information
Taiizor authored Nov 6, 2023
2 parents c5f0756 + 661e33a commit 3d07aff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
</ItemGroup>

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

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Project/Sucrose.WPF.CS/Sucrose.WPF.CS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
</ItemGroup>

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

<ItemGroup>
Expand Down

0 comments on commit 3d07aff

Please sign in to comment.