Merge branch 'release' into dev
This commit is contained in:
commit
2ffa50a80b
|
|
@ -6,7 +6,8 @@
|
||||||
"url": "git://github.com/aspnet/websockets"
|
"url": "git://github.com/aspnet/websockets"
|
||||||
},
|
},
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"warningsAsErrors": true
|
"warningsAsErrors": true,
|
||||||
|
"keyFile": "../../tools/Key.snk"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNet.WebSockets.Protocol": "1.0.0-*"
|
"Microsoft.AspNet.WebSockets.Protocol": "1.0.0-*"
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,8 @@
|
||||||
"url": "git://github.com/aspnet/websockets"
|
"url": "git://github.com/aspnet/websockets"
|
||||||
},
|
},
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"warningsAsErrors": true
|
"warningsAsErrors": true,
|
||||||
|
"keyFile": "../../tools/Key.snk"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net451": {},
|
"net451": {},
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,9 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
|
"compilationOptions": {
|
||||||
|
"warningsAsErrors": true,
|
||||||
|
"keyFile": "../../tools/Key.snk"
|
||||||
|
},
|
||||||
"description": "ASP.NET 5 web socket middleware for use on top of opaque servers.",
|
"description": "ASP.NET 5 web socket middleware for use on top of opaque servers.",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Reference in New Issue