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

This commit is contained in:
N. Taylor Mullen 2015-03-09 12:58:37 -07:00
parent 4c2832b6f6
commit 2973795a6e
5 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

@ -1,4 +1,4 @@
{ {
"dependencies": { "dependencies": {
"Kestrel": "1.0.0-*", "Kestrel": "1.0.0-*",
"Microsoft.AspNet.Server.IIS": "1.0.0-*", "Microsoft.AspNet.Server.IIS": "1.0.0-*",

View File

@ -1,4 +1,4 @@
{ {
"description": "ASP.NET 5 middleware and abstractions for routing requests to application logic and for generating links.", "description": "ASP.NET 5 middleware and abstractions for routing requests to application logic and for generating links.",
"version": "1.0.0-*", "version": "1.0.0-*",
"compilationOptions": { "compilationOptions": {

View File

@ -1,4 +1,4 @@
{ {
"compilationOptions": { "compilationOptions": {
"warningsAsErrors": "true" "warningsAsErrors": "true"
}, },