{
"version": "0.1.0-*",
"compilationOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
},
"description": "ASP.NET 5 web socket middleware for use on top of opaque servers.",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/websockets"
},
"dependencies": {
"Microsoft.AspNetCore.Http.Extensions": "1.0.0-*",
"Microsoft.AspNetCore.WebSockets.Protocol": "0.1.0-*",
"Microsoft.Extensions.Options": "1.0.0-*"
},
"frameworks": {
"net451": {},
"dotnet5.4": {
"dependencies": {
}
}
}
}
这个配置文件下的代码看不懂,不知道是不是这里出错了,有哪位大神帮忙解决下,。