Skip to content

Commit 23cbab0

Browse files
committed
Nuget - Second attempt at using runttimes native
Our exe will now search up the tree to load the CefSharp.BrowserSubProcess.Core.dll
1 parent ace7cf6 commit 23cbab0

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

Nuget/CefSharp.BrowserSubProcess.NetCore.win.nuspec

+4-8
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,11 @@
1111
<description>CefSharp BrowserSubProcess built for .Net Core 3.x</description>
1212
<tags>chrome browser chromium-embedded</tags>
1313
<copyright>Copyright © The CefSharp Authors</copyright>
14-
<contentFiles>
15-
<files include="any\any\**" buildAction="Content" copyToOutput="true" />
16-
</contentFiles>
1714
</metadata>
1815
<files>
19-
<file src="..\bin\$PlatformNative$\Release\CefSharp.BrowserSubProcess.NetCore.win-$Platform$.exe" target="contentFiles\any\any"/>
20-
<file src="..\bin\$PlatformNative$\Release\CefSharp.BrowserSubprocess.Core.deps.json" target="contentFiles\any\any"/>
21-
<file src="..\bin\$PlatformNative$\Release\CefSharp.BrowserSubProcess.NetCore.runtimeconfig.json" target="contentFiles\any\any"/>
16+
<file src="..\bin\$PlatformNative$\Release\CefSharp.BrowserSubProcess.NetCore.win-$Platform$.exe" target="runtimes\win-$Platform$\native"/>
17+
<file src="..\bin\$PlatformNative$\Release\CefSharp.BrowserSubprocess.Core.deps.json" target="runtimes\win-$Platform$\native"/>
18+
<file src="..\bin\$PlatformNative$\Release\CefSharp.BrowserSubProcess.NetCore.runtimeconfig.json" target="runtimes\win-$Platform$\native"/>
2219
<file src="..\NetCoreHostRuntime\win-$Platform$\native\nethost.dll" target="runtimes\win-$Platform$\native"/>
2320
</files>
24-
</package>
25-
21+
</package>

0 commit comments

Comments
 (0)