We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1661b2f commit 47cf10aCopy full SHA for 47cf10a
CefSharp/DependencyChecker.cs
@@ -72,6 +72,7 @@ public static class DependencyChecker
72
/// </summary>
73
public static string[] CefSharpDependencies =
74
{
75
+ "CefSharp.Core.Runtime.dll",
76
"CefSharp.Core.dll",
77
"CefSharp.dll"
78
};
@@ -82,7 +83,6 @@ public static class DependencyChecker
82
83
public static string[] BrowserSubprocessDependencies =
84
85
"CefSharp.BrowserSubprocess.Core.dll",
- "CefSharp.Core.dll",
86
"CefSharp.dll",
87
"icudtl.dat",
88
"libcef.dll"
0 commit comments