Skip to content

Commit 47cf10a

Browse files
committed
Core - DependencyChecker add CefSharp.Core.Runtime to list of required files
- Should have been added as part of #3319 - Remove CefSharp.Core.dll from BrowserSubprocessDependencies as it's not required for the BrowserSubprocess
1 parent 1661b2f commit 47cf10a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CefSharp/DependencyChecker.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ public static class DependencyChecker
7272
/// </summary>
7373
public static string[] CefSharpDependencies =
7474
{
75+
"CefSharp.Core.Runtime.dll",
7576
"CefSharp.Core.dll",
7677
"CefSharp.dll"
7778
};
@@ -82,7 +83,6 @@ public static class DependencyChecker
8283
public static string[] BrowserSubprocessDependencies =
8384
{
8485
"CefSharp.BrowserSubprocess.Core.dll",
85-
"CefSharp.Core.dll",
8686
"CefSharp.dll",
8787
"icudtl.dat",
8888
"libcef.dll"

0 commit comments

Comments
 (0)