diff --git a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj index 7b9fef2..bc49f69 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.11\lib\net452\CefSharp.dll + + ..\packages\CefSharp.Common.97.1.12\lib\net452\CefSharp.dll True - - ..\packages\CefSharp.Common.97.1.11\lib\net452\CefSharp.Core.dll + + ..\packages\CefSharp.Common.97.1.12\lib\net452\CefSharp.Core.dll True - - ..\packages\CefSharp.OffScreen.97.1.11\lib\net452\CefSharp.OffScreen.dll + + ..\packages\CefSharp.OffScreen.97.1.12\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 dfbd41b..a634c4e 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 a1c0bf1..6e6a9d3 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 bd11817..18be043 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.11\lib\net452\CefSharp.dll + + ..\packages\CefSharp.Common.97.1.12\lib\net452\CefSharp.dll True - - ..\packages\CefSharp.Common.97.1.11\lib\net452\CefSharp.Core.dll + + ..\packages\CefSharp.Common.97.1.12\lib\net452\CefSharp.Core.dll True - - ..\packages\CefSharp.WinForms.97.1.11\lib\net452\CefSharp.WinForms.dll + + ..\packages\CefSharp.WinForms.97.1.12\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 1fc3c65..9287c36 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 0a8248e..e342d3f 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 04ad4ad..0cd573a 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 65f4c88..7f06626 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.11\lib\net452\CefSharp.dll + + ..\packages\CefSharp.Common.97.1.12\lib\net452\CefSharp.dll True - - ..\packages\CefSharp.Common.97.1.11\lib\net452\CefSharp.Core.dll + + ..\packages\CefSharp.Common.97.1.12\lib\net452\CefSharp.Core.dll True - - ..\packages\CefSharp.Wpf.97.1.11\lib\net452\CefSharp.Wpf.dll + + ..\packages\CefSharp.Wpf.97.1.12\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 b3033a6..6aced30 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 5c4bc32..0e657d0 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 7b24429..82bdabc 100644 --- a/UpdateNugetPackages.bat +++ b/UpdateNugetPackages.bat @@ -1,4 +1,4 @@ -SET cefsharpversion=97.1.11 +SET cefsharpversion=97.1.12 ..\nuget restore CefSharp.MinimalExample.sln