Skip to content

Commit

Permalink
Bump CefSharp.Wpf.NETCore from 117.2.40 to 118.6.80
Browse files Browse the repository at this point in the history
Bumps [CefSharp.Wpf.NETCore](https://github.com/cefsharp/cefsharp) from 117.2.40 to 118.6.80.
- [Release notes](https://github.com/cefsharp/cefsharp/releases)
- [Commits](cefsharp/CefSharp@v117.2.40...v118.6.80)

---
updated-dependencies:
- dependency-name: CefSharp.Wpf.NETCore
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
1 parent 11bb865 commit 4e91063
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="117.2.40" />
<PackageReference Include="CefSharp.Wpf.NETCore" Version="118.6.80" />
</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="117.2.40" />
<PackageReference Include="CefSharp.Wpf.NETCore" Version="118.6.80" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 4e91063

Please sign in to comment.