Fix recently introduced warning. (#11257)
[mono-project.git] / sdks / wasm / WebAssembly.Framework.nuspec
blobe1dcec61c98cb83a735e04b81196b747a9df7e6f
1 <?xml version="1.0" encoding="utf-8"?>
2 <package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
3 <metadata minClientVersion="">
4 <id>WebAssembly.Framework</id>
5 <version>0.1.0-alpha</version>
6 <title>WebAssembly Framework</title>
7 <authors>Microsoft</authors>
8 <owners>Microsoft</owners>
9 <requireLicenseAcceptance>false</requireLicenseAcceptance>
10 <description>The WebAssembly.Framework provides access to the JavaScript Bindings and an implementation of an HttpClientHandler that works under WebAssembly.</description>
11 <summary></summary>
12 <releaseNotes></releaseNotes>
13 <copyright>© Microsoft Corporation. All rights reserved.</copyright>
14 <language></language>
15 <tags>WebAssembly;mono;bindings;Http</tags>
16 </metadata>
17 <files>
18 <!--file src="./WebAssembly.Framework/readme.txt" target="readme.txt" /-->
19 <file src="./WebAssembly.Bindings.dll" target="lib/portable/WebAssembly.Bindings.dll" />
20 <file src="./WebAssembly.Bindings.pdb" target="lib/portable/WebAssembly.Bindings.pdb" />
21 <file src="./WebAssembly.Net.Http.dll" target="lib/portable/WebAssembly.Net.Http.dll" />
22 <file src="./WebAssembly.Net.Http.pdb" target="lib/portable/WebAssembly.Net.Http.pdb" />
23 </files>
24 </package>