Skip to content

Commit d29e440

Browse files
committed
Nuget - nethost.dll wasn't being copied as a content files
I assume the warning about dll means it nuget excluded it Try to use it as a runtime native
1 parent 06838ac commit d29e440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Nuget/CefSharp.BrowserSubProcess.NetCore.win.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<file src="..\bin\$PlatformNative$\Release\CefSharp.BrowserSubProcess.NetCore.win-$Platform$.exe" target="contentFiles\any\any"/>
2020
<file src="..\bin\$PlatformNative$\Release\CefSharp.BrowserSubprocess.Core.deps.json" target="contentFiles\any\any"/>
2121
<file src="..\bin\$PlatformNative$\Release\CefSharp.BrowserSubProcess.NetCore.runtimeconfig.json" target="contentFiles\any\any"/>
22-
<file src="..\NetCoreHostRuntime\win-$Platform$\native\nethost.dll" target="contentFiles"/>
22+
<file src="..\NetCoreHostRuntime\win-$Platform$\native\nethost.dll" target="runtimes\win-$Platform$\native"/>
2323
</files>
2424
</package>
2525

0 commit comments

Comments
 (0)