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

This commit is contained in:
N. Taylor Mullen 2015-03-09 12:55:29 -07:00
parent 4deb6e0c65
commit 1620a4c73b
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 @@
SET DNX_HOME=%USERPROFILE%\.dnx\
SET DNX_HOME=%USERPROFILE%\.dnx\
REM copy the AspNet.Loader.dll to the bin folder
call CopyAspNetLoader.cmd

View File

@ -1,4 +1,4 @@
{
{
"authors": [
"Microsoft"
],

View File

@ -1,4 +1,4 @@
{
{
"version": "3.0.0-*",
"dependencies": {
"Microsoft.AspNet.Identity": "3.0.0-*",

View File

@ -1,4 +1,4 @@
{
{
"version": "3.0.0-*",
"dependencies": {
"Microsoft.AspNet.Authentication" : "1.0.0-*",

View File

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

View File

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

View File

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

View File

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