42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"version": "0.2.0-*",
|
|
"description": "Managed web socket protocol parser.",
|
|
"packOptions": {
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/aspnet/websockets"
|
|
}
|
|
},
|
|
"buildOptions": {
|
|
"warningsAsErrors": true,
|
|
"keyFile": "../../tools/Key.snk",
|
|
"nowarn": [
|
|
"CS1591",
|
|
"CS1572",
|
|
"CS1573"
|
|
],
|
|
"xmlDoc": true,
|
|
"allowUnsafe": true
|
|
},
|
|
"frameworks": {
|
|
"net451": {},
|
|
"netstandard1.3": {
|
|
"dependencies": {
|
|
"System.Diagnostics.Debug": "4.0.11-*",
|
|
"System.Diagnostics.Contracts": "4.0.1-*",
|
|
"System.Globalization": "4.0.11-*",
|
|
"System.IO": "4.1.0-*",
|
|
"System.Linq": "4.1.0-*",
|
|
"System.Net.WebSockets": "4.0.0-*",
|
|
"System.Resources.ResourceManager": "4.0.1-*",
|
|
"System.Runtime.InteropServices": "4.1.0-*",
|
|
"System.Runtime.Extensions": "4.1.0-*",
|
|
"System.Security.Cryptography.Algorithms": "4.2.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-*"
|
|
}
|
|
}
|
|
}
|
|
} |