aspnetcore/src/Microsoft.AspNet.HttpFeature/project.json

20 lines
561 B
JSON

{
"version": "1.0.0-*",
"frameworks": {
"net45": {},
"aspnetcore50": {
"dependencies": {
"Microsoft.Net.WebSocketAbstractions": "1.0.0-*",
"System.IO": "4.0.10.0",
"System.Net.Primitives": "4.0.10.0",
"System.Runtime": "4.0.20.0",
"System.Runtime.InteropServices": "4.0.20.0",
"System.Security.Claims": "1.0.0-*",
"System.Security.Cryptography.X509Certificates": "4.0.0.0",
"System.Security.Principal": "4.0.0.0",
"System.Threading.Tasks": "4.0.10.0"
}
}
}
}