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

This commit is contained in:
N. Taylor Mullen 2015-03-09 13:02:12 -07:00
parent 0424843229
commit 37a3c7f2a6
9 changed files with 9 additions and 9 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 @@
{
{
"version": "1.0.0-*",
"description": "Managed web socket protocol parser.",
"frameworks": {

View File

@ -1,4 +1,4 @@
{
{
"version": "1.0.0-*",
"description": "ASP.NET 5 web socket middleware for use on top of opaque servers.",
"dependencies": {

View File

@ -1,4 +1,4 @@
{
{
"dependencies": {
"Microsoft.AspNet.WebSockets.Client": "1.0.0-*"
},

View File

@ -1,4 +1,4 @@
{
{
"webroot": "wwwroot",
"exclude": "wwwroot/**/*",
"dependencies": {

View File

@ -1,4 +1,4 @@
{
{
"dependencies": {
"Microsoft.AspNet.WebSockets.Protocol": "1.0.0-*",
"Microsoft.AspNet.WebSockets.Client": "1.0.0-*",

View File

@ -1,4 +1,4 @@
{
{
"dependencies": {
"Microsoft.AspNet.WebSockets.Protocol": "1.0.0-*",
"xunit.runner.kre": "1.0.0-*"

View File

@ -1,4 +1,4 @@
{
{
"dependencies": {
"Microsoft.AspNet.WebSockets.Protocol": "1.0.0-*",
"Microsoft.AspNet.WebSockets.Client": "1.0.0-*"