Remove BOM from project.json, *.cmd, *.sh and *.shade files.

This commit is contained in:
N. Taylor Mullen 2015-03-09 13:01:52 -07:00
parent cf1ad5f260
commit ad192f5883
10 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
@echo off
@echo off
cd %~dp0
SETLOCAL

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash
if test `uname` = Darwin; then
cachedir=~/Library/Caches/KBuild

View File

@ -1,4 +1,4 @@
{
{
"dependencies": {
"Microsoft.Net.Http.Server": "1.0.0-*"
},

View File

@ -1,4 +1,4 @@
{
{
"webroot": "wwwroot",
"version": "1.0.0-*",
"exclude": [

View File

@ -1,4 +1,4 @@
{
{
"webroot": "wwwroot",
"dependencies": {
"Microsoft.AspNet.Hosting": "1.0.0-*",

View File

@ -1,4 +1,4 @@
{
{
"version": "1.0.0-*",
"description": "ASP.NET 5 self-host web server.",
"dependencies": {

View File

@ -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": {

View File

@ -1,4 +1,4 @@
{
{
"version": "1.0.0-*",
"description": "Implementation of WebSocket abstract base class. Used by WebListener.",
"dependencies": {

View File

@ -1,4 +1,4 @@
{
{
"commands": {
"test": "xunit.runner.kre"
},

View File

@ -1,4 +1,4 @@
{
{
"commands": {
"test": "xunit.runner.kre"
},