diff --git a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj
index 1346f56..f29954f 100644
--- a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj
+++ b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj
@@ -1,7 +1,7 @@
-
-
+
+
Debug
@@ -16,7 +16,7 @@
..\
- fb321253
+ 3d4d0010
true
@@ -91,8 +91,8 @@
-
-
-
-
+
+
+
+
\ No newline at end of file
diff --git a/CefSharp.MinimalExample.OffScreen/Program.cs b/CefSharp.MinimalExample.OffScreen/Program.cs
index d8db1bd..8ef4e8a 100644
--- a/CefSharp.MinimalExample.OffScreen/Program.cs
+++ b/CefSharp.MinimalExample.OffScreen/Program.cs
@@ -34,7 +34,7 @@ namespace CefSharp.MinimalExample.OffScreen
}
//Perform dependency check to make sure all relevant resources are in our output directory.
- Cef.Initialize(settings, shutdownOnProcessExit: false, performDependencyCheck: true);
+ Cef.Initialize(settings, performDependencyCheck: true, browserProcessHandler:null);
// Create the offscreen Chromium browser.
browser = new ChromiumWebBrowser(testUrl);
diff --git a/CefSharp.MinimalExample.OffScreen/packages.config b/CefSharp.MinimalExample.OffScreen/packages.config
index da7eedc..05e754e 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 6a1ce02..9f6330e 100644
--- a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.csproj
+++ b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.csproj
@@ -1,7 +1,7 @@
-
-
+
+
Debug
AnyCPU
@@ -24,7 +24,7 @@
..\
- 3edcbc46
+ a7f4cb8c
x64
@@ -103,8 +103,8 @@
-
-
-
-
+
+
+
+
\ No newline at end of file
diff --git a/CefSharp.MinimalExample.WinForms/Program.cs b/CefSharp.MinimalExample.WinForms/Program.cs
index c9eea82..919f007 100644
--- a/CefSharp.MinimalExample.WinForms/Program.cs
+++ b/CefSharp.MinimalExample.WinForms/Program.cs
@@ -13,7 +13,7 @@ namespace CefSharp.MinimalExample.WinForms
public static void Main()
{
//Perform dependency check to make sure all relevant resources are in our output directory.
- Cef.Initialize(new CefSettings(), shutdownOnProcessExit:false, performDependencyCheck:true);
+ Cef.Initialize(new CefSettings(), performDependencyCheck: true, browserProcessHandler: null);
var browser = new BrowserForm();
Application.Run(browser);
diff --git a/CefSharp.MinimalExample.WinForms/packages.config b/CefSharp.MinimalExample.WinForms/packages.config
index 02e50cc..e7119a5 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/App.xaml.cs b/CefSharp.MinimalExample.Wpf/App.xaml.cs
index 34a6bf7..233f32c 100644
--- a/CefSharp.MinimalExample.Wpf/App.xaml.cs
+++ b/CefSharp.MinimalExample.Wpf/App.xaml.cs
@@ -19,7 +19,7 @@ namespace CefSharp.MinimalExample.Wpf
settings.CefCommandLineArgs.Add("disable-gpu", "1");
}
- Cef.Initialize(settings, shutdownOnProcessExit: false, performDependencyCheck: true);
+ Cef.Initialize(settings, performDependencyCheck: true, browserProcessHandler: null);
}
}
}
diff --git a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj
index fcaf388..f56bc36 100644
--- a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj
+++ b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj
@@ -1,7 +1,7 @@
-
-
+
+
Debug
@@ -18,7 +18,7 @@
..\
- 29f2d518
+ 27b3b267
true
@@ -134,10 +134,10 @@
-
-
-
-
+
+
+
+