From ad192f58835b182ea0a511f38a7781877f6a5fdc Mon Sep 17 00:00:00 2001 From: "N. Taylor Mullen" Date: Mon, 9 Mar 2015 13:01:52 -0700 Subject: [PATCH] Remove BOM from project.json, *.cmd, *.sh and *.shade files. --- build.cmd | 2 +- build.sh | 2 +- samples/HelloWorld/project.json | 2 +- samples/HotAddSample/project.json | 2 +- samples/SelfHostServer/project.json | 2 +- src/Microsoft.AspNet.Server.WebListener/project.json | 2 +- src/Microsoft.Net.Http.Server/project.json | 2 +- src/Microsoft.Net.WebSockets/project.json | 2 +- .../project.json | 2 +- test/Microsoft.Net.Http.Server.FunctionalTests/project.json | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) 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/samples/HelloWorld/project.json b/samples/HelloWorld/project.json index 3f7f295998..a6fcd0a9bd 100644 --- a/samples/HelloWorld/project.json +++ b/samples/HelloWorld/project.json @@ -1,4 +1,4 @@ -{ +{ "dependencies": { "Microsoft.Net.Http.Server": "1.0.0-*" }, diff --git a/samples/HotAddSample/project.json b/samples/HotAddSample/project.json index 600caefcbd..629c23df62 100644 --- a/samples/HotAddSample/project.json +++ b/samples/HotAddSample/project.json @@ -1,4 +1,4 @@ -{ +{ "webroot": "wwwroot", "version": "1.0.0-*", "exclude": [ diff --git a/samples/SelfHostServer/project.json b/samples/SelfHostServer/project.json index bffc397397..e393059098 100644 --- a/samples/SelfHostServer/project.json +++ b/samples/SelfHostServer/project.json @@ -1,4 +1,4 @@ -{ +{ "webroot": "wwwroot", "dependencies": { "Microsoft.AspNet.Hosting": "1.0.0-*", diff --git a/src/Microsoft.AspNet.Server.WebListener/project.json b/src/Microsoft.AspNet.Server.WebListener/project.json index b0fc4b60e9..a2c09b7d69 100644 --- a/src/Microsoft.AspNet.Server.WebListener/project.json +++ b/src/Microsoft.AspNet.Server.WebListener/project.json @@ -1,4 +1,4 @@ -{ +{ "version": "1.0.0-*", "description": "ASP.NET 5 self-host web server.", "dependencies": { diff --git a/src/Microsoft.Net.Http.Server/project.json b/src/Microsoft.Net.Http.Server/project.json index 1d9950a28a..ec9f673152 100644 --- a/src/Microsoft.Net.Http.Server/project.json +++ b/src/Microsoft.Net.Http.Server/project.json @@ -1,4 +1,4 @@ -{ +{ "version": "1.0.0-*", "description": "Implementation of WebListener, a successor to HttpListener. It is used in the WebListener server package.", "dependencies": { diff --git a/src/Microsoft.Net.WebSockets/project.json b/src/Microsoft.Net.WebSockets/project.json index 87fba4fa14..d96b50018a 100644 --- a/src/Microsoft.Net.WebSockets/project.json +++ b/src/Microsoft.Net.WebSockets/project.json @@ -1,4 +1,4 @@ -{ +{ "version": "1.0.0-*", "description": "Implementation of WebSocket abstract base class. Used by WebListener.", "dependencies": { diff --git a/test/Microsoft.AspNet.Server.WebListener.FunctionalTests/project.json b/test/Microsoft.AspNet.Server.WebListener.FunctionalTests/project.json index b41a6fa302..db56b75e7d 100644 --- a/test/Microsoft.AspNet.Server.WebListener.FunctionalTests/project.json +++ b/test/Microsoft.AspNet.Server.WebListener.FunctionalTests/project.json @@ -1,4 +1,4 @@ -{ +{ "commands": { "test": "xunit.runner.kre" }, diff --git a/test/Microsoft.Net.Http.Server.FunctionalTests/project.json b/test/Microsoft.Net.Http.Server.FunctionalTests/project.json index 9b537c0a3e..0b4adb225e 100644 --- a/test/Microsoft.Net.Http.Server.FunctionalTests/project.json +++ b/test/Microsoft.Net.Http.Server.FunctionalTests/project.json @@ -1,4 +1,4 @@ -{ +{ "commands": { "test": "xunit.runner.kre" },