Skip to content
This repository was archived by the owner on Nov 22, 2018. It is now read-only.

Commit 0821a12

Browse files
author
N. Taylor Mullen
committed
Remove BOM from project.json, *.cmd, *.sh and *.shade files.
1 parent adfcf27 commit 0821a12

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

build.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@echo off
1+
@echo off
22
cd %~dp0
33

44
SETLOCAL

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/bash
22

33
if test `uname` = Darwin; then
44
cachedir=~/Library/Caches/KBuild

samples/StaticFileSample/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
1+
{
22
"commands": {
33
"web": "Microsoft.AspNet.Hosting --server Microsoft.AspNet.Server.WebListener --server.Urls http://localhost:12345/"
44
},

src/Microsoft.AspNet.StaticFiles/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
1+
{
22
"version": "1.0.0-*",
33
"description": "ASP.NET 5 static files middleware.",
44
"dependencies": {

test/Microsoft.AspNet.StaticFiles.Tests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
1+
{
22
"dependencies": {
33
"Microsoft.AspNet.Http.Core": "1.0.0-*",
44
"Microsoft.AspNet.RequestContainer": "1.0.0-*",

0 commit comments

Comments
 (0)