2020-08-14 15:12:51 +10:00
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="4.0.0">
<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>
<licenseUrl>https://raw.github.com/cefsharp/CefSharp/master/LICENSE</licenseUrl>
<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">
2020-11-01 19:01:44 +10:00
<dependency id="chromiumembeddedframework.runtime" version="[$RedistVersion$]" include="Runtime,Native,Build" />
2020-08-26 13:49:45 +10:00
</group>
</dependencies>
2020-08-14 15:12:51 +10:00
</metadata>
<files>
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"/>
<file src="..\..\CefSharp.Core.RefAssembly\bin\Release\netcoreapp3.1\CefSharp.Core.dll" target="ref\netcoreapp3.1"/>
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"/> -->
2020-08-14 15:12:51 +10:00
<!-- PlatformNative is either Win32 or x64 -->
<file src="..\..\CefSharp.Core\bin.netcore\Win32\Release\Ijwhost.dll" target="runtimes\win-x86\lib\netcoreapp3.1"/>
<file src="..\..\CefSharp.Core\bin.netcore\Win32\Release\CefSharp.Core.dll" target="runtimes\win-x86\lib\netcoreapp3.1"/>
<file src="..\..\CefSharp.Core\bin.netcore\x64\Release\CefSharp.Core.dll" target="runtimes\win-x64\lib\netcoreapp3.1"/>
<file src="..\..\CefSharp.Core\bin.netcore\x64\Release\Ijwhost.dll" 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-x64\lib\netcoreapp3.1"/>
<file src="..\..\CefSharp\bin.netcore\Release\netcoreapp3.1\CefSharp.dll" target="runtimes\win-x86\lib\netcoreapp3.1"/>
2020-08-14 15:12:51 +10:00
<file src="..\..\CefSharp.BrowserSubprocess.Core\bin.netcore\Win32\Release\CefSharp.BrowserSubprocess.Core.dll" target="runtimes\win-x86\lib\netcoreapp3.1"/>
<file src="..\..\CefSharp.BrowserSubprocess.Core\bin.netcore\x64\Release\CefSharp.BrowserSubprocess.Core.dll" target="runtimes\win-x64\lib\netcoreapp3.1"/>
<file src="..\..\CefSharp.BrowserSubprocess\bin.netcore\Release\netcoreapp3.1\CefSharp.BrowserSubprocess.exe" target="runtimes\win-x86\lib\netcoreapp3.1"/>
<file src="..\..\CefSharp.BrowserSubprocess\bin.netcore\Release\netcoreapp3.1\CefSharp.BrowserSubprocess.deps.json" target="runtimes\win-x86\lib\netcoreapp3.1"/>
<file src="..\..\CefSharp.BrowserSubprocess\bin.netcore\Release\netcoreapp3.1\CefSharp.BrowserSubprocess.runtimeconfig.json" target="runtimes\win-x86\lib\netcoreapp3.1"/>
<file src="..\..\CefSharp.BrowserSubprocess\bin.netcore\Release\netcoreapp3.1\CefSharp.BrowserSubprocess.exe" target="runtimes\win-x64\lib\netcoreapp3.1"/>
<file src="..\..\CefSharp.BrowserSubprocess\bin.netcore\Release\netcoreapp3.1\CefSharp.BrowserSubprocess.deps.json" target="runtimes\win-x64\lib\netcoreapp3.1"/>
<file src="..\..\CefSharp.BrowserSubprocess\bin.netcore\Release\netcoreapp3.1\CefSharp.BrowserSubprocess.runtimeconfig.json" target="runtimes\win-x64\lib\netcoreapp3.1"/>
</files>
</package>