diff --git a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj index fbc4ad4..14c8726 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.93.1.111\lib\net452\CefSharp.dll + + ..\packages\CefSharp.Common.93.1.140\lib\net452\CefSharp.dll True - - ..\packages\CefSharp.Common.93.1.111\lib\net452\CefSharp.Core.dll + + ..\packages\CefSharp.Common.93.1.140\lib\net452\CefSharp.Core.dll True - - ..\packages\CefSharp.OffScreen.93.1.111\lib\net452\CefSharp.OffScreen.dll + + ..\packages\CefSharp.OffScreen.93.1.140\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 5e96de7..3032646 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 75eb45d..c02e9b5 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 727c62d..f63df70 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.93.1.111\lib\net452\CefSharp.dll + + ..\packages\CefSharp.Common.93.1.140\lib\net452\CefSharp.dll True - - ..\packages\CefSharp.Common.93.1.111\lib\net452\CefSharp.Core.dll + + ..\packages\CefSharp.Common.93.1.140\lib\net452\CefSharp.Core.dll True - - ..\packages\CefSharp.WinForms.93.1.111\lib\net452\CefSharp.WinForms.dll + + ..\packages\CefSharp.WinForms.93.1.140\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 a095064..8b212c6 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 d7dc118..7caf975 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 8610aa4..2019f11 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 246fc40..3e5b676 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.93.1.111\lib\net452\CefSharp.dll + + ..\packages\CefSharp.Common.93.1.140\lib\net452\CefSharp.dll True - - ..\packages\CefSharp.Common.93.1.111\lib\net452\CefSharp.Core.dll + + ..\packages\CefSharp.Common.93.1.140\lib\net452\CefSharp.Core.dll True - - ..\packages\CefSharp.Wpf.93.1.111\lib\net452\CefSharp.Wpf.dll + + ..\packages\CefSharp.Wpf.93.1.140\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 e208efe..a3c3229 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 db95cff..a172369 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 786e499..6ebbebd 100644 --- a/UpdateNugetPackages.bat +++ b/UpdateNugetPackages.bat @@ -1,4 +1,4 @@ -SET cefsharpversion=93.1.111 +SET cefsharpversion=93.1.140 ..\nuget restore CefSharp.MinimalExample.sln