Remove BOM from project.json, *.cmd, *.sh and *.shade files.
This commit is contained in:
parent
0424843229
commit
37a3c7f2a6
2
build.sh
2
build.sh
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
if test `uname` = Darwin; then
|
if test `uname` = Darwin; then
|
||||||
cachedir=~/Library/Caches/KBuild
|
cachedir=~/Library/Caches/KBuild
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"description": "Managed web socket protocol parser.",
|
"description": "Managed web socket protocol parser.",
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"description": "ASP.NET 5 web socket middleware for use on top of opaque servers.",
|
"description": "ASP.NET 5 web socket middleware for use on top of opaque servers.",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNet.WebSockets.Client": "1.0.0-*"
|
"Microsoft.AspNet.WebSockets.Client": "1.0.0-*"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
"webroot": "wwwroot",
|
"webroot": "wwwroot",
|
||||||
"exclude": "wwwroot/**/*",
|
"exclude": "wwwroot/**/*",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNet.WebSockets.Protocol": "1.0.0-*",
|
"Microsoft.AspNet.WebSockets.Protocol": "1.0.0-*",
|
||||||
"Microsoft.AspNet.WebSockets.Client": "1.0.0-*",
|
"Microsoft.AspNet.WebSockets.Client": "1.0.0-*",
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNet.WebSockets.Protocol": "1.0.0-*",
|
"Microsoft.AspNet.WebSockets.Protocol": "1.0.0-*",
|
||||||
"xunit.runner.kre": "1.0.0-*"
|
"xunit.runner.kre": "1.0.0-*"
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNet.WebSockets.Protocol": "1.0.0-*",
|
"Microsoft.AspNet.WebSockets.Protocol": "1.0.0-*",
|
||||||
"Microsoft.AspNet.WebSockets.Client": "1.0.0-*"
|
"Microsoft.AspNet.WebSockets.Client": "1.0.0-*"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue