66 lines
1.8 KiB
JSON
66 lines
1.8 KiB
JSON
{
|
|
"version": "1.1.0-*",
|
|
"description": "ASP.NET Core Kestrel cross-platform web server.",
|
|
"packOptions": {
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/aspnet/kestrelhttpserver"
|
|
},
|
|
"tags": [
|
|
"aspnetcore",
|
|
"kestrel"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"System.Buffers": "4.0.0-*",
|
|
"System.Numerics.Vectors": "4.1.1-*",
|
|
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0-*",
|
|
"System.Threading.Tasks.Extensions": "4.0.0-*",
|
|
"Libuv": "1.9.0-*",
|
|
"Microsoft.AspNetCore.Hosting": "1.1.0-*",
|
|
"Microsoft.Extensions.Logging.Abstractions": "1.1.0-*",
|
|
"Microsoft.Extensions.TaskCache.Sources": {
|
|
"version": "1.1.0-*",
|
|
"type": "build"
|
|
}
|
|
},
|
|
"frameworks": {
|
|
"net451": {
|
|
"frameworkAssemblies": {
|
|
"System.Runtime": {
|
|
"type": "build"
|
|
},
|
|
"System.Threading.Tasks": {
|
|
"type": "build"
|
|
}
|
|
}
|
|
},
|
|
"netstandard1.3": {
|
|
"dependencies": {
|
|
"System.Collections": "4.0.11-*",
|
|
"System.Diagnostics.Debug": "4.0.11-*",
|
|
"System.Globalization": "4.0.11-*",
|
|
"System.IO": "4.1.0-*",
|
|
"System.Linq": "4.1.0-*",
|
|
"System.Net.Primitives": "4.0.11-*",
|
|
"System.Runtime.Extensions": "4.1.0-*",
|
|
"System.Runtime.InteropServices": "4.1.0-*",
|
|
"System.Text.Encoding": "4.0.11-*",
|
|
"System.Threading": "4.0.11-*",
|
|
"System.Threading.Tasks": "4.0.11-*",
|
|
"System.Threading.Thread": "4.0.0-*",
|
|
"System.Threading.ThreadPool": "4.0.10-*",
|
|
"System.Threading.Timer": "4.0.1-*"
|
|
}
|
|
}
|
|
},
|
|
"buildOptions": {
|
|
"allowUnsafe": true,
|
|
"warningsAsErrors": true,
|
|
"keyFile": "../../tools/Key.snk",
|
|
"nowarn": [
|
|
"CS1591"
|
|
],
|
|
"xmlDoc": true
|
|
}
|
|
} |