31 lines
919 B
JSON
31 lines
919 B
JSON
{
|
|
"version": "0.1.0-*",
|
|
"description": "Implementation of WebSocket abstract base class. Used by WebListener.",
|
|
"dependencies": {
|
|
"Microsoft.Net.Http.Server": "0.1.0-*"
|
|
},
|
|
"compilationOptions": {
|
|
"allowUnsafe": true,
|
|
"warningsAsErrors": true,
|
|
"keyFile": "../../tools/Key.snk",
|
|
"nowarn": [ "CS1591" ],
|
|
"xmlDoc": true
|
|
},
|
|
"frameworks": {
|
|
"net451": {},
|
|
"dotnet5.4": {
|
|
"dependencies": {
|
|
"System.Collections": "4.0.11-*",
|
|
"System.Linq": "4.1.0-*",
|
|
"System.Net.WebSockets": "4.0.0-*",
|
|
"System.Resources.ResourceManager": "4.0.1-*",
|
|
"System.Runtime.Extensions": "4.1.0-*",
|
|
"System.Security.Cryptography.Algorithms": "4.0.0-*",
|
|
"System.Threading": "4.0.11-*",
|
|
"System.Threading.Tasks": "4.0.11-*",
|
|
"System.Threading.Timer": "4.0.1-*",
|
|
"System.Threading.ThreadPool": "4.0.10-*"
|
|
}
|
|
}
|
|
}
|
|
} |