From 7d9c4448600c6bae987957aa5a5fec74dc0cf871 Mon Sep 17 00:00:00 2001 From: Alex Maitland Date: Mon, 19 Sep 2022 15:18:10 +1000 Subject: [PATCH] Upgrade to 105.3.390 --- .../CefSharp.MinimalExample.OffScreen.csproj | 20 +++++++++---------- ...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 ++++---- .../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 +- 12 files changed, 48 insertions(+), 48 deletions(-) diff --git a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj index ad5a6c4..9934b56 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.105.3.330\lib\net452\CefSharp.dll + + ..\packages\CefSharp.Common.105.3.390\lib\net452\CefSharp.dll True - - ..\packages\CefSharp.Common.105.3.330\lib\net452\CefSharp.Core.dll + + ..\packages\CefSharp.Common.105.3.390\lib\net452\CefSharp.Core.dll True - - ..\packages\CefSharp.OffScreen.105.3.330\lib\net452\CefSharp.OffScreen.dll + + ..\packages\CefSharp.OffScreen.105.3.390\lib\net452\CefSharp.OffScreen.dll True @@ -123,5 +123,5 @@ - + \ No newline at end of file diff --git a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.netcore.csproj b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.netcore.csproj index a1b9771..30d4cee 100644 --- a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.netcore.csproj +++ b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.netcore.csproj @@ -62,7 +62,7 @@ - + diff --git a/CefSharp.MinimalExample.OffScreen/packages.config b/CefSharp.MinimalExample.OffScreen/packages.config index 655baa6..6cde81b 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 e6085db..62b43b8 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.105.3.330\lib\net452\CefSharp.dll + + ..\packages\CefSharp.Common.105.3.390\lib\net452\CefSharp.dll True - - ..\packages\CefSharp.Common.105.3.330\lib\net452\CefSharp.Core.dll + + ..\packages\CefSharp.Common.105.3.390\lib\net452\CefSharp.Core.dll True - - ..\packages\CefSharp.WinForms.105.3.330\lib\net452\CefSharp.WinForms.dll + + ..\packages\CefSharp.WinForms.105.3.390\lib\net452\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 10ba292..2d7bb3e 100644 --- a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.net472.csproj +++ b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.net472.csproj @@ -47,7 +47,7 @@ - + diff --git a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.netcore.csproj b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.netcore.csproj index aa6d416..2bb9c44 100644 --- a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.netcore.csproj +++ b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.netcore.csproj @@ -78,7 +78,7 @@ - + diff --git a/CefSharp.MinimalExample.WinForms/packages.config b/CefSharp.MinimalExample.WinForms/packages.config index fb0d93b..a20d0c0 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/CefSharp.MinimalExample.Wpf.csproj b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj index 83ba12b..0c4f13f 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.105.3.330\lib\net452\CefSharp.dll + + ..\packages\CefSharp.Common.105.3.390\lib\net452\CefSharp.dll True - - ..\packages\CefSharp.Common.105.3.330\lib\net452\CefSharp.Core.dll + + ..\packages\CefSharp.Common.105.3.390\lib\net452\CefSharp.Core.dll True - - ..\packages\CefSharp.Wpf.105.3.330\lib\net452\CefSharp.Wpf.dll + + ..\packages\CefSharp.Wpf.105.3.390\lib\net452\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 9c72262..67915b7 100644 --- a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.net472.csproj +++ b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.net472.csproj @@ -46,7 +46,7 @@ - + diff --git a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.netcore.csproj b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.netcore.csproj index b33f363..df55664 100644 --- a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.netcore.csproj +++ b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.netcore.csproj @@ -75,7 +75,7 @@ - + diff --git a/CefSharp.MinimalExample.Wpf/packages.config b/CefSharp.MinimalExample.Wpf/packages.config index c5e07f8..756f207 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 5e1e935..c7639d4 100644 --- a/UpdateNugetPackages.bat +++ b/UpdateNugetPackages.bat @@ -1,4 +1,4 @@ -SET cefsharpversion=105.3.330 +SET cefsharpversion=105.3.390 ..\nuget restore CefSharp.MinimalExample.sln