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

32 lines
917 B
JSON

{
"version": "1.0.0-*",
"description": "Managed web socket protocol parser.",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/websockets"
},
"compilationOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
},
"frameworks": {
"net451": {},
"dotnet5.4": {
"dependencies": {
"System.Diagnostics.Contracts": "4.0.1-*",
"System.IO": "4.1.0-*",
"System.Linq": "4.0.1-*",
"System.Net.WebSockets": "4.0.0-*",
"System.Runtime": "4.0.21-*",
"System.Runtime.InteropServices": "4.0.21-*",
"System.Runtime.Extensions": "4.1.0-*",
"System.Security.Cryptography.Algorithms": "4.0.0-*",
"System.Text.Encoding.Extensions": "4.0.11-*",
"System.Threading": "4.0.11-*",
"System.Threading.Tasks": "4.0.11-*",
"System.Threading.Timer": "4.0.1-*"
}
}
}
}