diff --git a/build.cmd b/build.cmd index 77be0a6627..68a732c182 100644 --- a/build.cmd +++ b/build.cmd @@ -1,4 +1,4 @@ -@echo off +@echo off cd %~dp0 SETLOCAL diff --git a/build.sh b/build.sh index a9ce06d087..ec3263114a 100644 --- a/build.sh +++ b/build.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/bash if test `uname` = Darwin; then cachedir=~/Library/Caches/KBuild diff --git a/src/Microsoft.AspNet.WebSockets.Protocol/project.json b/src/Microsoft.AspNet.WebSockets.Protocol/project.json index 9a560080d3..b8854b70d3 100644 --- a/src/Microsoft.AspNet.WebSockets.Protocol/project.json +++ b/src/Microsoft.AspNet.WebSockets.Protocol/project.json @@ -1,4 +1,4 @@ -{ +{ "version": "1.0.0-*", "description": "Managed web socket protocol parser.", "frameworks": { diff --git a/src/Microsoft.AspNet.WebSockets.Server/project.json b/src/Microsoft.AspNet.WebSockets.Server/project.json index 7e404de566..629e90d389 100644 --- a/src/Microsoft.AspNet.WebSockets.Server/project.json +++ b/src/Microsoft.AspNet.WebSockets.Server/project.json @@ -1,4 +1,4 @@ -{ +{ "version": "1.0.0-*", "description": "ASP.NET 5 web socket middleware for use on top of opaque servers.", "dependencies": { diff --git a/test/AutobahnTestClient/Project.json b/test/AutobahnTestClient/Project.json index d43caeca15..a671b8f913 100644 --- a/test/AutobahnTestClient/Project.json +++ b/test/AutobahnTestClient/Project.json @@ -1,4 +1,4 @@ -{ +{ "dependencies": { "Microsoft.AspNet.WebSockets.Client": "1.0.0-*" }, diff --git a/test/AutobahnTestServer/Project.json b/test/AutobahnTestServer/Project.json index f844afe598..cb434f8072 100644 --- a/test/AutobahnTestServer/Project.json +++ b/test/AutobahnTestServer/Project.json @@ -1,4 +1,4 @@ -{ +{ "webroot": "wwwroot", "exclude": "wwwroot/**/*", "dependencies": { diff --git a/test/Microsoft.AspNet.WebSockets.Client.Test/project.json b/test/Microsoft.AspNet.WebSockets.Client.Test/project.json index 5fd2e99a76..0af268592b 100644 --- a/test/Microsoft.AspNet.WebSockets.Client.Test/project.json +++ b/test/Microsoft.AspNet.WebSockets.Client.Test/project.json @@ -1,4 +1,4 @@ -{ +{ "dependencies": { "Microsoft.AspNet.WebSockets.Protocol": "1.0.0-*", "Microsoft.AspNet.WebSockets.Client": "1.0.0-*", diff --git a/test/Microsoft.AspNet.WebSockets.Protocol.Test/project.json b/test/Microsoft.AspNet.WebSockets.Protocol.Test/project.json index 75234775c8..8365d78d13 100644 --- a/test/Microsoft.AspNet.WebSockets.Protocol.Test/project.json +++ b/test/Microsoft.AspNet.WebSockets.Protocol.Test/project.json @@ -1,4 +1,4 @@ -{ +{ "dependencies": { "Microsoft.AspNet.WebSockets.Protocol": "1.0.0-*", "xunit.runner.kre": "1.0.0-*" diff --git a/test/TestClient/project.json b/test/TestClient/project.json index 388ac477ff..f4c2b0131d 100644 --- a/test/TestClient/project.json +++ b/test/TestClient/project.json @@ -1,4 +1,4 @@ -{ +{ "dependencies": { "Microsoft.AspNet.WebSockets.Protocol": "1.0.0-*", "Microsoft.AspNet.WebSockets.Client": "1.0.0-*"