29 lines
1.2 KiB
JSON
29 lines
1.2 KiB
JSON
{
|
|
"version": "1.0.0-*",
|
|
"description": "Managed web socket protocol parser.",
|
|
"dependencies": {
|
|
"Microsoft.Framework.NotNullAttribute.Sources": { "type": "build", "version": "1.0.0-*" }
|
|
},
|
|
"frameworks": {
|
|
"net45": { },
|
|
"dnxcore50": {
|
|
"dependencies": {
|
|
"System.Diagnostics.Contracts": "4.0.0-beta-*",
|
|
"System.IO": "4.0.10-beta-*",
|
|
"System.Linq": "4.0.0-beta-*",
|
|
"System.Net.WebSockets": "4.0.0-beta-*",
|
|
"System.Runtime": "4.0.20-beta-*",
|
|
"System.Runtime.InteropServices": "4.0.20-beta-*",
|
|
"System.Runtime.Extensions": "4.0.10-beta-*",
|
|
"System.Security.Cryptography.Encryption": "4.0.0-beta-*",
|
|
"System.Security.Cryptography.Hashing": "4.0.0-beta-*",
|
|
"System.Security.Cryptography.Hashing.Algorithms": "4.0.0-beta-*",
|
|
"System.Text.Encoding.Extensions": "4.0.10-beta-*",
|
|
"System.Threading": "4.0.10-beta-*",
|
|
"System.Threading.Tasks": "4.0.10-beta-*",
|
|
"System.Threading.Timer": "4.0.0-beta-*"
|
|
}
|
|
}
|
|
}
|
|
}
|