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

This commit is contained in:
N. Taylor Mullen 2015-03-09 12:58:07 -07:00
parent 0ef9179601
commit 080ef6343c
6 changed files with 6 additions and 6 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 @@
{ {
"description": "Runtime components for rendering Razor pages.", "description": "Runtime components for rendering Razor pages.",
"version": "4.0.0-*", "version": "4.0.0-*",
"dependencies": { "dependencies": {

View File

@ -1,4 +1,4 @@
{ {
"description": "Razor is a markup syntax for adding server-side logic to web pages. This package contains the Razor parser and code generation infrastructure.", "description": "Razor is a markup syntax for adding server-side logic to web pages. This package contains the Razor parser and code generation infrastructure.",
"version": "4.0.0-*", "version": "4.0.0-*",
"frameworks": { "frameworks": {

View File

@ -1,4 +1,4 @@
{ {
"version": "1.0.0", "version": "1.0.0",
"dependencies": { "dependencies": {
"Microsoft.AspNet.Razor.Runtime": "4.0.0-*", "Microsoft.AspNet.Razor.Runtime": "4.0.0-*",

View File

@ -1,4 +1,4 @@
{ {
"version": "1.0.0", "version": "1.0.0",
"resources": "TestFiles/**/*", "resources": "TestFiles/**/*",
"dependencies": { "dependencies": {