summaryrefslogtreecommitdiff
path: root/.packages/libuv/1.9.0/libuv.nuspec
diff options
context:
space:
mode:
Diffstat (limited to '.packages/libuv/1.9.0/libuv.nuspec')
-rwxr-xr-x.packages/libuv/1.9.0/libuv.nuspec18
1 files changed, 18 insertions, 0 deletions
diff --git a/.packages/libuv/1.9.0/libuv.nuspec b/.packages/libuv/1.9.0/libuv.nuspec
new file mode 100755
index 0000000000..9904e212ea
--- /dev/null
+++ b/.packages/libuv/1.9.0/libuv.nuspec
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
+ <metadata>
+ <id>Libuv</id>
+ <version>1.9.0</version>
+ <authors>Libuv</authors>
+ <owners>Libuv</owners>
+ <licenseUrl>https://raw.githubusercontent.com/aspnet/libuv-package/dev/content/License.txt</licenseUrl>
+ <requireLicenseAcceptance>false</requireLicenseAcceptance>
+ <description>Multi-platform support library with a focus on asynchronous I/O.</description>
+ <tags>libuv</tags>
+ <dependencies>
+ <group targetFramework=".NETStandard1.0">
+ <dependency id="Microsoft.NETCore.Platforms" version="[1.0.1, )" />
+ </group>
+ </dependencies>
+ </metadata>
+</package> \ No newline at end of file