Skip to content

Commit 7d6f78e

Browse files
author
N. Taylor Mullen
committed
Remove BOM from project.json, *.cmd, *.sh and *.shade files.
1 parent b84aafa commit 7d6f78e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

dnvminstall.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/bash
22

33
_dnvmsetup_has() {
44
type "$1" > /dev/null 2>&1

dotnetsdk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# dotnetsdk.sh
1+
# dotnetsdk.sh
22
# Source this file from your .bash-profile or script to use
33

44
_dotnetsdk_has() {

samples/ConsoleApp/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
1+
{
22
"dependencies": {
33

44
},

samples/HelloMvc/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
1+
{
22
"version": "1.0.0-*",
33
"webroot": "wwwroot",
44
"exclude": [

samples/HelloWeb/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
1+
{
22
"version": "1.0.0-*",
33
"webroot": "wwwroot",
44
"exclude": [

0 commit comments

Comments
 (0)