Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Commit

Permalink
Update CefSharp to 105
Browse files Browse the repository at this point in the history
  • Loading branch information
chylex committed Sep 13, 2022
1 parent c785a7e commit 0c8159a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion windows/TweetDuck.Browser/TweetDuck.Browser.csproj
Expand Up @@ -33,7 +33,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CefSharp.WinForms.NETCore" Version="102.0.90" />
<PackageReference Include="CefSharp.WinForms.NETCore" Version="105.3.330" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion windows/TweetDuck/TweetDuck.csproj
Expand Up @@ -36,7 +36,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CefSharp.WinForms.NETCore" Version="102.0.90" />
<PackageReference Include="CefSharp.WinForms.NETCore" Version="105.3.330" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion windows/TweetImpl.CefSharp/TweetImpl.CefSharp.csproj
Expand Up @@ -28,7 +28,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CefSharp.WinForms.NETCore" Version="102.0.90" />
<PackageReference Include="CefSharp.WinForms.NETCore" Version="105.3.330" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 0c8159a

Please sign in to comment.