diff --git a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj index b773058..4ef1b1d 100644 --- a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj +++ b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj @@ -1,8 +1,8 @@  - - - + + + Debug @@ -88,16 +88,16 @@ CefSharp.MinimalExample.OffScreen.Program - - ..\packages\CefSharp.Common.143.0.90\lib\net462\CefSharp.dll + + ..\packages\CefSharp.Common.144.0.120\lib\net462\CefSharp.dll True - - ..\packages\CefSharp.Common.143.0.90\lib\net462\CefSharp.Core.dll + + ..\packages\CefSharp.Common.144.0.120\lib\net462\CefSharp.Core.dll True - - ..\packages\CefSharp.OffScreen.143.0.90\lib\net462\CefSharp.OffScreen.dll + + ..\packages\CefSharp.OffScreen.144.0.120\lib\net462\CefSharp.OffScreen.dll True @@ -123,5 +123,5 @@ - + \ No newline at end of file diff --git a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.net472.csproj b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.net472.csproj index 11845f9..f1d5467 100644 --- a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.net472.csproj +++ b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.net472.csproj @@ -52,7 +52,7 @@ - + diff --git a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.netcore.csproj b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.netcore.csproj index 425bebc..d9f6822 100644 --- a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.netcore.csproj +++ b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.netcore.csproj @@ -69,7 +69,7 @@ - + diff --git a/CefSharp.MinimalExample.OffScreen/packages.config b/CefSharp.MinimalExample.OffScreen/packages.config index ecd160b..5651e4e 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 b30d5e0..7d15b4f 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.143.0.90\lib\net462\CefSharp.dll + + ..\packages\CefSharp.Common.144.0.120\lib\net462\CefSharp.dll True - - ..\packages\CefSharp.Common.143.0.90\lib\net462\CefSharp.Core.dll + + ..\packages\CefSharp.Common.144.0.120\lib\net462\CefSharp.Core.dll True - - ..\packages\CefSharp.WinForms.143.0.90\lib\net462\CefSharp.WinForms.dll + + ..\packages\CefSharp.WinForms.144.0.120\lib\net462\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 ddcde9a..aaf95ce 100644 --- a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.net472.csproj +++ b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.net472.csproj @@ -58,7 +58,7 @@ - + diff --git a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.netcore.csproj b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.netcore.csproj index f836f95..97ef67c 100644 --- a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.netcore.csproj +++ b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.netcore.csproj @@ -79,7 +79,7 @@ - + diff --git a/CefSharp.MinimalExample.WinForms/packages.config b/CefSharp.MinimalExample.WinForms/packages.config index 82a38f5..9679ec9 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.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.net472.csproj b/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.net472.csproj index e357748..6172c49 100644 --- a/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.net472.csproj +++ b/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.net472.csproj @@ -52,7 +52,7 @@ - + diff --git a/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.netcore.csproj b/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.netcore.csproj index dde441e..9555bae 100644 --- a/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.netcore.csproj +++ b/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.netcore.csproj @@ -76,7 +76,7 @@ - + diff --git a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj index 960f643..a5e9211 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.143.0.90\lib\net462\CefSharp.dll + + ..\packages\CefSharp.Common.144.0.120\lib\net462\CefSharp.dll True - - ..\packages\CefSharp.Common.143.0.90\lib\net462\CefSharp.Core.dll + + ..\packages\CefSharp.Common.144.0.120\lib\net462\CefSharp.Core.dll True - - ..\packages\CefSharp.Wpf.143.0.90\lib\net462\CefSharp.Wpf.dll + + ..\packages\CefSharp.Wpf.144.0.120\lib\net462\CefSharp.Wpf.dll True @@ -179,5 +179,5 @@ - + \ No newline at end of file diff --git a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.net472.csproj b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.net472.csproj index 15d0129..2959343 100644 --- a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.net472.csproj +++ b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.net472.csproj @@ -57,7 +57,7 @@ - + diff --git a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.netcore.csproj b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.netcore.csproj index e5ba701..6993bc1 100644 --- a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.netcore.csproj +++ b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.netcore.csproj @@ -84,7 +84,7 @@ - + diff --git a/CefSharp.MinimalExample.Wpf/packages.config b/CefSharp.MinimalExample.Wpf/packages.config index a6f5f76..0575b2c 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 b37cc80..079a6c1 100644 --- a/UpdateNugetPackages.bat +++ b/UpdateNugetPackages.bat @@ -1,4 +1,4 @@ -SET cefsharpversion=143.0.90 +SET cefsharpversion=144.0.120 ..\nuget restore CefSharp.MinimalExample.sln