From d04f2840ca4833a0da852cba30f50ebaf1b9c12c Mon Sep 17 00:00:00 2001 From: Alex Maitland Date: Wed, 2 Jun 2021 15:50:56 +1000 Subject: [PATCH] Upgrade to 90.6.70 (#133) * Upgrade to 90.6.70 --- .../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 76706db..0d64b5e 100644 --- a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj +++ b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj @@ -1,8 +1,8 @@  - - - + + + Debug @@ -87,16 +87,16 @@ app.manifest - - ..\packages\CefSharp.Common.89.0.170\lib\net452\CefSharp.dll + + ..\packages\CefSharp.Common.90.6.70\lib\net452\CefSharp.dll True - - ..\packages\CefSharp.Common.89.0.170\lib\net452\CefSharp.Core.dll + + ..\packages\CefSharp.Common.90.6.70\lib\net452\CefSharp.Core.dll True - - ..\packages\CefSharp.OffScreen.89.0.170\lib\net452\CefSharp.OffScreen.dll + + ..\packages\CefSharp.OffScreen.90.6.70\lib\net452\CefSharp.OffScreen.dll True @@ -120,5 +120,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 b61f01e..ae626a9 100644 --- a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.netcore.csproj +++ b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.netcore.csproj @@ -47,7 +47,7 @@ - + diff --git a/CefSharp.MinimalExample.OffScreen/packages.config b/CefSharp.MinimalExample.OffScreen/packages.config index c904284..7e777db 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 e3d30e9..bd2b4cd 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.89.0.170\lib\net452\CefSharp.dll + + ..\packages\CefSharp.Common.90.6.70\lib\net452\CefSharp.dll True - - ..\packages\CefSharp.Common.89.0.170\lib\net452\CefSharp.Core.dll + + ..\packages\CefSharp.Common.90.6.70\lib\net452\CefSharp.Core.dll True - - ..\packages\CefSharp.WinForms.89.0.170\lib\net452\CefSharp.WinForms.dll + + ..\packages\CefSharp.WinForms.90.6.70\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 7fbfd12..6be3649 100644 --- a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.net472.csproj +++ b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.net472.csproj @@ -41,7 +41,7 @@ - + diff --git a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.netcore.csproj b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.netcore.csproj index ec33a4f..c3d3f8b 100644 --- a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.netcore.csproj +++ b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.netcore.csproj @@ -62,7 +62,7 @@ - + diff --git a/CefSharp.MinimalExample.WinForms/packages.config b/CefSharp.MinimalExample.WinForms/packages.config index 2c71c4b..fed696b 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 024a0eb..3e92b87 100644 --- a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj +++ b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj @@ -1,8 +1,8 @@  - - - + + + Debug @@ -93,16 +93,16 @@ app.manifest - - ..\packages\CefSharp.Common.89.0.170\lib\net452\CefSharp.dll + + ..\packages\CefSharp.Common.90.6.70\lib\net452\CefSharp.dll True - - ..\packages\CefSharp.Common.89.0.170\lib\net452\CefSharp.Core.dll + + ..\packages\CefSharp.Common.90.6.70\lib\net452\CefSharp.Core.dll True - - ..\packages\CefSharp.Wpf.89.0.170\lib\net452\CefSharp.Wpf.dll + + ..\packages\CefSharp.Wpf.90.6.70\lib\net452\CefSharp.Wpf.dll True @@ -181,5 +181,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 b00087e..d1b47c1 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 adde98b..7afd959 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 fdb9ca9..24c614b 100644 --- a/UpdateNugetPackages.bat +++ b/UpdateNugetPackages.bat @@ -1,4 +1,4 @@ -SET cefsharpversion=89.0.170 +SET cefsharpversion=90.6.70 ..\nuget restore CefSharp.MinimalExample.sln