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