Update to 53.0.0-pre01
shutdownOnProcessExit has been removed
This commit is contained in:
		@@ -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);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user