From d63b8b966d145940fd15c48032ff6801c54ec44f Mon Sep 17 00:00:00 2001 From: amaitland <307872+amaitland@users.noreply.github.com> Date: Sun, 29 Mar 2026 13:09:05 +1000 Subject: [PATCH 1/5] Upgrade to 145.0.260 --- .../CefSharp.MinimalExample.OffScreen.csproj | 20 +++++++++---------- ...arp.MinimalExample.OffScreen.net472.csproj | 2 +- ...rp.MinimalExample.OffScreen.netcore.csproj | 2 +- .../packages.config | 8 ++++---- .../CefSharp.MinimalExample.WinForms.csproj | 20 +++++++++---------- ...harp.MinimalExample.WinForms.net472.csproj | 2 +- ...arp.MinimalExample.WinForms.netcore.csproj | 2 +- .../packages.config | 8 ++++---- ....MinimalExample.Wpf.HwndHost.net472.csproj | 2 +- ...MinimalExample.Wpf.HwndHost.netcore.csproj | 2 +- .../CefSharp.MinimalExample.Wpf.csproj | 20 +++++++++---------- .../CefSharp.MinimalExample.Wpf.net472.csproj | 2 +- ...CefSharp.MinimalExample.Wpf.netcore.csproj | 2 +- CefSharp.MinimalExample.Wpf/packages.config | 8 ++++---- UpdateNugetPackages.bat | 2 +- 15 files changed, 51 insertions(+), 51 deletions(-) diff --git a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj index 4ef1b1d..3dce5cf 100644 --- a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj +++ b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj @@ -1,8 +1,8 @@  - - - + + + Debug @@ -88,16 +88,16 @@ CefSharp.MinimalExample.OffScreen.Program - - ..\packages\CefSharp.Common.144.0.120\lib\net462\CefSharp.dll + + ..\packages\CefSharp.Common.145.0.260\lib\net462\CefSharp.dll True - - ..\packages\CefSharp.Common.144.0.120\lib\net462\CefSharp.Core.dll + + ..\packages\CefSharp.Common.145.0.260\lib\net462\CefSharp.Core.dll True - - ..\packages\CefSharp.OffScreen.144.0.120\lib\net462\CefSharp.OffScreen.dll + + ..\packages\CefSharp.OffScreen.145.0.260\lib\net462\CefSharp.OffScreen.dll True @@ -123,5 +123,5 @@ - + \ No newline at end of file diff --git a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.net472.csproj b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.net472.csproj index f1d5467..e47cde7 100644 --- a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.net472.csproj +++ b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.net472.csproj @@ -52,7 +52,7 @@ - + diff --git a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.netcore.csproj b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.netcore.csproj index d9f6822..7aa6806 100644 --- a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.netcore.csproj +++ b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.netcore.csproj @@ -69,7 +69,7 @@ - + diff --git a/CefSharp.MinimalExample.OffScreen/packages.config b/CefSharp.MinimalExample.OffScreen/packages.config index 5651e4e..8d00297 100644 --- a/CefSharp.MinimalExample.OffScreen/packages.config +++ b/CefSharp.MinimalExample.OffScreen/packages.config @@ -1,7 +1,7 @@  - - - - + + + + \ No newline at end of file diff --git a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.csproj b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.csproj index 7d15b4f..eabd5a1 100644 --- a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.csproj +++ b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.csproj @@ -1,8 +1,8 @@  - - - + + + Debug AnyCPU @@ -72,16 +72,16 @@ app.manifest - - ..\packages\CefSharp.Common.144.0.120\lib\net462\CefSharp.dll + + ..\packages\CefSharp.Common.145.0.260\lib\net462\CefSharp.dll True - - ..\packages\CefSharp.Common.144.0.120\lib\net462\CefSharp.Core.dll + + ..\packages\CefSharp.Common.145.0.260\lib\net462\CefSharp.Core.dll True - - ..\packages\CefSharp.WinForms.144.0.120\lib\net462\CefSharp.WinForms.dll + + ..\packages\CefSharp.WinForms.145.0.260\lib\net462\CefSharp.WinForms.dll True @@ -144,5 +144,5 @@ - + \ No newline at end of file diff --git a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.net472.csproj b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.net472.csproj index aaf95ce..29d8298 100644 --- a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.net472.csproj +++ b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.net472.csproj @@ -58,7 +58,7 @@ - + diff --git a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.netcore.csproj b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.netcore.csproj index 97ef67c..f43dc6b 100644 --- a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.netcore.csproj +++ b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.netcore.csproj @@ -79,7 +79,7 @@ - + diff --git a/CefSharp.MinimalExample.WinForms/packages.config b/CefSharp.MinimalExample.WinForms/packages.config index 9679ec9..42431e3 100644 --- a/CefSharp.MinimalExample.WinForms/packages.config +++ b/CefSharp.MinimalExample.WinForms/packages.config @@ -1,7 +1,7 @@  - - - - + + + + \ No newline at end of file diff --git a/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.net472.csproj b/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.net472.csproj index 6172c49..6ba5e5e 100644 --- a/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.net472.csproj +++ b/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.net472.csproj @@ -52,7 +52,7 @@ - + diff --git a/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.netcore.csproj b/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.netcore.csproj index 9555bae..347014e 100644 --- a/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.netcore.csproj +++ b/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.netcore.csproj @@ -76,7 +76,7 @@ - + diff --git a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj index a5e9211..0c9f161 100644 --- a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj +++ b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj @@ -1,8 +1,8 @@  - - - + + + Debug @@ -91,16 +91,16 @@ app.manifest - - ..\packages\CefSharp.Common.144.0.120\lib\net462\CefSharp.dll + + ..\packages\CefSharp.Common.145.0.260\lib\net462\CefSharp.dll True - - ..\packages\CefSharp.Common.144.0.120\lib\net462\CefSharp.Core.dll + + ..\packages\CefSharp.Common.145.0.260\lib\net462\CefSharp.Core.dll True - - ..\packages\CefSharp.Wpf.144.0.120\lib\net462\CefSharp.Wpf.dll + + ..\packages\CefSharp.Wpf.145.0.260\lib\net462\CefSharp.Wpf.dll True @@ -179,5 +179,5 @@ - + \ No newline at end of file diff --git a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.net472.csproj b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.net472.csproj index 2959343..28db83a 100644 --- a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.net472.csproj +++ b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.net472.csproj @@ -57,7 +57,7 @@ - + diff --git a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.netcore.csproj b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.netcore.csproj index 6993bc1..4671154 100644 --- a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.netcore.csproj +++ b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.netcore.csproj @@ -84,7 +84,7 @@ - + diff --git a/CefSharp.MinimalExample.Wpf/packages.config b/CefSharp.MinimalExample.Wpf/packages.config index 0575b2c..e7a5c8b 100644 --- a/CefSharp.MinimalExample.Wpf/packages.config +++ b/CefSharp.MinimalExample.Wpf/packages.config @@ -1,8 +1,8 @@  - - - - + + + + \ No newline at end of file diff --git a/UpdateNugetPackages.bat b/UpdateNugetPackages.bat index 079a6c1..977c366 100644 --- a/UpdateNugetPackages.bat +++ b/UpdateNugetPackages.bat @@ -1,4 +1,4 @@ -SET cefsharpversion=144.0.120 +SET cefsharpversion=145.0.260 ..\nuget restore CefSharp.MinimalExample.sln From df2d24bceecf107d2501492f49c13d5c4783ce79 Mon Sep 17 00:00:00 2001 From: amaitland <307872+amaitland@users.noreply.github.com> Date: Sun, 29 Mar 2026 13:12:09 +1000 Subject: [PATCH 2/5] Upgrade to 146.0.70 --- .../CefSharp.MinimalExample.OffScreen.csproj | 20 +++++++++---------- ...arp.MinimalExample.OffScreen.net472.csproj | 2 +- ...rp.MinimalExample.OffScreen.netcore.csproj | 2 +- .../packages.config | 8 ++++---- .../CefSharp.MinimalExample.WinForms.csproj | 20 +++++++++---------- ...harp.MinimalExample.WinForms.net472.csproj | 2 +- ...arp.MinimalExample.WinForms.netcore.csproj | 2 +- .../packages.config | 8 ++++---- ....MinimalExample.Wpf.HwndHost.net472.csproj | 2 +- ...MinimalExample.Wpf.HwndHost.netcore.csproj | 2 +- .../CefSharp.MinimalExample.Wpf.csproj | 20 +++++++++---------- .../CefSharp.MinimalExample.Wpf.net472.csproj | 2 +- ...CefSharp.MinimalExample.Wpf.netcore.csproj | 2 +- CefSharp.MinimalExample.Wpf/packages.config | 8 ++++---- UpdateNugetPackages.bat | 2 +- 15 files changed, 51 insertions(+), 51 deletions(-) diff --git a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj index 3dce5cf..0a19c32 100644 --- a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj +++ b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj @@ -1,8 +1,8 @@  - - - + + + Debug @@ -88,16 +88,16 @@ CefSharp.MinimalExample.OffScreen.Program - - ..\packages\CefSharp.Common.145.0.260\lib\net462\CefSharp.dll + + ..\packages\CefSharp.Common.146.0.70\lib\net462\CefSharp.dll True - - ..\packages\CefSharp.Common.145.0.260\lib\net462\CefSharp.Core.dll + + ..\packages\CefSharp.Common.146.0.70\lib\net462\CefSharp.Core.dll True - - ..\packages\CefSharp.OffScreen.145.0.260\lib\net462\CefSharp.OffScreen.dll + + ..\packages\CefSharp.OffScreen.146.0.70\lib\net462\CefSharp.OffScreen.dll True @@ -123,5 +123,5 @@ - + \ No newline at end of file diff --git a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.net472.csproj b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.net472.csproj index e47cde7..47f6466 100644 --- a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.net472.csproj +++ b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.net472.csproj @@ -52,7 +52,7 @@ - + diff --git a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.netcore.csproj b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.netcore.csproj index 7aa6806..fea1409 100644 --- a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.netcore.csproj +++ b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.netcore.csproj @@ -69,7 +69,7 @@ - + diff --git a/CefSharp.MinimalExample.OffScreen/packages.config b/CefSharp.MinimalExample.OffScreen/packages.config index 8d00297..bc9156d 100644 --- a/CefSharp.MinimalExample.OffScreen/packages.config +++ b/CefSharp.MinimalExample.OffScreen/packages.config @@ -1,7 +1,7 @@  - - - - + + + + \ No newline at end of file diff --git a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.csproj b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.csproj index eabd5a1..100268d 100644 --- a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.csproj +++ b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.csproj @@ -1,8 +1,8 @@  - - - + + + Debug AnyCPU @@ -72,16 +72,16 @@ app.manifest - - ..\packages\CefSharp.Common.145.0.260\lib\net462\CefSharp.dll + + ..\packages\CefSharp.Common.146.0.70\lib\net462\CefSharp.dll True - - ..\packages\CefSharp.Common.145.0.260\lib\net462\CefSharp.Core.dll + + ..\packages\CefSharp.Common.146.0.70\lib\net462\CefSharp.Core.dll True - - ..\packages\CefSharp.WinForms.145.0.260\lib\net462\CefSharp.WinForms.dll + + ..\packages\CefSharp.WinForms.146.0.70\lib\net462\CefSharp.WinForms.dll True @@ -144,5 +144,5 @@ - + \ No newline at end of file diff --git a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.net472.csproj b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.net472.csproj index 29d8298..e4c399c 100644 --- a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.net472.csproj +++ b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.net472.csproj @@ -58,7 +58,7 @@ - + diff --git a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.netcore.csproj b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.netcore.csproj index f43dc6b..b07d5ec 100644 --- a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.netcore.csproj +++ b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.netcore.csproj @@ -79,7 +79,7 @@ - + diff --git a/CefSharp.MinimalExample.WinForms/packages.config b/CefSharp.MinimalExample.WinForms/packages.config index 42431e3..5801fb4 100644 --- a/CefSharp.MinimalExample.WinForms/packages.config +++ b/CefSharp.MinimalExample.WinForms/packages.config @@ -1,7 +1,7 @@  - - - - + + + + \ No newline at end of file diff --git a/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.net472.csproj b/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.net472.csproj index 6ba5e5e..ad99834 100644 --- a/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.net472.csproj +++ b/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.net472.csproj @@ -52,7 +52,7 @@ - + diff --git a/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.netcore.csproj b/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.netcore.csproj index 347014e..ddb8f9d 100644 --- a/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.netcore.csproj +++ b/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.netcore.csproj @@ -76,7 +76,7 @@ - + diff --git a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj index 0c9f161..c45bbd0 100644 --- a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj +++ b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj @@ -1,8 +1,8 @@  - - - + + + Debug @@ -91,16 +91,16 @@ app.manifest - - ..\packages\CefSharp.Common.145.0.260\lib\net462\CefSharp.dll + + ..\packages\CefSharp.Common.146.0.70\lib\net462\CefSharp.dll True - - ..\packages\CefSharp.Common.145.0.260\lib\net462\CefSharp.Core.dll + + ..\packages\CefSharp.Common.146.0.70\lib\net462\CefSharp.Core.dll True - - ..\packages\CefSharp.Wpf.145.0.260\lib\net462\CefSharp.Wpf.dll + + ..\packages\CefSharp.Wpf.146.0.70\lib\net462\CefSharp.Wpf.dll True @@ -179,5 +179,5 @@ - + \ No newline at end of file diff --git a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.net472.csproj b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.net472.csproj index 28db83a..6e15a14 100644 --- a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.net472.csproj +++ b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.net472.csproj @@ -57,7 +57,7 @@ - + diff --git a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.netcore.csproj b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.netcore.csproj index 4671154..b7a145e 100644 --- a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.netcore.csproj +++ b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.netcore.csproj @@ -84,7 +84,7 @@ - + diff --git a/CefSharp.MinimalExample.Wpf/packages.config b/CefSharp.MinimalExample.Wpf/packages.config index e7a5c8b..258bf27 100644 --- a/CefSharp.MinimalExample.Wpf/packages.config +++ b/CefSharp.MinimalExample.Wpf/packages.config @@ -1,8 +1,8 @@  - - - - + + + + \ No newline at end of file diff --git a/UpdateNugetPackages.bat b/UpdateNugetPackages.bat index 977c366..7819ed3 100644 --- a/UpdateNugetPackages.bat +++ b/UpdateNugetPackages.bat @@ -1,4 +1,4 @@ -SET cefsharpversion=145.0.260 +SET cefsharpversion=146.0.70 ..\nuget restore CefSharp.MinimalExample.sln From 8f9a9f740c957893420511b28dad75c83aca82e2 Mon Sep 17 00:00:00 2001 From: amaitland <307872+amaitland@users.noreply.github.com> Date: Sat, 11 Apr 2026 09:02:33 +1000 Subject: [PATCH 3/5] Upgrade to 146.0.100 --- .../CefSharp.MinimalExample.OffScreen.csproj | 20 +++++++++---------- ...arp.MinimalExample.OffScreen.net472.csproj | 2 +- ...rp.MinimalExample.OffScreen.netcore.csproj | 2 +- .../packages.config | 8 ++++---- .../CefSharp.MinimalExample.WinForms.csproj | 20 +++++++++---------- ...harp.MinimalExample.WinForms.net472.csproj | 2 +- ...arp.MinimalExample.WinForms.netcore.csproj | 2 +- .../packages.config | 8 ++++---- ....MinimalExample.Wpf.HwndHost.net472.csproj | 2 +- ...MinimalExample.Wpf.HwndHost.netcore.csproj | 2 +- .../CefSharp.MinimalExample.Wpf.csproj | 20 +++++++++---------- .../CefSharp.MinimalExample.Wpf.net472.csproj | 2 +- ...CefSharp.MinimalExample.Wpf.netcore.csproj | 2 +- CefSharp.MinimalExample.Wpf/packages.config | 8 ++++---- UpdateNugetPackages.bat | 2 +- 15 files changed, 51 insertions(+), 51 deletions(-) diff --git a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj index 0a19c32..8eb15bb 100644 --- a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj +++ b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj @@ -1,8 +1,8 @@  - - - + + + Debug @@ -88,16 +88,16 @@ CefSharp.MinimalExample.OffScreen.Program - - ..\packages\CefSharp.Common.146.0.70\lib\net462\CefSharp.dll + + ..\packages\CefSharp.Common.146.0.100\lib\net462\CefSharp.dll True - - ..\packages\CefSharp.Common.146.0.70\lib\net462\CefSharp.Core.dll + + ..\packages\CefSharp.Common.146.0.100\lib\net462\CefSharp.Core.dll True - - ..\packages\CefSharp.OffScreen.146.0.70\lib\net462\CefSharp.OffScreen.dll + + ..\packages\CefSharp.OffScreen.146.0.100\lib\net462\CefSharp.OffScreen.dll True @@ -123,5 +123,5 @@ - + \ No newline at end of file diff --git a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.net472.csproj b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.net472.csproj index 47f6466..b304cb4 100644 --- a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.net472.csproj +++ b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.net472.csproj @@ -52,7 +52,7 @@ - + diff --git a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.netcore.csproj b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.netcore.csproj index fea1409..70cc5af 100644 --- a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.netcore.csproj +++ b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.netcore.csproj @@ -69,7 +69,7 @@ - + diff --git a/CefSharp.MinimalExample.OffScreen/packages.config b/CefSharp.MinimalExample.OffScreen/packages.config index bc9156d..2fd7664 100644 --- a/CefSharp.MinimalExample.OffScreen/packages.config +++ b/CefSharp.MinimalExample.OffScreen/packages.config @@ -1,7 +1,7 @@  - - - - + + + + \ No newline at end of file diff --git a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.csproj b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.csproj index 100268d..2b86950 100644 --- a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.csproj +++ b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.csproj @@ -1,8 +1,8 @@  - - - + + + Debug AnyCPU @@ -72,16 +72,16 @@ app.manifest - - ..\packages\CefSharp.Common.146.0.70\lib\net462\CefSharp.dll + + ..\packages\CefSharp.Common.146.0.100\lib\net462\CefSharp.dll True - - ..\packages\CefSharp.Common.146.0.70\lib\net462\CefSharp.Core.dll + + ..\packages\CefSharp.Common.146.0.100\lib\net462\CefSharp.Core.dll True - - ..\packages\CefSharp.WinForms.146.0.70\lib\net462\CefSharp.WinForms.dll + + ..\packages\CefSharp.WinForms.146.0.100\lib\net462\CefSharp.WinForms.dll True @@ -144,5 +144,5 @@ - + \ No newline at end of file diff --git a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.net472.csproj b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.net472.csproj index e4c399c..0ae30f6 100644 --- a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.net472.csproj +++ b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.net472.csproj @@ -58,7 +58,7 @@ - + diff --git a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.netcore.csproj b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.netcore.csproj index b07d5ec..2033bf2 100644 --- a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.netcore.csproj +++ b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.netcore.csproj @@ -79,7 +79,7 @@ - + diff --git a/CefSharp.MinimalExample.WinForms/packages.config b/CefSharp.MinimalExample.WinForms/packages.config index 5801fb4..aed5a66 100644 --- a/CefSharp.MinimalExample.WinForms/packages.config +++ b/CefSharp.MinimalExample.WinForms/packages.config @@ -1,7 +1,7 @@  - - - - + + + + \ No newline at end of file diff --git a/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.net472.csproj b/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.net472.csproj index ad99834..381e5c1 100644 --- a/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.net472.csproj +++ b/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.net472.csproj @@ -52,7 +52,7 @@ - + diff --git a/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.netcore.csproj b/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.netcore.csproj index ddb8f9d..64e4b5b 100644 --- a/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.netcore.csproj +++ b/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.netcore.csproj @@ -76,7 +76,7 @@ - + diff --git a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj index c45bbd0..af08c9d 100644 --- a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj +++ b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj @@ -1,8 +1,8 @@  - - - + + + Debug @@ -91,16 +91,16 @@ app.manifest - - ..\packages\CefSharp.Common.146.0.70\lib\net462\CefSharp.dll + + ..\packages\CefSharp.Common.146.0.100\lib\net462\CefSharp.dll True - - ..\packages\CefSharp.Common.146.0.70\lib\net462\CefSharp.Core.dll + + ..\packages\CefSharp.Common.146.0.100\lib\net462\CefSharp.Core.dll True - - ..\packages\CefSharp.Wpf.146.0.70\lib\net462\CefSharp.Wpf.dll + + ..\packages\CefSharp.Wpf.146.0.100\lib\net462\CefSharp.Wpf.dll True @@ -179,5 +179,5 @@ - + \ No newline at end of file diff --git a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.net472.csproj b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.net472.csproj index 6e15a14..eef0cfe 100644 --- a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.net472.csproj +++ b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.net472.csproj @@ -57,7 +57,7 @@ - + diff --git a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.netcore.csproj b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.netcore.csproj index b7a145e..641cfe6 100644 --- a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.netcore.csproj +++ b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.netcore.csproj @@ -84,7 +84,7 @@ - + diff --git a/CefSharp.MinimalExample.Wpf/packages.config b/CefSharp.MinimalExample.Wpf/packages.config index 258bf27..5bb3c2b 100644 --- a/CefSharp.MinimalExample.Wpf/packages.config +++ b/CefSharp.MinimalExample.Wpf/packages.config @@ -1,8 +1,8 @@  - - - - + + + + \ No newline at end of file diff --git a/UpdateNugetPackages.bat b/UpdateNugetPackages.bat index 7819ed3..80af286 100644 --- a/UpdateNugetPackages.bat +++ b/UpdateNugetPackages.bat @@ -1,4 +1,4 @@ -SET cefsharpversion=146.0.70 +SET cefsharpversion=146.0.100 ..\nuget restore CefSharp.MinimalExample.sln From 07cdcbca265f1abb667e4d9d77c9f7cf9c32c644 Mon Sep 17 00:00:00 2001 From: amaitland <307872+amaitland@users.noreply.github.com> Date: Sun, 3 May 2026 12:54:25 +1000 Subject: [PATCH 4/5] Upgrade to 147.0.100 --- .../CefSharp.MinimalExample.OffScreen.csproj | 20 +++++++++---------- ...arp.MinimalExample.OffScreen.net472.csproj | 2 +- ...rp.MinimalExample.OffScreen.netcore.csproj | 2 +- .../packages.config | 8 ++++---- .../CefSharp.MinimalExample.WinForms.csproj | 20 +++++++++---------- ...harp.MinimalExample.WinForms.net472.csproj | 2 +- ...arp.MinimalExample.WinForms.netcore.csproj | 2 +- .../packages.config | 8 ++++---- ....MinimalExample.Wpf.HwndHost.net472.csproj | 2 +- ...MinimalExample.Wpf.HwndHost.netcore.csproj | 2 +- .../CefSharp.MinimalExample.Wpf.csproj | 20 +++++++++---------- .../CefSharp.MinimalExample.Wpf.net472.csproj | 2 +- ...CefSharp.MinimalExample.Wpf.netcore.csproj | 2 +- CefSharp.MinimalExample.Wpf/packages.config | 8 ++++---- UpdateNugetPackages.bat | 2 +- 15 files changed, 51 insertions(+), 51 deletions(-) diff --git a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj index 8eb15bb..e9916f4 100644 --- a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj +++ b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj @@ -1,8 +1,8 @@  - - - + + + Debug @@ -88,16 +88,16 @@ CefSharp.MinimalExample.OffScreen.Program - - ..\packages\CefSharp.Common.146.0.100\lib\net462\CefSharp.dll + + ..\packages\CefSharp.Common.147.0.100\lib\net462\CefSharp.dll True - - ..\packages\CefSharp.Common.146.0.100\lib\net462\CefSharp.Core.dll + + ..\packages\CefSharp.Common.147.0.100\lib\net462\CefSharp.Core.dll True - - ..\packages\CefSharp.OffScreen.146.0.100\lib\net462\CefSharp.OffScreen.dll + + ..\packages\CefSharp.OffScreen.147.0.100\lib\net462\CefSharp.OffScreen.dll True @@ -123,5 +123,5 @@ - + \ No newline at end of file diff --git a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.net472.csproj b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.net472.csproj index b304cb4..f403f53 100644 --- a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.net472.csproj +++ b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.net472.csproj @@ -52,7 +52,7 @@ - + diff --git a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.netcore.csproj b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.netcore.csproj index 70cc5af..14edaf3 100644 --- a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.netcore.csproj +++ b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.netcore.csproj @@ -69,7 +69,7 @@ - + diff --git a/CefSharp.MinimalExample.OffScreen/packages.config b/CefSharp.MinimalExample.OffScreen/packages.config index 2fd7664..4af3ef0 100644 --- a/CefSharp.MinimalExample.OffScreen/packages.config +++ b/CefSharp.MinimalExample.OffScreen/packages.config @@ -1,7 +1,7 @@  - - - - + + + + \ No newline at end of file diff --git a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.csproj b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.csproj index 2b86950..28f04af 100644 --- a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.csproj +++ b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.csproj @@ -1,8 +1,8 @@  - - - + + + Debug AnyCPU @@ -72,16 +72,16 @@ app.manifest - - ..\packages\CefSharp.Common.146.0.100\lib\net462\CefSharp.dll + + ..\packages\CefSharp.Common.147.0.100\lib\net462\CefSharp.dll True - - ..\packages\CefSharp.Common.146.0.100\lib\net462\CefSharp.Core.dll + + ..\packages\CefSharp.Common.147.0.100\lib\net462\CefSharp.Core.dll True - - ..\packages\CefSharp.WinForms.146.0.100\lib\net462\CefSharp.WinForms.dll + + ..\packages\CefSharp.WinForms.147.0.100\lib\net462\CefSharp.WinForms.dll True @@ -144,5 +144,5 @@ - + \ No newline at end of file diff --git a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.net472.csproj b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.net472.csproj index 0ae30f6..3db60dc 100644 --- a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.net472.csproj +++ b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.net472.csproj @@ -58,7 +58,7 @@ - + diff --git a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.netcore.csproj b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.netcore.csproj index 2033bf2..cb0fed0 100644 --- a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.netcore.csproj +++ b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.netcore.csproj @@ -79,7 +79,7 @@ - + diff --git a/CefSharp.MinimalExample.WinForms/packages.config b/CefSharp.MinimalExample.WinForms/packages.config index aed5a66..2fa352c 100644 --- a/CefSharp.MinimalExample.WinForms/packages.config +++ b/CefSharp.MinimalExample.WinForms/packages.config @@ -1,7 +1,7 @@  - - - - + + + + \ No newline at end of file diff --git a/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.net472.csproj b/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.net472.csproj index 381e5c1..90e832b 100644 --- a/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.net472.csproj +++ b/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.net472.csproj @@ -52,7 +52,7 @@ - + diff --git a/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.netcore.csproj b/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.netcore.csproj index 64e4b5b..6a27cc3 100644 --- a/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.netcore.csproj +++ b/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.netcore.csproj @@ -76,7 +76,7 @@ - + diff --git a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj index af08c9d..f94f1b4 100644 --- a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj +++ b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj @@ -1,8 +1,8 @@  - - - + + + Debug @@ -91,16 +91,16 @@ app.manifest - - ..\packages\CefSharp.Common.146.0.100\lib\net462\CefSharp.dll + + ..\packages\CefSharp.Common.147.0.100\lib\net462\CefSharp.dll True - - ..\packages\CefSharp.Common.146.0.100\lib\net462\CefSharp.Core.dll + + ..\packages\CefSharp.Common.147.0.100\lib\net462\CefSharp.Core.dll True - - ..\packages\CefSharp.Wpf.146.0.100\lib\net462\CefSharp.Wpf.dll + + ..\packages\CefSharp.Wpf.147.0.100\lib\net462\CefSharp.Wpf.dll True @@ -179,5 +179,5 @@ - + \ No newline at end of file diff --git a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.net472.csproj b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.net472.csproj index eef0cfe..92ed368 100644 --- a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.net472.csproj +++ b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.net472.csproj @@ -57,7 +57,7 @@ - + diff --git a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.netcore.csproj b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.netcore.csproj index 641cfe6..bc3346a 100644 --- a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.netcore.csproj +++ b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.netcore.csproj @@ -84,7 +84,7 @@ - + diff --git a/CefSharp.MinimalExample.Wpf/packages.config b/CefSharp.MinimalExample.Wpf/packages.config index 5bb3c2b..bfbefd8 100644 --- a/CefSharp.MinimalExample.Wpf/packages.config +++ b/CefSharp.MinimalExample.Wpf/packages.config @@ -1,8 +1,8 @@  - - - - + + + + \ No newline at end of file diff --git a/UpdateNugetPackages.bat b/UpdateNugetPackages.bat index 80af286..0f8ec54 100644 --- a/UpdateNugetPackages.bat +++ b/UpdateNugetPackages.bat @@ -1,4 +1,4 @@ -SET cefsharpversion=146.0.100 +SET cefsharpversion=147.0.100 ..\nuget restore CefSharp.MinimalExample.sln From 0f6dfad421df301e9fac3d2465567119570678f6 Mon Sep 17 00:00:00 2001 From: amaitland <307872+amaitland@users.noreply.github.com> Date: Sat, 30 May 2026 09:12:00 +1000 Subject: [PATCH 5/5] Upgrade to 148.0.90 --- .../CefSharp.MinimalExample.OffScreen.csproj | 20 +++++++++---------- ...arp.MinimalExample.OffScreen.net472.csproj | 2 +- ...rp.MinimalExample.OffScreen.netcore.csproj | 2 +- .../packages.config | 8 ++++---- .../CefSharp.MinimalExample.WinForms.csproj | 20 +++++++++---------- ...harp.MinimalExample.WinForms.net472.csproj | 2 +- ...arp.MinimalExample.WinForms.netcore.csproj | 2 +- .../packages.config | 8 ++++---- ....MinimalExample.Wpf.HwndHost.net472.csproj | 2 +- ...MinimalExample.Wpf.HwndHost.netcore.csproj | 2 +- .../CefSharp.MinimalExample.Wpf.csproj | 20 +++++++++---------- .../CefSharp.MinimalExample.Wpf.net472.csproj | 2 +- ...CefSharp.MinimalExample.Wpf.netcore.csproj | 2 +- CefSharp.MinimalExample.Wpf/packages.config | 8 ++++---- UpdateNugetPackages.bat | 2 +- 15 files changed, 51 insertions(+), 51 deletions(-) diff --git a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj index e9916f4..a4df2c5 100644 --- a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj +++ b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj @@ -1,8 +1,8 @@  - - - + + + Debug @@ -88,16 +88,16 @@ CefSharp.MinimalExample.OffScreen.Program - - ..\packages\CefSharp.Common.147.0.100\lib\net462\CefSharp.dll + + ..\packages\CefSharp.Common.148.0.90\lib\net462\CefSharp.dll True - - ..\packages\CefSharp.Common.147.0.100\lib\net462\CefSharp.Core.dll + + ..\packages\CefSharp.Common.148.0.90\lib\net462\CefSharp.Core.dll True - - ..\packages\CefSharp.OffScreen.147.0.100\lib\net462\CefSharp.OffScreen.dll + + ..\packages\CefSharp.OffScreen.148.0.90\lib\net462\CefSharp.OffScreen.dll True @@ -123,5 +123,5 @@ - + \ No newline at end of file diff --git a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.net472.csproj b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.net472.csproj index f403f53..68e4d8c 100644 --- a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.net472.csproj +++ b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.net472.csproj @@ -52,7 +52,7 @@ - + diff --git a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.netcore.csproj b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.netcore.csproj index 14edaf3..05b35c1 100644 --- a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.netcore.csproj +++ b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.netcore.csproj @@ -69,7 +69,7 @@ - + diff --git a/CefSharp.MinimalExample.OffScreen/packages.config b/CefSharp.MinimalExample.OffScreen/packages.config index 4af3ef0..82cb3fa 100644 --- a/CefSharp.MinimalExample.OffScreen/packages.config +++ b/CefSharp.MinimalExample.OffScreen/packages.config @@ -1,7 +1,7 @@  - - - - + + + + \ No newline at end of file diff --git a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.csproj b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.csproj index 28f04af..eca0d7e 100644 --- a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.csproj +++ b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.csproj @@ -1,8 +1,8 @@  - - - + + + Debug AnyCPU @@ -72,16 +72,16 @@ app.manifest - - ..\packages\CefSharp.Common.147.0.100\lib\net462\CefSharp.dll + + ..\packages\CefSharp.Common.148.0.90\lib\net462\CefSharp.dll True - - ..\packages\CefSharp.Common.147.0.100\lib\net462\CefSharp.Core.dll + + ..\packages\CefSharp.Common.148.0.90\lib\net462\CefSharp.Core.dll True - - ..\packages\CefSharp.WinForms.147.0.100\lib\net462\CefSharp.WinForms.dll + + ..\packages\CefSharp.WinForms.148.0.90\lib\net462\CefSharp.WinForms.dll True @@ -144,5 +144,5 @@ - + \ No newline at end of file diff --git a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.net472.csproj b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.net472.csproj index 3db60dc..0dcccca 100644 --- a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.net472.csproj +++ b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.net472.csproj @@ -58,7 +58,7 @@ - + diff --git a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.netcore.csproj b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.netcore.csproj index cb0fed0..92c3644 100644 --- a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.netcore.csproj +++ b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.netcore.csproj @@ -79,7 +79,7 @@ - + diff --git a/CefSharp.MinimalExample.WinForms/packages.config b/CefSharp.MinimalExample.WinForms/packages.config index 2fa352c..46f8e1e 100644 --- a/CefSharp.MinimalExample.WinForms/packages.config +++ b/CefSharp.MinimalExample.WinForms/packages.config @@ -1,7 +1,7 @@  - - - - + + + + \ No newline at end of file diff --git a/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.net472.csproj b/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.net472.csproj index 90e832b..d8bf2a9 100644 --- a/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.net472.csproj +++ b/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.net472.csproj @@ -52,7 +52,7 @@ - + diff --git a/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.netcore.csproj b/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.netcore.csproj index 6a27cc3..4451f74 100644 --- a/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.netcore.csproj +++ b/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.netcore.csproj @@ -76,7 +76,7 @@ - + diff --git a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj index f94f1b4..8d4d606 100644 --- a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj +++ b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj @@ -1,8 +1,8 @@  - - - + + + Debug @@ -91,16 +91,16 @@ app.manifest - - ..\packages\CefSharp.Common.147.0.100\lib\net462\CefSharp.dll + + ..\packages\CefSharp.Common.148.0.90\lib\net462\CefSharp.dll True - - ..\packages\CefSharp.Common.147.0.100\lib\net462\CefSharp.Core.dll + + ..\packages\CefSharp.Common.148.0.90\lib\net462\CefSharp.Core.dll True - - ..\packages\CefSharp.Wpf.147.0.100\lib\net462\CefSharp.Wpf.dll + + ..\packages\CefSharp.Wpf.148.0.90\lib\net462\CefSharp.Wpf.dll True @@ -179,5 +179,5 @@ - + \ No newline at end of file diff --git a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.net472.csproj b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.net472.csproj index 92ed368..f2091e3 100644 --- a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.net472.csproj +++ b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.net472.csproj @@ -57,7 +57,7 @@ - + diff --git a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.netcore.csproj b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.netcore.csproj index bc3346a..4ff2cf4 100644 --- a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.netcore.csproj +++ b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.netcore.csproj @@ -84,7 +84,7 @@ - + diff --git a/CefSharp.MinimalExample.Wpf/packages.config b/CefSharp.MinimalExample.Wpf/packages.config index bfbefd8..ff83ea5 100644 --- a/CefSharp.MinimalExample.Wpf/packages.config +++ b/CefSharp.MinimalExample.Wpf/packages.config @@ -1,8 +1,8 @@  - - - - + + + + \ No newline at end of file diff --git a/UpdateNugetPackages.bat b/UpdateNugetPackages.bat index 0f8ec54..55efcdb 100644 --- a/UpdateNugetPackages.bat +++ b/UpdateNugetPackages.bat @@ -1,4 +1,4 @@ -SET cefsharpversion=147.0.100 +SET cefsharpversion=148.0.90 ..\nuget restore CefSharp.MinimalExample.sln