Adding libuv.so to the package
This commit is contained in:
parent
cd8e8f0a11
commit
5f6293110c
|
|
@ -16,6 +16,10 @@
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"type": "build"
|
"type": "build"
|
||||||
},
|
},
|
||||||
|
"Microsoft.AspNetCore.Internal.libuv-Linux": {
|
||||||
|
"version": "1.0.0-*",
|
||||||
|
"type": "build"
|
||||||
|
},
|
||||||
"Microsoft.AspNetCore.Internal.libuv-Windows": {
|
"Microsoft.AspNetCore.Internal.libuv-Windows": {
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"type": "build"
|
"type": "build"
|
||||||
|
|
@ -65,6 +69,8 @@
|
||||||
"runtimes/win7-x64/native/": "runtimes/win7-x64/native/*",
|
"runtimes/win7-x64/native/": "runtimes/win7-x64/native/*",
|
||||||
"runtimes/win7-x86/native/": "runtimes/win7-x86/native/*",
|
"runtimes/win7-x86/native/": "runtimes/win7-x86/native/*",
|
||||||
"runtimes/win7-arm/native/": "runtimes/win7-arm/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/*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue