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
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 @@
{
{
"description": "Runtime components for rendering Razor pages.",
"version": "4.0.0-*",
"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.",
"version": "4.0.0-*",
"frameworks": {

View File

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

View File

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