Skip to content

Commit

Permalink
Net Core - Nupkg Include xml files
Browse files Browse the repository at this point in the history
  • Loading branch information
amaitland committed Oct 11, 2021
1 parent bfa8ccf commit 6953d82
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions NuGet/PackageReference/CefSharp.Common.NETCore.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,17 @@
-->
<!-- <file src="..\..\CefSharp\bin.netcore\Release\netcoreapp3.1\CefSharp.dll" target="lib\netcoreapp3.1"/> -->
<file src="..\..\CefSharp\bin.netcore\Release\netcoreapp3.1\CefSharp.dll" target="runtimes\win-x64\lib\netcoreapp3.1"/>
<file src="..\..\CefSharp\bin.netcore\Release\netcoreapp3.1\CefSharp.xml" target="runtimes\win-x64\lib\netcoreapp3.1"/>
<file src="..\..\CefSharp\bin.netcore\Release\netcoreapp3.1\CefSharp.dll" target="runtimes\win-x86\lib\netcoreapp3.1"/>
<file src="..\..\CefSharp\bin.netcore\Release\netcoreapp3.1\CefSharp.xml" target="runtimes\win-x86\lib\netcoreapp3.1"/>
<file src="..\..\CefSharp\bin.netcore\Release\netcoreapp3.1\CefSharp.dll" target="runtimes\win-arm64\lib\netcoreapp3.1"/>
<file src="..\..\CefSharp\bin.netcore\Release\netcoreapp3.1\CefSharp.xml" target="runtimes\win-arm64\lib\netcoreapp3.1"/>
<file src="..\..\CefSharp.Core\bin.netcore\Release\netcoreapp3.1\CefSharp.Core.dll" target="runtimes\win-x64\lib\netcoreapp3.1"/>
<file src="..\..\CefSharp.Core\bin.netcore\Release\netcoreapp3.1\CefSharp.Core.xml" target="runtimes\win-x64\lib\netcoreapp3.1"/>
<file src="..\..\CefSharp.Core\bin.netcore\Release\netcoreapp3.1\CefSharp.Core.dll" target="runtimes\win-x86\lib\netcoreapp3.1"/>
<file src="..\..\CefSharp.Core\bin.netcore\Release\netcoreapp3.1\CefSharp.Core.xml" target="runtimes\win-x86\lib\netcoreapp3.1"/>
<file src="..\..\CefSharp.Core\bin.netcore\Release\netcoreapp3.1\CefSharp.Core.dll" target="runtimes\win-arm64\lib\netcoreapp3.1"/>
<file src="..\..\CefSharp.Core\bin.netcore\Release\netcoreapp3.1\CefSharp.Core.xml" target="runtimes\win-arm64\lib\netcoreapp3.1"/>

<file src="..\..\CefSharp.Core.Runtime\bin.netcore\Win32\Release\Ijwhost.dll" target="runtimes\win-x86\lib\netcoreapp3.1"/>
<file src="..\..\CefSharp.Core.Runtime\bin.netcore\Win32\Release\CefSharp.Core.Runtime.dll" target="runtimes\win-x86\lib\netcoreapp3.1"/>
Expand Down
1 change: 1 addition & 0 deletions NuGet/PackageReference/CefSharp.OffScreen.NETCore.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<!-- pdb and xml files not copied see https://github.com/dotnet/sdk/issues/1458 -->
<file src="..\..\CefSharp.OffScreen\bin.netcore\Release\netcoreapp3.1\ref\CefSharp.OffScreen.dll" target="ref\netcoreapp3.1"/>
<file src="..\..\CefSharp.OffScreen\bin.netcore\Release\netcoreapp3.1\CefSharp.OffScreen.dll" target="lib\netcoreapp3.1"/>
<file src="..\..\CefSharp.OffScreen\bin.netcore\Release\netcoreapp3.1\CefSharp.OffScreen.xml" target="lib\netcoreapp3.1"/>

<file src="Readme.txt" target="" />
<file src="..\..\LICENSE" target="LICENSE" />
Expand Down
1 change: 1 addition & 0 deletions NuGet/PackageReference/CefSharp.WinForms.NETCore.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
<!-- pdb and xml files not copied see https://github.com/dotnet/sdk/issues/1458 -->
<file src="..\..\CefSharp.WinForms\bin.netcore\Release\netcoreapp3.1\ref\CefSharp.WinForms.dll" target="ref\netcoreapp3.1"/>
<file src="..\..\CefSharp.WinForms\bin.netcore\Release\netcoreapp3.1\CefSharp.WinForms.dll" target="lib\netcoreapp3.1"/>
<file src="..\..\CefSharp.WinForms\bin.netcore\Release\netcoreapp3.1\CefSharp.WinForms.xml" target="lib\netcoreapp3.1"/>

<file src="Readme.txt" target="" />
<file src="..\..\LICENSE" target="LICENSE" />
Expand Down
1 change: 1 addition & 0 deletions NuGet/PackageReference/CefSharp.Wpf.NETCore.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
<!-- pdb and xml files not copied see https://github.com/dotnet/sdk/issues/1458 -->
<file src="..\..\CefSharp.Wpf\bin.netcore\Release\netcoreapp3.1\ref\CefSharp.Wpf.dll" target="ref\netcoreapp3.1"/>
<file src="..\..\CefSharp.Wpf\bin.netcore\Release\netcoreapp3.1\CefSharp.Wpf.dll" target="lib\netcoreapp3.1"/>
<file src="..\..\CefSharp.Wpf\bin.netcore\Release\netcoreapp3.1\CefSharp.Wpf.xml" target="lib\netcoreapp3.1"/>

<file src="Readme.txt" target="" />
<file src="..\..\LICENSE" target="LICENSE" />
Expand Down

0 comments on commit 6953d82

Please sign in to comment.