| 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd"> |
| 3 | <metadata> |
| 4 | <id>Microsoft.WSL.TestData</id> |
| 5 | <version>$version$</version> |
| 6 | <authors>Microsoft</authors> |
| 7 | <requireLicenseAcceptance>false</requireLicenseAcceptance> |
| 8 | <projectUrl>https://github.com/microsoft/WSL</projectUrl> |
| 9 | <description>WSL Test Data Files</description> |
| 10 | </metadata> |
| 11 | <files> |
| 12 | <file src="x64\**\*.*" target="x64" /> |
| 13 | <file src="arm64\**\*.*" target="arm64" /> |
| 14 | </files> |
| 15 | </package> |