diff --git a/build.cmd b/build.cmd index 77be0a6627..68a732c182 100644 --- a/build.cmd +++ b/build.cmd @@ -1,4 +1,4 @@ -@echo off +@echo off cd %~dp0 SETLOCAL diff --git a/build.sh b/build.sh index a9ce06d087..ec3263114a 100644 --- a/build.sh +++ b/build.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/bash if test `uname` = Darwin; then cachedir=~/Library/Caches/KBuild diff --git a/samples/ErrorHandlerSample/project.json b/samples/ErrorHandlerSample/project.json index cf6967a474..86358902ac 100644 --- a/samples/ErrorHandlerSample/project.json +++ b/samples/ErrorHandlerSample/project.json @@ -1,4 +1,4 @@ -{ +{ "webroot": "wwwroot", "exclude": "wwwroot/**/*.*", "dependencies": { diff --git a/samples/ErrorPageSample/project.json b/samples/ErrorPageSample/project.json index da010c4c17..038226e213 100644 --- a/samples/ErrorPageSample/project.json +++ b/samples/ErrorPageSample/project.json @@ -1,4 +1,4 @@ -{ +{ "dependencies": { "Microsoft.AspNet.Diagnostics": "1.0.0-*", "Microsoft.AspNet.Server.WebListener": "1.0.0-*", diff --git a/samples/RuntimeInfoPageSample/project.json b/samples/RuntimeInfoPageSample/project.json index 4066d326dd..ac82c9348c 100644 --- a/samples/RuntimeInfoPageSample/project.json +++ b/samples/RuntimeInfoPageSample/project.json @@ -1,4 +1,4 @@ -{ +{ "webroot" : "wwwroot", "exclude": "wwwroot/**/*.*", "dependencies": { diff --git a/samples/StatusCodePagesSample/project.json b/samples/StatusCodePagesSample/project.json index c40b6ae136..6a2e911283 100644 --- a/samples/StatusCodePagesSample/project.json +++ b/samples/StatusCodePagesSample/project.json @@ -1,4 +1,4 @@ -{ +{ "webroot": "wwwroot", "version": "1.0.0-*", "exclude": [ diff --git a/samples/WelcomePageSample/project.json b/samples/WelcomePageSample/project.json index a1206bf447..32beb9d8bd 100644 --- a/samples/WelcomePageSample/project.json +++ b/samples/WelcomePageSample/project.json @@ -1,4 +1,4 @@ -{ +{ "dependencies": { "Microsoft.AspNet.Diagnostics": "", "Microsoft.AspNet.Server.WebListener": "1.0.0-*", diff --git a/src/Microsoft.AspNet.Diagnostics.Elm/project.json b/src/Microsoft.AspNet.Diagnostics.Elm/project.json index 13d31d5983..4f5a4d81e8 100644 --- a/src/Microsoft.AspNet.Diagnostics.Elm/project.json +++ b/src/Microsoft.AspNet.Diagnostics.Elm/project.json @@ -1,4 +1,4 @@ -{ +{ "version": "1.0.0-*", "dependencies": { "Microsoft.AspNet.Diagnostics": "1.0.0-*", diff --git a/src/Microsoft.AspNet.Diagnostics.Entity/project.json b/src/Microsoft.AspNet.Diagnostics.Entity/project.json index 2ec6b38334..17b16bd58e 100644 --- a/src/Microsoft.AspNet.Diagnostics.Entity/project.json +++ b/src/Microsoft.AspNet.Diagnostics.Entity/project.json @@ -1,4 +1,4 @@ -{ +{ "version": "7.0.0-*", "description": "ASP.NET 5 Middleware for Entity Framework error pages.", "compilationOptions": { diff --git a/src/Microsoft.AspNet.Diagnostics.Interfaces/project.json b/src/Microsoft.AspNet.Diagnostics.Interfaces/project.json index 6455423631..1984bd8927 100644 --- a/src/Microsoft.AspNet.Diagnostics.Interfaces/project.json +++ b/src/Microsoft.AspNet.Diagnostics.Interfaces/project.json @@ -1,4 +1,4 @@ -{ +{ "version": "1.0.0-*", "description": "ASP.NET 5 diagnostics middleware interfaces.", "compilationOptions": { "warningsAsErrors": true }, diff --git a/src/Microsoft.AspNet.Diagnostics/project.json b/src/Microsoft.AspNet.Diagnostics/project.json index cc7e7546ca..813e3318b1 100644 --- a/src/Microsoft.AspNet.Diagnostics/project.json +++ b/src/Microsoft.AspNet.Diagnostics/project.json @@ -1,4 +1,4 @@ -{ +{ "version": "1.0.0-*", "description": "ASP.NET 5 Middleware for error handling, error pages, and diagnostics information.", "dependencies": { diff --git a/src/PageGenerator/project.json b/src/PageGenerator/project.json index 6f2fb8e25a..fc16b4d9fd 100644 --- a/src/PageGenerator/project.json +++ b/src/PageGenerator/project.json @@ -1,4 +1,4 @@ -{ +{ "version": "1.0.0-*", "dependencies": { "Microsoft.AspNet.Diagnostics.Elm": "1.0.0-*", diff --git a/test/Microsoft.AspNet.Diagnostics.Entity.FunctionalTests/project.json b/test/Microsoft.AspNet.Diagnostics.Entity.FunctionalTests/project.json index 8d9630e88b..6a4290098a 100644 --- a/test/Microsoft.AspNet.Diagnostics.Entity.FunctionalTests/project.json +++ b/test/Microsoft.AspNet.Diagnostics.Entity.FunctionalTests/project.json @@ -1,4 +1,4 @@ -{ +{ "dependencies": { "EntityFramework.SqlServer": "7.0.0-*", "Microsoft.AspNet.Diagnostics.Entity": "7.0.0-*", diff --git a/test/Microsoft.AspNet.Diagnostics.Entity.Tests/project.json b/test/Microsoft.AspNet.Diagnostics.Entity.Tests/project.json index 3cd4d71c93..d9402e1202 100644 --- a/test/Microsoft.AspNet.Diagnostics.Entity.Tests/project.json +++ b/test/Microsoft.AspNet.Diagnostics.Entity.Tests/project.json @@ -1,4 +1,4 @@ -{ +{ "dependencies": { "EntityFramework.InMemory": "7.0.0-*", "Microsoft.AspNet.Diagnostics.Entity": "7.0.0-*", diff --git a/test/Microsoft.AspNet.Diagnostics.Tests/project.json b/test/Microsoft.AspNet.Diagnostics.Tests/project.json index 0a8b17f91a..41611c6bb1 100644 --- a/test/Microsoft.AspNet.Diagnostics.Tests/project.json +++ b/test/Microsoft.AspNet.Diagnostics.Tests/project.json @@ -1,4 +1,4 @@ -{ +{ "compilationOptions": { "warningsAsErrors": true },