SIGN IN SIGN UP
cefsharp / CefSharp UNCLAIMED

.NET (WPF and Windows Forms) bindings for the Chromium Embedded Framework

0 0 1 C#
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="5.0.0">
<id>CefSharp.WinForms.NETCore</id>
<version>$version$</version>
<authors>The CefSharp Authors</authors>
<owners>The CefSharp Authors</owners>
<projectUrl>https://github.com/cefsharp/cefsharp</projectUrl>
<license type="file">LICENSE</license>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>The CefSharp Chromium-based browser component (WinForms control).</description>
<tags>winforms chrome browser chromium-embedded cefsharp</tags>
<copyright>Copyright © The CefSharp Authors</copyright>
<dependencies>
<group targetFramework=".NETCoreApp3.1">
2020-10-31 19:15:23 +10:00
<dependency id="CefSharp.Common.NETCore" version="[$version$]" include="Runtime,Compile,Build,Native" />
</group>
</dependencies>
<releaseNotes>
<![CDATA[
See https://github.com/cefsharp/CefSharp/releases/tag/v$version$ for release notes including Known Issues, Breaking Changes, Bugs Fixed, new features.
Important you read the release notes to see what's changed in this version.
]]>
</releaseNotes>
</metadata>
<files>
<!-- 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" />
</files>
</package>