From c3b7d5cee0e4bf52e17bb5a01b4b5c0e3b28da00 Mon Sep 17 00:00:00 2001 From: Alex Maitland Date: Mon, 31 Jan 2022 09:36:16 +1000 Subject: [PATCH] Upgrade to 97.1.61 --- .../CefSharp.MinimalExample.OffScreen.csproj | 16 ++++++++-------- ...Sharp.MinimalExample.OffScreen.netcore.csproj | 2 +- .../packages.config | 4 ++-- .../CefSharp.MinimalExample.WinForms.csproj | 16 ++++++++-------- ...efSharp.MinimalExample.WinForms.net472.csproj | 2 +- ...fSharp.MinimalExample.WinForms.netcore.csproj | 2 +- CefSharp.MinimalExample.WinForms/packages.config | 4 ++-- .../CefSharp.MinimalExample.Wpf.csproj | 16 ++++++++-------- .../CefSharp.MinimalExample.Wpf.netcore.csproj | 2 +- CefSharp.MinimalExample.Wpf/packages.config | 4 ++-- UpdateNugetPackages.bat | 2 +- 11 files changed, 35 insertions(+), 35 deletions(-) diff --git a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj index bca382e..7284d50 100644 --- a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj +++ b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj @@ -1,6 +1,6 @@  - + @@ -88,16 +88,16 @@ CefSharp.MinimalExample.OffScreen.Program - - ..\packages\CefSharp.Common.97.1.60\lib\net452\CefSharp.dll + + ..\packages\CefSharp.Common.97.1.61\lib\net452\CefSharp.dll True - - ..\packages\CefSharp.Common.97.1.60\lib\net452\CefSharp.Core.dll + + ..\packages\CefSharp.Common.97.1.61\lib\net452\CefSharp.Core.dll True - - ..\packages\CefSharp.OffScreen.97.1.60\lib\net452\CefSharp.OffScreen.dll + + ..\packages\CefSharp.OffScreen.97.1.61\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 3ac4279..bab1069 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 6bc2fdd..4792075 100644 --- a/CefSharp.MinimalExample.OffScreen/packages.config +++ b/CefSharp.MinimalExample.OffScreen/packages.config @@ -2,6 +2,6 @@ - - + + \ 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 b53eb0a..08ea598 100644 --- a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.csproj +++ b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.csproj @@ -1,6 +1,6 @@  - + @@ -72,16 +72,16 @@ app.manifest - - ..\packages\CefSharp.Common.97.1.60\lib\net452\CefSharp.dll + + ..\packages\CefSharp.Common.97.1.61\lib\net452\CefSharp.dll True - - ..\packages\CefSharp.Common.97.1.60\lib\net452\CefSharp.Core.dll + + ..\packages\CefSharp.Common.97.1.61\lib\net452\CefSharp.Core.dll True - - ..\packages\CefSharp.WinForms.97.1.60\lib\net452\CefSharp.WinForms.dll + + ..\packages\CefSharp.WinForms.97.1.61\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 973aea6..d97ebed 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 56ef0d2..8e98679 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 b0ee9d6..9a76de4 100644 --- a/CefSharp.MinimalExample.WinForms/packages.config +++ b/CefSharp.MinimalExample.WinForms/packages.config @@ -2,6 +2,6 @@ - - + + \ 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 14f6b1b..ab06c7d 100644 --- a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj +++ b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj @@ -1,6 +1,6 @@  - + @@ -91,16 +91,16 @@ app.manifest - - ..\packages\CefSharp.Common.97.1.60\lib\net452\CefSharp.dll + + ..\packages\CefSharp.Common.97.1.61\lib\net452\CefSharp.dll True - - ..\packages\CefSharp.Common.97.1.60\lib\net452\CefSharp.Core.dll + + ..\packages\CefSharp.Common.97.1.61\lib\net452\CefSharp.Core.dll True - - ..\packages\CefSharp.Wpf.97.1.60\lib\net452\CefSharp.Wpf.dll + + ..\packages\CefSharp.Wpf.97.1.61\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 b355296..0071b2f 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 382fc2d..5a8503c 100644 --- a/CefSharp.MinimalExample.Wpf/packages.config +++ b/CefSharp.MinimalExample.Wpf/packages.config @@ -2,7 +2,7 @@ - - + + \ No newline at end of file diff --git a/UpdateNugetPackages.bat b/UpdateNugetPackages.bat index 789fdc4..b2ae751 100644 --- a/UpdateNugetPackages.bat +++ b/UpdateNugetPackages.bat @@ -1,4 +1,4 @@ -SET cefsharpversion=97.1.60 +SET cefsharpversion=97.1.61 ..\nuget restore CefSharp.MinimalExample.sln