diff --git a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj index 4a593e6..477e5a1 100644 --- a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj +++ b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj @@ -1,8 +1,8 @@  - - - + + + Debug @@ -85,16 +85,16 @@ app.manifest - - ..\packages\CefSharp.Common.93.1.140\lib\net452\CefSharp.dll + + ..\packages\CefSharp.Common.94.4.20\lib\net452\CefSharp.dll True - - ..\packages\CefSharp.Common.93.1.140\lib\net452\CefSharp.Core.dll + + ..\packages\CefSharp.Common.94.4.20\lib\net452\CefSharp.Core.dll True - - ..\packages\CefSharp.OffScreen.93.1.140\lib\net452\CefSharp.OffScreen.dll + + ..\packages\CefSharp.OffScreen.94.4.20\lib\net452\CefSharp.OffScreen.dll True @@ -118,5 +118,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 3032646..6569b22 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/app.manifest b/CefSharp.MinimalExample.OffScreen/app.manifest index 3b93966..1fba754 100644 --- a/CefSharp.MinimalExample.OffScreen/app.manifest +++ b/CefSharp.MinimalExample.OffScreen/app.manifest @@ -7,7 +7,7 @@ xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> - + @@ -29,8 +29,9 @@ - - true/PM + + PerMonitorV2 + true/PM diff --git a/CefSharp.MinimalExample.OffScreen/packages.config b/CefSharp.MinimalExample.OffScreen/packages.config index c02e9b5..499ae90 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 d1e4e7d..75b37f7 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.140\lib\net452\CefSharp.dll + + ..\packages\CefSharp.Common.94.4.20\lib\net452\CefSharp.dll True - - ..\packages\CefSharp.Common.93.1.140\lib\net452\CefSharp.Core.dll + + ..\packages\CefSharp.Common.94.4.20\lib\net452\CefSharp.Core.dll True - - ..\packages\CefSharp.WinForms.93.1.140\lib\net452\CefSharp.WinForms.dll + + ..\packages\CefSharp.WinForms.94.4.20\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 8b212c6..b8bf665 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 7caf975..b66a53e 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/app.manifest b/CefSharp.MinimalExample.WinForms/app.manifest index 3ec0bb8..566ab3b 100644 --- a/CefSharp.MinimalExample.WinForms/app.manifest +++ b/CefSharp.MinimalExample.WinForms/app.manifest @@ -8,7 +8,7 @@ xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> - + diff --git a/CefSharp.MinimalExample.WinForms/packages.config b/CefSharp.MinimalExample.WinForms/packages.config index 2019f11..01c2aba 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 6a7b099..f2305a3 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.93.1.140\lib\net452\CefSharp.dll + + ..\packages\CefSharp.Common.94.4.20\lib\net452\CefSharp.dll True - - ..\packages\CefSharp.Common.93.1.140\lib\net452\CefSharp.Core.dll + + ..\packages\CefSharp.Common.94.4.20\lib\net452\CefSharp.Core.dll True - - ..\packages\CefSharp.Wpf.93.1.140\lib\net452\CefSharp.Wpf.dll + + ..\packages\CefSharp.Wpf.94.4.20\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 a3c3229..89a7ee4 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/app.manifest b/CefSharp.MinimalExample.Wpf/app.manifest index 47bbcf1..bc0f1ed 100644 --- a/CefSharp.MinimalExample.Wpf/app.manifest +++ b/CefSharp.MinimalExample.Wpf/app.manifest @@ -7,7 +7,7 @@ xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> - + @@ -29,8 +29,9 @@ - - true/PM + + PerMonitorV2 + true/PM diff --git a/CefSharp.MinimalExample.Wpf/packages.config b/CefSharp.MinimalExample.Wpf/packages.config index a172369..a938790 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 6ebbebd..f50a3bf 100644 --- a/UpdateNugetPackages.bat +++ b/UpdateNugetPackages.bat @@ -1,4 +1,4 @@ -SET cefsharpversion=93.1.140 +SET cefsharpversion=94.4.20 ..\nuget restore CefSharp.MinimalExample.sln