aspnetcore/src/Microsoft.Net.Http.Server/project.json

27 lines
956 B
JSON

{
"version": "1.0.0-*",
"description": "Implementation of WebListener, a successor to HttpListener. It is used in the WebListener server package.",
"dependencies": {
"Microsoft.Framework.Logging.Abstractions": "1.0.0-*",
"Microsoft.Net.WebSockets": "1.0.0-*"
},
"compilationOptions": {
"allowUnsafe": true
},
"frameworks": {
"net45": { },
"dnx451": { },
"dnxcore50": {
"dependencies": {
"Microsoft.Win32.Primitives": "4.0.0-beta-*",
"System.Diagnostics.Debug": "4.0.10-beta-*",
"System.IO.FileSystem": "4.0.0-beta-*",
"System.Security.Claims": "4.0.0-beta-*",
"System.Security.Cryptography.X509Certificates": "4.0.0-beta-*",
"System.Security.Principal.Windows": "4.0.0-beta-*",
"System.Threading.Overlapped": "4.0.0-beta-*"
}
}
}
}