Skip to content

Commit

Permalink
Net Core - Don't include CefSharp.BrowserSubprocess.Core.pdb in Nupkg
Browse files Browse the repository at this point in the history
Short term workaround for #3197 (comment)
  • Loading branch information
amaitland committed Jan 13, 2021
1 parent 66228eb commit c43d9e5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions NuGet/PackageReference/CefSharp.Common.NETCore.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,12 @@
<file src="..\..\CefSharp.Core.Runtime\bin.netcore\x64\Release\CefSharp.Core.Runtime.dll" target="runtimes\win-x64\lib\netcoreapp3.1"/>
<file src="..\..\CefSharp.Core.Runtime\bin.netcore\x64\Release\CefSharp.Core.Runtime.pdb" target="runtimes\win-x64\lib\netcoreapp3.1"/>

<!-- We don't include the pdb file for now see https://github.com/cefsharp/CefSharp/issues/3197#issuecomment-758546177 -->
<file src="..\..\CefSharp.BrowserSubprocess.Core\bin.netcore\Win32\Release\CefSharp.BrowserSubprocess.Core.dll" target="runtimes\win-x86\native"/>
<file src="..\..\CefSharp.BrowserSubprocess.Core\bin.netcore\Win32\Release\CefSharp.BrowserSubprocess.Core.pdb" target="runtimes\win-x86\native"/>
<!-- <file src="..\..\CefSharp.BrowserSubprocess.Core\bin.netcore\Win32\Release\CefSharp.BrowserSubprocess.Core.pdb" target="runtimes\win-x86\native"/> -->

<file src="..\..\CefSharp.BrowserSubprocess.Core\bin.netcore\x64\Release\CefSharp.BrowserSubprocess.Core.dll" target="runtimes\win-x64\native"/>
<file src="..\..\CefSharp.BrowserSubprocess.Core\bin.netcore\x64\Release\CefSharp.BrowserSubprocess.Core.pdb" target="runtimes\win-x64\native"/>
<!-- <file src="..\..\CefSharp.BrowserSubprocess.Core\bin.netcore\x64\Release\CefSharp.BrowserSubprocess.Core.pdb" target="runtimes\win-x64\native"/> -->

<!-- These are not actually native, including them in runtimes\win-x64\lib\netcoreapp3.1 doesn't copy the json files and since it's a runtime only dependency including them in native -->
<file src="..\..\CefSharp.BrowserSubprocess\bin.netcore\x86\Release\netcoreapp3.1\CefSharp.BrowserSubprocess.dll" target="runtimes\win-x86\native"/>
Expand Down

0 comments on commit c43d9e5

Please sign in to comment.