2020-08-14 15:12:51 +10:00
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
2021-01-09 20:04:28 +10:00
<metadata minClientVersion="5.0.0">
2020-08-14 15:12:51 +10:00
<id>CefSharp.Common.NETCore</id>
<version>$version$</version>
<authors>The CefSharp Authors</authors>
<owners>The CefSharp Authors</owners>
<projectUrl>https://github.com/cefsharp/CefSharp</projectUrl>
2021-01-09 20:04:28 +10:00
<license type="file">LICENSE</license>
2020-08-14 15:12:51 +10:00
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>The CefSharp Chromium-based browser component ('Core' and common 'Element' components, needed by both WPF, WinForms and OffScreen implementations).</description>
<tags>chrome browser chromium-embedded</tags>
<copyright>Copyright © The CefSharp Authors</copyright>
2020-08-26 13:49:45 +10:00
<dependencies>
<group targetFramework=".NETCoreApp3.1">
2021-03-05 17:15:20 +10:00
<dependency id="chromiumembeddedframework.runtime" version="[$RedistVersion$]" include="Runtime,Native,Build,BuildTransitive" />
2021-01-06 15:27:51 +10:00
<dependency id="System.Text.Json" version="5.0.0" />
2020-08-26 13:49:45 +10:00
</group>
2021-01-06 15:27:51 +10:00
<group targetFramework=".NETCoreApp5.0">
2021-03-05 17:15:20 +10:00
<dependency id="chromiumembeddedframework.runtime" version="[$RedistVersion$]" include="Runtime,Native,Build,BuildTransitive" />
2021-01-06 15:27:51 +10:00
</group>
2020-08-26 13:49:45 +10:00
</dependencies>
2020-08-14 15:12:51 +10:00
</metadata>
<files>
2021-01-09 20:04:28 +10:00
<file src="..\..\LICENSE" target="LICENSE" />
2020-10-31 19:15:23 +10:00
<file src="CefSharp.Common.NETCore.targets" target="buildTransitive\" />
2020-08-14 15:12:51 +10:00
<file src="..\..\CefSharp\bin.netcore\Release\netcoreapp3.1\ref\CefSharp.dll" target="ref\netcoreapp3.1"/>
2021-03-12 13:14:57 +10:00
<file src="..\..\CefSharp.Core\bin.netcore\Release\netcoreapp3.1\ref\CefSharp.Core.dll" target="ref\netcoreapp3.1"/>
2020-12-16 10:47:34 +10:00
<file src="..\..\CefSharp.Core.Runtime.RefAssembly\bin.netcore\Release\netcoreapp3.1\CefSharp.Core.Runtime.dll" target="ref\netcoreapp3.1"/>
2020-08-14 15:12:51 +10:00
2020-10-21 17:28:39 +10:00
<!--
This is technically an AnyCPU dll now, unfortunately I cannot get it to load at runtime including
in lib/netcoreapp3.1, so it's duplicated below in the x86/x64 folders
-->
<!-- <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"/>
2021-10-11 10:26:35 +10:00
<file src="..\..\CefSharp\bin.netcore\Release\netcoreapp3.1\CefSharp.xml" target="runtimes\win-x64\lib\netcoreapp3.1"/>
2020-10-21 17:28:39 +10:00
<file src="..\..\CefSharp\bin.netcore\Release\netcoreapp3.1\CefSharp.dll" target="runtimes\win-x86\lib\netcoreapp3.1"/>
2021-10-11 10:26:35 +10:00
<file src="..\..\CefSharp\bin.netcore\Release\netcoreapp3.1\CefSharp.xml" target="runtimes\win-x86\lib\netcoreapp3.1"/>
2021-04-01 09:27:48 +02:00
<file src="..\..\CefSharp\bin.netcore\Release\netcoreapp3.1\CefSharp.dll" target="runtimes\win-arm64\lib\netcoreapp3.1"/>
2021-10-11 10:26:35 +10:00
<file src="..\..\CefSharp\bin.netcore\Release\netcoreapp3.1\CefSharp.xml" target="runtimes\win-arm64\lib\netcoreapp3.1"/>
2020-12-16 10:47:34 +10:00
<file src="..\..\CefSharp.Core\bin.netcore\Release\netcoreapp3.1\CefSharp.Core.dll" target="runtimes\win-x64\lib\netcoreapp3.1"/>
2021-10-11 10:26:35 +10:00
<file src="..\..\CefSharp.Core\bin.netcore\Release\netcoreapp3.1\CefSharp.Core.xml" target="runtimes\win-x64\lib\netcoreapp3.1"/>
2020-12-16 10:47:34 +10:00
<file src="..\..\CefSharp.Core\bin.netcore\Release\netcoreapp3.1\CefSharp.Core.dll" target="runtimes\win-x86\lib\netcoreapp3.1"/>
2021-10-11 10:26:35 +10:00
<file src="..\..\CefSharp.Core\bin.netcore\Release\netcoreapp3.1\CefSharp.Core.xml" target="runtimes\win-x86\lib\netcoreapp3.1"/>
2021-04-01 09:27:48 +02:00
<file src="..\..\CefSharp.Core\bin.netcore\Release\netcoreapp3.1\CefSharp.Core.dll" target="runtimes\win-arm64\lib\netcoreapp3.1"/>
2021-10-11 10:26:35 +10:00
<file src="..\..\CefSharp.Core\bin.netcore\Release\netcoreapp3.1\CefSharp.Core.xml" target="runtimes\win-arm64\lib\netcoreapp3.1"/>
2020-10-21 17:28:39 +10:00
2020-12-16 10:47:34 +10:00
<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"/>
<file src="..\..\CefSharp.Core.Runtime\bin.netcore\Win32\Release\CefSharp.Core.Runtime.pdb" target="runtimes\win-x86\lib\netcoreapp3.1"/>
2020-11-06 14:31:09 +10:00
2020-12-16 10:47:34 +10:00
<file src="..\..\CefSharp.Core.Runtime\bin.netcore\x64\Release\Ijwhost.dll" target="runtimes\win-x64\lib\netcoreapp3.1"/>
<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"/>
2021-04-01 09:27:48 +02:00
<file src="..\..\CefSharp.Core.Runtime\bin.netcore\arm64\Release\Ijwhost.dll" target="runtimes\win-arm64\lib\netcoreapp3.1"/>
<file src="..\..\CefSharp.Core.Runtime\bin.netcore\arm64\Release\CefSharp.Core.Runtime.dll" target="runtimes\win-arm64\lib\netcoreapp3.1"/>
<file src="..\..\CefSharp.Core.Runtime\bin.netcore\arm64\Release\CefSharp.Core.Runtime.pdb" target="runtimes\win-arm64\lib\netcoreapp3.1"/>
2020-11-06 14:31:09 +10:00
2021-01-13 16:55:40 +10:00
<!-- Leave the pdb in the lib folder for now, won't be copied, it will be in the package if required https://github.com/cefsharp/CefSharp/issues/3197#issuecomment-758546177 -->
2020-12-16 10:47:34 +10:00
<file src="..\..\CefSharp.BrowserSubprocess.Core\bin.netcore\Win32\Release\CefSharp.BrowserSubprocess.Core.dll" target="runtimes\win-x86\native"/>
2021-01-13 16:55:40 +10:00
<file src="..\..\CefSharp.BrowserSubprocess.Core\bin.netcore\Win32\Release\CefSharp.BrowserSubprocess.Core.pdb" target="runtimes\win-x86\lib\netcoreapp3.1"/>
2020-11-06 14:31:09 +10:00
2021-01-13 16:55:40 +10:00
<!-- Leave the pdb in the lib folder for now, won't be copied, it will be in the package if required https://github.com/cefsharp/CefSharp/issues/3197#issuecomment-758546177 -->
2020-12-16 10:47:34 +10:00
<file src="..\..\CefSharp.BrowserSubprocess.Core\bin.netcore\x64\Release\CefSharp.BrowserSubprocess.Core.dll" target="runtimes\win-x64\native"/>
2021-01-13 16:55:40 +10:00
<file src="..\..\CefSharp.BrowserSubprocess.Core\bin.netcore\x64\Release\CefSharp.BrowserSubprocess.Core.pdb" target="runtimes\win-x64\lib\netcoreapp3.1"/>
2020-08-14 15:12:51 +10:00
2021-04-01 09:27:48 +02:00
<!-- Leave the pdb in the lib folder for now, won't be copied, it will be in the package if required https://github.com/cefsharp/CefSharp/issues/3197#issuecomment-758546177 -->
<file src="..\..\CefSharp.BrowserSubprocess.Core\bin.netcore\arm64\Release\CefSharp.BrowserSubprocess.Core.dll" target="runtimes\win-arm64\native"/>
<file src="..\..\CefSharp.BrowserSubprocess.Core\bin.netcore\arm64\Release\CefSharp.BrowserSubprocess.Core.pdb" target="runtimes\win-arm64\lib\netcoreapp3.1"/>
2020-11-06 17:41:45 +10:00
<!-- 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"/>
<file src="..\..\CefSharp.BrowserSubprocess\bin.netcore\x86\Release\netcoreapp3.1\CefSharp.BrowserSubprocess.exe" target="runtimes\win-x86\native"/>
<file src="..\..\CefSharp.BrowserSubprocess\bin.netcore\x86\Release\netcoreapp3.1\CefSharp.BrowserSubprocess.runtimeconfig.json" target="runtimes\win-x86\native"/>
2020-08-14 15:12:51 +10:00
2020-11-06 17:41:45 +10:00
<file src="..\..\CefSharp.BrowserSubprocess\bin.netcore\x64\Release\netcoreapp3.1\CefSharp.BrowserSubprocess.dll" target="runtimes\win-x64\native"/>
<file src="..\..\CefSharp.BrowserSubprocess\bin.netcore\x64\Release\netcoreapp3.1\CefSharp.BrowserSubprocess.exe" target="runtimes\win-x64\native"/>
<file src="..\..\CefSharp.BrowserSubprocess\bin.netcore\x64\Release\netcoreapp3.1\CefSharp.BrowserSubprocess.runtimeconfig.json" target="runtimes\win-x64\native"/>
2021-04-01 09:27:48 +02:00
<!-- For arm64, we use the net5.0 version of CefSharp.BrowserSubprocess since .NET 5.0 officially supports creating Windows ARM64 apps -->
2023-03-08 10:11:00 +10:00
<file src="..\..\CefSharp.BrowserSubprocess\bin.netcore\arm64\Release\net5.0-windows\CefSharp.BrowserSubprocess.dll" target="runtimes\win-arm64\native"/>
<file src="..\..\CefSharp.BrowserSubprocess\bin.netcore\arm64\Release\net5.0-windows\CefSharp.BrowserSubprocess.exe" target="runtimes\win-arm64\native"/>
<file src="..\..\CefSharp.BrowserSubprocess\bin.netcore\arm64\Release\net5.0-windows\CefSharp.BrowserSubprocess.runtimeconfig.json" target="runtimes\win-arm64\native"/>
2020-08-14 15:12:51 +10:00
</files>
2020-11-06 14:31:09 +10:00
</package>