Adding libuv.so to the package

This commit is contained in:
moozzyk 2016-03-07 13:21:35 -08:00
parent cd8e8f0a11
commit 5f6293110c
1 changed files with 7 additions and 1 deletions

View File

@ -16,6 +16,10 @@
"version": "1.0.0-*",
"type": "build"
},
"Microsoft.AspNetCore.Internal.libuv-Linux": {
"version": "1.0.0-*",
"type": "build"
},
"Microsoft.AspNetCore.Internal.libuv-Windows": {
"version": "1.0.0-*",
"type": "build"
@ -65,6 +69,8 @@
"runtimes/win7-x64/native/": "runtimes/win7-x64/native/*",
"runtimes/win7-x86/native/": "runtimes/win7-x86/native/*",
"runtimes/win7-arm/native/": "runtimes/win7-arm/native/*",
"runtimes/osx/native/": "runtimes/osx/native/*"
"runtimes/osx/native/": "runtimes/osx/native/*",
"runtimes/rhel-x64/native/": "runtimes/rhel-x64/native/*",
"runtimes/debian-x64/native/": "runtimes/debian-x64/native/*"
}
}