From 88eaf40a1baaa4a55bbf0292ba3e93fd024e786c Mon Sep 17 00:00:00 2001 From: Alex Maitland Date: Tue, 5 Oct 2021 13:19:01 +1000 Subject: [PATCH] Upgrade to 94.4.50 --- .../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.netcore.csproj | 2 +- CefSharp.MinimalExample.Wpf/packages.config | 8 ++++---- UpdateNugetPackages.bat | 2 +- 11 files changed, 47 insertions(+), 47 deletions(-) diff --git a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj index 477e5a1..229c0ca 100644 --- a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj +++ b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj @@ -1,8 +1,8 @@  - - - + + + Debug @@ -85,16 +85,16 @@ app.manifest - - ..\packages\CefSharp.Common.94.4.20\lib\net452\CefSharp.dll + + ..\packages\CefSharp.Common.94.4.50\lib\net452\CefSharp.dll True - - ..\packages\CefSharp.Common.94.4.20\lib\net452\CefSharp.Core.dll + + ..\packages\CefSharp.Common.94.4.50\lib\net452\CefSharp.Core.dll True - - ..\packages\CefSharp.OffScreen.94.4.20\lib\net452\CefSharp.OffScreen.dll + + ..\packages\CefSharp.OffScreen.94.4.50\lib\net452\CefSharp.OffScreen.dll True @@ -118,5 +118,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 6569b22..a552d9e 100644 --- a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.netcore.csproj +++ b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.netcore.csproj @@ -61,7 +61,7 @@ - + diff --git a/CefSharp.MinimalExample.OffScreen/packages.config b/CefSharp.MinimalExample.OffScreen/packages.config index 499ae90..7316cba 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 75b37f7..603c402 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.94.4.20\lib\net452\CefSharp.dll + + ..\packages\CefSharp.Common.94.4.50\lib\net452\CefSharp.dll True - - ..\packages\CefSharp.Common.94.4.20\lib\net452\CefSharp.Core.dll + + ..\packages\CefSharp.Common.94.4.50\lib\net452\CefSharp.Core.dll True - - ..\packages\CefSharp.WinForms.94.4.20\lib\net452\CefSharp.WinForms.dll + + ..\packages\CefSharp.WinForms.94.4.50\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 b8bf665..9bb7a12 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 b66a53e..7fb208a 100644 --- a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.netcore.csproj +++ b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.netcore.csproj @@ -68,7 +68,7 @@ - + diff --git a/CefSharp.MinimalExample.WinForms/packages.config b/CefSharp.MinimalExample.WinForms/packages.config index 01c2aba..afe0999 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 f2305a3..439cb07 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.94.4.20\lib\net452\CefSharp.dll + + ..\packages\CefSharp.Common.94.4.50\lib\net452\CefSharp.dll True - - ..\packages\CefSharp.Common.94.4.20\lib\net452\CefSharp.Core.dll + + ..\packages\CefSharp.Common.94.4.50\lib\net452\CefSharp.Core.dll True - - ..\packages\CefSharp.Wpf.94.4.20\lib\net452\CefSharp.Wpf.dll + + ..\packages\CefSharp.Wpf.94.4.50\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.netcore.csproj b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.netcore.csproj index 89a7ee4..19da5e9 100644 --- a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.netcore.csproj +++ b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.netcore.csproj @@ -65,7 +65,7 @@ - + diff --git a/CefSharp.MinimalExample.Wpf/packages.config b/CefSharp.MinimalExample.Wpf/packages.config index a938790..188412b 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 f50a3bf..6048c7a 100644 --- a/UpdateNugetPackages.bat +++ b/UpdateNugetPackages.bat @@ -1,4 +1,4 @@ -SET cefsharpversion=94.4.20 +SET cefsharpversion=94.4.50 ..\nuget restore CefSharp.MinimalExample.sln