From 7d6f78ed7a59594ce7cdb54a026f09cb0cbecb2a Mon Sep 17 00:00:00 2001 From: "N. Taylor Mullen" Date: Mon, 9 Mar 2015 12:54:27 -0700 Subject: [PATCH] Remove BOM from project.json, *.cmd, *.sh and *.shade files. --- dnvminstall.sh | 2 +- dotnetsdk.sh | 2 +- samples/ConsoleApp/project.json | 2 +- samples/HelloMvc/project.json | 2 +- samples/HelloWeb/project.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dnvminstall.sh b/dnvminstall.sh index 2b22f99541..c4190f5d50 100644 --- a/dnvminstall.sh +++ b/dnvminstall.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/bash _dnvmsetup_has() { type "$1" > /dev/null 2>&1 diff --git a/dotnetsdk.sh b/dotnetsdk.sh index e62175bbed..4e20746ae0 100644 --- a/dotnetsdk.sh +++ b/dotnetsdk.sh @@ -1,4 +1,4 @@ -# dotnetsdk.sh +# dotnetsdk.sh # Source this file from your .bash-profile or script to use _dotnetsdk_has() { diff --git a/samples/ConsoleApp/project.json b/samples/ConsoleApp/project.json index 8cd996d1b8..d9a68ea21d 100644 --- a/samples/ConsoleApp/project.json +++ b/samples/ConsoleApp/project.json @@ -1,4 +1,4 @@ -{ +{ "dependencies": { }, diff --git a/samples/HelloMvc/project.json b/samples/HelloMvc/project.json index 8a5a341c37..976fd7683e 100644 --- a/samples/HelloMvc/project.json +++ b/samples/HelloMvc/project.json @@ -1,4 +1,4 @@ -{ +{ "version": "1.0.0-*", "webroot": "wwwroot", "exclude": [ diff --git a/samples/HelloWeb/project.json b/samples/HelloWeb/project.json index 1b82b1883a..696a1a4755 100644 --- a/samples/HelloWeb/project.json +++ b/samples/HelloWeb/project.json @@ -1,4 +1,4 @@ -{ +{ "version": "1.0.0-*", "webroot": "wwwroot", "exclude": [