Skip to content

Commit

Permalink
Nuget - Use full assemblies as Appveyor isn't building ref assemblies
Browse files Browse the repository at this point in the history
  • Loading branch information
amaitland committed Dec 16, 2020
1 parent a4e4284 commit 8351fac
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions NuGet/CefSharp.Common.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,11 @@
<file src="..\CefSharp.Core\bin\Release\CefSharp.Core.pdb" target="lib\net452"/>

<!-- Net Core Libs -->
<file src="..\CefSharp\bin\Release\Ref\CefSharp.dll" target="ref\netcoreapp3.0"/>
<file src="..\CefSharp.Core\bin\Release\Ref\CefSharp.Core.dll" target="ref\netcoreapp3.0"/>
<!-- Appveyor isnt building the ref assemblies, use the full assemblies for now they're AnyCPU -->
<!-- <file src="..\CefSharp\bin\Release\Ref\CefSharp.dll" target="ref\netcoreapp3.0"/> -->
<!-- <file src="..\CefSharp.Core\bin\Release\Ref\CefSharp.Core.dll" target="ref\netcoreapp3.0"/> -->
<file src="..\CefSharp\bin\Release\CefSharp.dll" target="ref\netcoreapp3.0"/>
<file src="..\CefSharp.Core\bin\Release\CefSharp.Core.dll" target="ref\netcoreapp3.0"/>
<file src="..\CefSharp.Core.Runtime.RefAssembly\bin\Release\CefSharp.Core.Runtime.dll" target="ref\netcoreapp3.0"/>

<file src="..\CefSharp\bin\Release\CefSharp.dll" target="runtimes\win-x86\lib\netcoreapp3.0"/>
Expand Down

0 comments on commit 8351fac

Please sign in to comment.