skiasharp/scripts/nuget/_NativeAssets.nuspec
Matthew Leibowitz bc5020b9ee
Modernize the repository and prepare SkiaSharp 3.0 (#2505)
* Merge and modernize the binding projects
* Remove UWP and watchOS
* Add the native assets projects
* Rename bootstrapper.ps1 to build.ps1
* Add new device tests
* Rework the test skipping feature

---------

Co-authored-by: Jerome Laban <jerome.laban@nventive.com>
2023-07-30 23:49:57 +08:00

23 lines
No EOL
563 B
XML

<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>_NativeAssets</id>
<title>Build Native Assets</title>
<version>1.0.0</version>
<description>All the native assets from the build.</description>
<summary>All the native assets from the build.</summary>
<authors>Microsoft</authors>
<readme>README.md</readme>
<dependencies>
<!-- <dependency id="_NativeAssets.windows" version="1.0.0" /> -->
</dependencies>
</metadata>
<files>
<!-- <file src="**" target="tools/" /> -->
</files>
</package>