Merge branch 'release' into dev

This commit is contained in:
Pavel Krymets 2016-04-18 17:09:15 -07:00
commit b5d7ebd22d
4 changed files with 5 additions and 2 deletions

View File

@ -3,6 +3,7 @@
"emitEntryPoint": true "emitEntryPoint": true
}, },
"dependencies": { "dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1-*",
"Microsoft.AspNetCore.WebSockets.Client": "0.1.0-*" "Microsoft.AspNetCore.WebSockets.Client": "0.1.0-*"
}, },
"frameworks": { "frameworks": {

View File

@ -1,6 +1,7 @@
{ {
"exclude": "wwwroot/**/*", "exclude": "wwwroot/**/*",
"dependencies": { "dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1-*",
"Microsoft.AspNetCore.WebSockets.Server": "0.1.0-*", "Microsoft.AspNetCore.WebSockets.Server": "0.1.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*" "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
}, },

View File

@ -1,5 +1,6 @@
{ {
"dependencies": { "dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1-*",
"Microsoft.AspNetCore.WebSockets.Client": "0.1.0-*", "Microsoft.AspNetCore.WebSockets.Client": "0.1.0-*",
"Microsoft.AspNetCore.WebSockets.Server": "0.1.0-*", "Microsoft.AspNetCore.WebSockets.Server": "0.1.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
@ -11,5 +12,4 @@
"frameworks": { "frameworks": {
"net451": {} "net451": {}
} }
} }

View File

@ -1,5 +1,6 @@
{ {
"dependencies": { "dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1-*",
"Microsoft.AspNetCore.WebSockets.Protocol": "0.1.0-*", "Microsoft.AspNetCore.WebSockets.Protocol": "0.1.0-*",
"xunit": "2.1.0" "xunit": "2.1.0"
}, },