From a2857238f932c8c5d7493f129c97d538986c3b3e Mon Sep 17 00:00:00 2001 From: Pranav K Date: Thu, 16 Jun 2016 10:17:43 -0700 Subject: [PATCH] Updating to dev versions --- samples/DatabaseErrorPageSample/project.json | 13 ++++++------ .../DeveloperExceptionPageSample/project.json | 6 +++--- samples/ElmPageSample/project.json | 6 +++--- samples/ExceptionHandlerSample/project.json | 8 ++++---- samples/MiddlewareAnalysisSample/project.json | 12 +++++------ samples/StatusCodePagesSample/project.json | 6 +++--- samples/WelcomePageSample/project.json | 6 +++--- .../project.json | 2 +- .../project.json | 10 +++++----- .../project.json | 8 ++++---- .../project.json | 20 +++++++++---------- .../project.json | 2 +- .../project.json | 6 +++--- src/PageGenerator/project.json | 4 ++-- .../project.json | 8 ++++---- .../project.json | 6 +++--- .../project.json | 8 ++++---- .../project.json | 14 ++++++------- .../project.json | 12 +++++------ 19 files changed, 79 insertions(+), 78 deletions(-) diff --git a/samples/DatabaseErrorPageSample/project.json b/samples/DatabaseErrorPageSample/project.json index ec4bdcc6a8..e92f2ccab2 100644 --- a/samples/DatabaseErrorPageSample/project.json +++ b/samples/DatabaseErrorPageSample/project.json @@ -1,10 +1,10 @@ { "dependencies": { - "Microsoft.AspNetCore.Diagnostics": "1.0.0-*", - "Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.0.0-*", - "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*", - "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*", - "Microsoft.EntityFrameworkCore.SqlServer": "1.0.0-*", + "Microsoft.AspNetCore.Diagnostics": "1.1.0-*", + "Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.1.0-*", + "Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*", + "Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*", + "Microsoft.EntityFrameworkCore.SqlServer": "1.1.0-*", "Microsoft.EntityFrameworkCore.Tools": { "version": "1.0.0-*", "type": "build" @@ -15,7 +15,8 @@ }, "frameworks": { "net451": {}, - "netcoreapp1.0": { "dependencies": { + "netcoreapp1.0": { + "dependencies": { "Microsoft.NETCore.App": { "version": "1.0.0-*", "type": "platform" diff --git a/samples/DeveloperExceptionPageSample/project.json b/samples/DeveloperExceptionPageSample/project.json index a30371af7f..fd89344409 100644 --- a/samples/DeveloperExceptionPageSample/project.json +++ b/samples/DeveloperExceptionPageSample/project.json @@ -1,8 +1,8 @@ { "dependencies": { - "Microsoft.AspNetCore.Diagnostics": "1.0.0-*", - "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*", - "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*" + "Microsoft.AspNetCore.Diagnostics": "1.1.0-*", + "Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*", + "Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*" }, "buildOptions": { "emitEntryPoint": true diff --git a/samples/ElmPageSample/project.json b/samples/ElmPageSample/project.json index 5c6d2cc494..e6975fe032 100644 --- a/samples/ElmPageSample/project.json +++ b/samples/ElmPageSample/project.json @@ -1,8 +1,8 @@ { "dependencies": { - "Microsoft.AspNetCore.Diagnostics.Elm": "0.1.0-*", - "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*", - "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*" + "Microsoft.AspNetCore.Diagnostics.Elm": "0.2.0-*", + "Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*", + "Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*" }, "buildOptions": { "emitEntryPoint": true diff --git a/samples/ExceptionHandlerSample/project.json b/samples/ExceptionHandlerSample/project.json index ec19630149..def431b5d9 100644 --- a/samples/ExceptionHandlerSample/project.json +++ b/samples/ExceptionHandlerSample/project.json @@ -1,9 +1,9 @@ { "dependencies": { - "Microsoft.AspNetCore.Diagnostics": "1.0.0-*", - "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*", - "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*", - "Microsoft.AspNetCore.StaticFiles": "1.0.0-*" + "Microsoft.AspNetCore.Diagnostics": "1.1.0-*", + "Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*", + "Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*", + "Microsoft.AspNetCore.StaticFiles": "1.1.0-*" }, "buildOptions": { "emitEntryPoint": true diff --git a/samples/MiddlewareAnalysisSample/project.json b/samples/MiddlewareAnalysisSample/project.json index 704ced8123..ca62b8569f 100644 --- a/samples/MiddlewareAnalysisSample/project.json +++ b/samples/MiddlewareAnalysisSample/project.json @@ -1,11 +1,11 @@ { "dependencies": { - "Microsoft.AspNetCore.Diagnostics": "1.0.0-*", - "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*", - "Microsoft.AspNetCore.MiddlewareAnalysis": "1.0.0-*", - "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*", - "Microsoft.Extensions.DiagnosticAdapter": "1.0.0-*", - "Microsoft.Extensions.Logging.Console": "1.0.0-*" + "Microsoft.AspNetCore.Diagnostics": "1.1.0-*", + "Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*", + "Microsoft.AspNetCore.MiddlewareAnalysis": "1.1.0-*", + "Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*", + "Microsoft.Extensions.DiagnosticAdapter": "1.1.0-*", + "Microsoft.Extensions.Logging.Console": "1.1.0-*" }, "buildOptions": { "emitEntryPoint": true diff --git a/samples/StatusCodePagesSample/project.json b/samples/StatusCodePagesSample/project.json index 7ffb3f5919..5c59fc42d3 100644 --- a/samples/StatusCodePagesSample/project.json +++ b/samples/StatusCodePagesSample/project.json @@ -3,9 +3,9 @@ "emitEntryPoint": true }, "dependencies": { - "Microsoft.AspNetCore.Diagnostics": "1.0.0-*", - "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*", - "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*" + "Microsoft.AspNetCore.Diagnostics": "1.1.0-*", + "Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*", + "Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*" }, "frameworks": { "net451": {}, diff --git a/samples/WelcomePageSample/project.json b/samples/WelcomePageSample/project.json index a30371af7f..fd89344409 100644 --- a/samples/WelcomePageSample/project.json +++ b/samples/WelcomePageSample/project.json @@ -1,8 +1,8 @@ { "dependencies": { - "Microsoft.AspNetCore.Diagnostics": "1.0.0-*", - "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*", - "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*" + "Microsoft.AspNetCore.Diagnostics": "1.1.0-*", + "Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*", + "Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*" }, "buildOptions": { "emitEntryPoint": true diff --git a/src/Microsoft.AspNetCore.Diagnostics.Abstractions/project.json b/src/Microsoft.AspNetCore.Diagnostics.Abstractions/project.json index aada9a3a32..1bb4317c73 100644 --- a/src/Microsoft.AspNetCore.Diagnostics.Abstractions/project.json +++ b/src/Microsoft.AspNetCore.Diagnostics.Abstractions/project.json @@ -1,5 +1,5 @@ { - "version": "1.0.0-*", + "version": "1.1.0-*", "description": "ASP.NET Core diagnostics middleware abstractions and feature interface definitions.", "packOptions": { "repository": { diff --git a/src/Microsoft.AspNetCore.Diagnostics.Elm/project.json b/src/Microsoft.AspNetCore.Diagnostics.Elm/project.json index a1f9dfe434..7da8b4862e 100644 --- a/src/Microsoft.AspNetCore.Diagnostics.Elm/project.json +++ b/src/Microsoft.AspNetCore.Diagnostics.Elm/project.json @@ -1,5 +1,5 @@ { - "version": "0.1.0-*", + "version": "0.2.0-*", "description": "ASP.NET Core Error Logging Middleware (ELM) to capture and display request logs.", "buildOptions": { "keyFile": "../../tools/Key.snk", @@ -22,11 +22,11 @@ "dependencies": { "Microsoft.AspNetCore.DiagnosticsViewPage.Sources": { "type": "build", - "version": "1.0.0-*" + "version": "1.1.0-*" }, - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0-*", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-*", - "Microsoft.Extensions.Options": "1.0.0-*" + "Microsoft.AspNetCore.Http.Abstractions": "1.1.0-*", + "Microsoft.Extensions.Logging.Abstractions": "1.1.0-*", + "Microsoft.Extensions.Options": "1.1.0-*" }, "frameworks": { "net451": { diff --git a/src/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore/project.json b/src/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore/project.json index 008b472ce6..0ba4ea398c 100644 --- a/src/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore/project.json +++ b/src/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore/project.json @@ -1,5 +1,5 @@ { - "version": "1.0.0-*", + "version": "1.1.0-*", "description": "ASP.NET Core middleware for Entity Framework Core error pages. Use this middleware to detect and diagnose errors with Entity Framework Core migrations.", "packOptions": { "repository": { @@ -23,10 +23,10 @@ "dependencies": { "Microsoft.AspNetCore.DiagnosticsViewPage.Sources": { "type": "build", - "version": "1.0.0-*" + "version": "1.1.0-*" }, - "Microsoft.AspNetCore.Http.Abstractions": "1.0.0-*", - "Microsoft.EntityFrameworkCore.Relational": "1.0.0-*" + "Microsoft.AspNetCore.Http.Abstractions": "1.1.0-*", + "Microsoft.EntityFrameworkCore.Relational": "1.1.0-*" }, "frameworks": { "net451": { diff --git a/src/Microsoft.AspNetCore.Diagnostics/project.json b/src/Microsoft.AspNetCore.Diagnostics/project.json index 898dd88605..0c9ebac772 100644 --- a/src/Microsoft.AspNetCore.Diagnostics/project.json +++ b/src/Microsoft.AspNetCore.Diagnostics/project.json @@ -1,5 +1,5 @@ { - "version": "1.0.0-*", + "version": "1.1.0-*", "description": "ASP.NET Core middleware for exception handling, exception display pages, and diagnostics information. Includes developer exception page middleware, exception handler middleware, runtime info middleware, status code page middleware, and welcome page middleware", "buildOptions": { "warningsAsErrors": true, @@ -20,20 +20,20 @@ ] }, "dependencies": { - "Microsoft.AspNetCore.Diagnostics.Abstractions": "1.0.0-*", + "Microsoft.AspNetCore.Diagnostics.Abstractions": "1.1.0-*", "Microsoft.AspNetCore.DiagnosticsViewPage.Sources": { "type": "build", - "version": "1.0.0-*" + "version": "1.1.0-*" }, - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0-*", - "Microsoft.AspNetCore.Http.Extensions": "1.0.0-*", - "Microsoft.AspNetCore.WebUtilities": "1.0.0-*", - "Microsoft.Extensions.FileProviders.Physical": "1.0.0-*", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-*", - "Microsoft.Extensions.Options": "1.0.0-*", + "Microsoft.AspNetCore.Hosting.Abstractions": "1.1.0-*", + "Microsoft.AspNetCore.Http.Extensions": "1.1.0-*", + "Microsoft.AspNetCore.WebUtilities": "1.1.0-*", + "Microsoft.Extensions.FileProviders.Physical": "1.1.0-*", + "Microsoft.Extensions.Logging.Abstractions": "1.1.0-*", + "Microsoft.Extensions.Options": "1.1.0-*", "Microsoft.Extensions.StackTrace.Sources": { "type": "build", - "version": "1.0.0-*" + "version": "1.1.0-*" }, "System.Diagnostics.DiagnosticSource": "4.0.0-*", "System.Reflection.Metadata": "1.3.0-*" diff --git a/src/Microsoft.AspNetCore.DiagnosticsViewPage.Sources/project.json b/src/Microsoft.AspNetCore.DiagnosticsViewPage.Sources/project.json index aec88a145b..064db1f235 100644 --- a/src/Microsoft.AspNetCore.DiagnosticsViewPage.Sources/project.json +++ b/src/Microsoft.AspNetCore.DiagnosticsViewPage.Sources/project.json @@ -1,5 +1,5 @@ { - "version": "1.0.0-*", + "version": "1.1.0-*", "shared": "*.cs", "dependencies": {}, "frameworks": { diff --git a/src/Microsoft.AspNetCore.MiddlewareAnalysis/project.json b/src/Microsoft.AspNetCore.MiddlewareAnalysis/project.json index cc7ac44186..83ba3ea857 100644 --- a/src/Microsoft.AspNetCore.MiddlewareAnalysis/project.json +++ b/src/Microsoft.AspNetCore.MiddlewareAnalysis/project.json @@ -1,5 +1,5 @@ { - "version": "1.0.0-*", + "version": "1.1.0-*", "description": "ASP.NET Core middleware for analyzing middleware in the request pipeline with System.Diagnostics.DiagnosticSource.", "buildOptions": { "warningsAsErrors": true, @@ -20,8 +20,8 @@ ] }, "dependencies": { - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0-*", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-*", + "Microsoft.AspNetCore.Hosting.Abstractions": "1.1.0-*", + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.1.0-*", "System.Diagnostics.DiagnosticSource": "4.0.0-*" }, "frameworks": { diff --git a/src/PageGenerator/project.json b/src/PageGenerator/project.json index ac3ae9c767..2005eddf9c 100644 --- a/src/PageGenerator/project.json +++ b/src/PageGenerator/project.json @@ -1,5 +1,5 @@ { - "version": "1.0.0-*", + "version": "1.1.0-*", "description": "Builds the pages for the Diagnostics projects. Runs in build.cmd.", "buildOptions": { "warningsAsErrors": true, @@ -13,7 +13,7 @@ } }, "dependencies": { - "Microsoft.AspNetCore.Razor": "1.0.0-*" + "Microsoft.AspNetCore.Razor": "1.1.0-*" }, "frameworks": { "netcoreapp1.0": { diff --git a/test/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.FunctionalTests/project.json b/test/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.FunctionalTests/project.json index c0807c5ff8..efab37f340 100644 --- a/test/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.FunctionalTests/project.json +++ b/test/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.FunctionalTests/project.json @@ -1,11 +1,11 @@ { "dependencies": { "dotnet-test-xunit": "1.0.0-*", - "Microsoft.EntityFrameworkCore.SqlServer": "1.0.0-*", - "Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.0.0-*", + "Microsoft.EntityFrameworkCore.SqlServer": "1.1.0-*", + "Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.1.0-*", "Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.Tests": "1.0.0", - "Microsoft.AspNetCore.TestHost": "1.0.0-*", - "Microsoft.AspNetCore.Testing": "1.0.0-*", + "Microsoft.AspNetCore.TestHost": "1.1.0-*", + "Microsoft.AspNetCore.Testing": "1.1.0-*", "xunit": "2.1.0" }, "testRunner": "xunit", diff --git a/test/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.Tests/project.json b/test/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.Tests/project.json index 0636e4e06c..0aca3252bf 100644 --- a/test/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.Tests/project.json +++ b/test/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.Tests/project.json @@ -10,9 +10,9 @@ }, "dependencies": { "dotnet-test-xunit": "1.0.0-*", - "Microsoft.EntityFrameworkCore.InMemory": "1.0.0-*", - "Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.0.0-*", - "Microsoft.AspNetCore.Testing": "1.0.0-*", + "Microsoft.EntityFrameworkCore.InMemory": "1.1.0-*", + "Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.1.0-*", + "Microsoft.AspNetCore.Testing": "1.1.0-*", "xunit": "2.1.0" }, "testRunner": "xunit", diff --git a/test/Microsoft.AspNetCore.Diagnostics.FunctionalTests/project.json b/test/Microsoft.AspNetCore.Diagnostics.FunctionalTests/project.json index 4cf2cab784..7ab2758a6f 100644 --- a/test/Microsoft.AspNetCore.Diagnostics.FunctionalTests/project.json +++ b/test/Microsoft.AspNetCore.Diagnostics.FunctionalTests/project.json @@ -5,9 +5,9 @@ "DeveloperExceptionPageSample": "1.0.0", "ElmPageSample": "1.0.0", "ExceptionHandlerSample": "1.0.0", - "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*", - "Microsoft.AspNetCore.TestHost": "1.0.0-*", - "Microsoft.AspNetCore.Testing": "1.0.0-*", + "Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*", + "Microsoft.AspNetCore.TestHost": "1.1.0-*", + "Microsoft.AspNetCore.Testing": "1.1.0-*", "MiddlewareAnalysisSample": "1.0.0", "StatusCodePagesSample": "1.0.0", "WelcomePageSample": "1.0.0", @@ -33,5 +33,5 @@ } }, "testRunner": "xunit", - "version": "1.0.0-*" + "version": "1.1.0-*" } \ No newline at end of file diff --git a/test/Microsoft.AspNetCore.Diagnostics.Tests/project.json b/test/Microsoft.AspNetCore.Diagnostics.Tests/project.json index 0070574e50..b8b70c8ac7 100644 --- a/test/Microsoft.AspNetCore.Diagnostics.Tests/project.json +++ b/test/Microsoft.AspNetCore.Diagnostics.Tests/project.json @@ -16,13 +16,13 @@ "dependencies": { "System.Runtime.InteropServices.RuntimeInformation": "4.0.0-*", "dotnet-test-xunit": "1.0.0-*", - "Microsoft.AspNetCore.Diagnostics": "1.0.0-*", - "Microsoft.AspNetCore.Diagnostics.Elm": "0.1.0-*", - "Microsoft.AspNetCore.TestHost": "1.0.0-*", - "Microsoft.AspNetCore.Testing": "1.0.0-*", - "Microsoft.Extensions.DependencyInjection": "1.0.0-*", - "Microsoft.Extensions.DiagnosticAdapter": "1.0.0-*", - "Microsoft.Extensions.FileProviders.Embedded": "1.0.0-*", + "Microsoft.AspNetCore.Diagnostics": "1.1.0-*", + "Microsoft.AspNetCore.Diagnostics.Elm": "0.2.0-*", + "Microsoft.AspNetCore.TestHost": "1.1.0-*", + "Microsoft.AspNetCore.Testing": "1.1.0-*", + "Microsoft.Extensions.DependencyInjection": "1.1.0-*", + "Microsoft.Extensions.DiagnosticAdapter": "1.1.0-*", + "Microsoft.Extensions.FileProviders.Embedded": "1.1.0-*", "xunit": "2.1.0" }, "frameworks": { diff --git a/test/Microsoft.AspNetCore.MiddlewareAnalysis.Tests/project.json b/test/Microsoft.AspNetCore.MiddlewareAnalysis.Tests/project.json index 6a88926d41..ee7f636d24 100644 --- a/test/Microsoft.AspNetCore.MiddlewareAnalysis.Tests/project.json +++ b/test/Microsoft.AspNetCore.MiddlewareAnalysis.Tests/project.json @@ -4,12 +4,12 @@ }, "dependencies": { "dotnet-test-xunit": "1.0.0-*", - "Microsoft.AspNetCore.Diagnostics": "1.0.0-*", - "Microsoft.AspNetCore.MiddlewareAnalysis": "1.0.0-*", - "Microsoft.AspNetCore.TestHost": "1.0.0-*", - "Microsoft.AspNetCore.Testing": "1.0.0-*", - "Microsoft.Extensions.DependencyInjection": "1.0.0-*", - "Microsoft.Extensions.DiagnosticAdapter": "1.0.0-*", + "Microsoft.AspNetCore.Diagnostics": "1.1.0-*", + "Microsoft.AspNetCore.MiddlewareAnalysis": "1.1.0-*", + "Microsoft.AspNetCore.TestHost": "1.1.0-*", + "Microsoft.AspNetCore.Testing": "1.1.0-*", + "Microsoft.Extensions.DependencyInjection": "1.1.0-*", + "Microsoft.Extensions.DiagnosticAdapter": "1.1.0-*", "xunit": "2.1.0" }, "frameworks": {