Updating to dev versions

This commit is contained in:
Pranav K 2016-06-16 10:17:43 -07:00
parent 412d125c95
commit a2857238f9
19 changed files with 79 additions and 78 deletions

View File

@ -1,10 +1,10 @@
{ {
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Diagnostics": "1.0.0-*", "Microsoft.AspNetCore.Diagnostics": "1.1.0-*",
"Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.0.0-*", "Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.1.0-*",
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*", "Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
"Microsoft.EntityFrameworkCore.SqlServer": "1.0.0-*", "Microsoft.EntityFrameworkCore.SqlServer": "1.1.0-*",
"Microsoft.EntityFrameworkCore.Tools": { "Microsoft.EntityFrameworkCore.Tools": {
"version": "1.0.0-*", "version": "1.0.0-*",
"type": "build" "type": "build"
@ -15,7 +15,8 @@
}, },
"frameworks": { "frameworks": {
"net451": {}, "net451": {},
"netcoreapp1.0": { "dependencies": { "netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.0.0-*", "version": "1.0.0-*",
"type": "platform" "type": "platform"

View File

@ -1,8 +1,8 @@
{ {
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Diagnostics": "1.0.0-*", "Microsoft.AspNetCore.Diagnostics": "1.1.0-*",
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*", "Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*" "Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*"
}, },
"buildOptions": { "buildOptions": {
"emitEntryPoint": true "emitEntryPoint": true

View File

@ -1,8 +1,8 @@
{ {
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Diagnostics.Elm": "0.1.0-*", "Microsoft.AspNetCore.Diagnostics.Elm": "0.2.0-*",
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*", "Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*" "Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*"
}, },
"buildOptions": { "buildOptions": {
"emitEntryPoint": true "emitEntryPoint": true

View File

@ -1,9 +1,9 @@
{ {
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Diagnostics": "1.0.0-*", "Microsoft.AspNetCore.Diagnostics": "1.1.0-*",
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*", "Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*" "Microsoft.AspNetCore.StaticFiles": "1.1.0-*"
}, },
"buildOptions": { "buildOptions": {
"emitEntryPoint": true "emitEntryPoint": true

View File

@ -1,11 +1,11 @@
{ {
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Diagnostics": "1.0.0-*", "Microsoft.AspNetCore.Diagnostics": "1.1.0-*",
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*", "Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*",
"Microsoft.AspNetCore.MiddlewareAnalysis": "1.0.0-*", "Microsoft.AspNetCore.MiddlewareAnalysis": "1.1.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
"Microsoft.Extensions.DiagnosticAdapter": "1.0.0-*", "Microsoft.Extensions.DiagnosticAdapter": "1.1.0-*",
"Microsoft.Extensions.Logging.Console": "1.0.0-*" "Microsoft.Extensions.Logging.Console": "1.1.0-*"
}, },
"buildOptions": { "buildOptions": {
"emitEntryPoint": true "emitEntryPoint": true

View File

@ -3,9 +3,9 @@
"emitEntryPoint": true "emitEntryPoint": true
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Diagnostics": "1.0.0-*", "Microsoft.AspNetCore.Diagnostics": "1.1.0-*",
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*", "Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*" "Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*"
}, },
"frameworks": { "frameworks": {
"net451": {}, "net451": {},

View File

@ -1,8 +1,8 @@
{ {
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Diagnostics": "1.0.0-*", "Microsoft.AspNetCore.Diagnostics": "1.1.0-*",
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*", "Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*" "Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*"
}, },
"buildOptions": { "buildOptions": {
"emitEntryPoint": true "emitEntryPoint": true

View File

@ -1,5 +1,5 @@
{ {
"version": "1.0.0-*", "version": "1.1.0-*",
"description": "ASP.NET Core diagnostics middleware abstractions and feature interface definitions.", "description": "ASP.NET Core diagnostics middleware abstractions and feature interface definitions.",
"packOptions": { "packOptions": {
"repository": { "repository": {

View File

@ -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.", "description": "ASP.NET Core Error Logging Middleware (ELM) to capture and display request logs.",
"buildOptions": { "buildOptions": {
"keyFile": "../../tools/Key.snk", "keyFile": "../../tools/Key.snk",
@ -22,11 +22,11 @@
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.DiagnosticsViewPage.Sources": { "Microsoft.AspNetCore.DiagnosticsViewPage.Sources": {
"type": "build", "type": "build",
"version": "1.0.0-*" "version": "1.1.0-*"
}, },
"Microsoft.AspNetCore.Http.Abstractions": "1.0.0-*", "Microsoft.AspNetCore.Http.Abstractions": "1.1.0-*",
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-*", "Microsoft.Extensions.Logging.Abstractions": "1.1.0-*",
"Microsoft.Extensions.Options": "1.0.0-*" "Microsoft.Extensions.Options": "1.1.0-*"
}, },
"frameworks": { "frameworks": {
"net451": { "net451": {

View File

@ -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.", "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": { "packOptions": {
"repository": { "repository": {
@ -23,10 +23,10 @@
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.DiagnosticsViewPage.Sources": { "Microsoft.AspNetCore.DiagnosticsViewPage.Sources": {
"type": "build", "type": "build",
"version": "1.0.0-*" "version": "1.1.0-*"
}, },
"Microsoft.AspNetCore.Http.Abstractions": "1.0.0-*", "Microsoft.AspNetCore.Http.Abstractions": "1.1.0-*",
"Microsoft.EntityFrameworkCore.Relational": "1.0.0-*" "Microsoft.EntityFrameworkCore.Relational": "1.1.0-*"
}, },
"frameworks": { "frameworks": {
"net451": { "net451": {

View File

@ -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", "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": { "buildOptions": {
"warningsAsErrors": true, "warningsAsErrors": true,
@ -20,20 +20,20 @@
] ]
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Diagnostics.Abstractions": "1.0.0-*", "Microsoft.AspNetCore.Diagnostics.Abstractions": "1.1.0-*",
"Microsoft.AspNetCore.DiagnosticsViewPage.Sources": { "Microsoft.AspNetCore.DiagnosticsViewPage.Sources": {
"type": "build", "type": "build",
"version": "1.0.0-*" "version": "1.1.0-*"
}, },
"Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0-*", "Microsoft.AspNetCore.Hosting.Abstractions": "1.1.0-*",
"Microsoft.AspNetCore.Http.Extensions": "1.0.0-*", "Microsoft.AspNetCore.Http.Extensions": "1.1.0-*",
"Microsoft.AspNetCore.WebUtilities": "1.0.0-*", "Microsoft.AspNetCore.WebUtilities": "1.1.0-*",
"Microsoft.Extensions.FileProviders.Physical": "1.0.0-*", "Microsoft.Extensions.FileProviders.Physical": "1.1.0-*",
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-*", "Microsoft.Extensions.Logging.Abstractions": "1.1.0-*",
"Microsoft.Extensions.Options": "1.0.0-*", "Microsoft.Extensions.Options": "1.1.0-*",
"Microsoft.Extensions.StackTrace.Sources": { "Microsoft.Extensions.StackTrace.Sources": {
"type": "build", "type": "build",
"version": "1.0.0-*" "version": "1.1.0-*"
}, },
"System.Diagnostics.DiagnosticSource": "4.0.0-*", "System.Diagnostics.DiagnosticSource": "4.0.0-*",
"System.Reflection.Metadata": "1.3.0-*" "System.Reflection.Metadata": "1.3.0-*"

View File

@ -1,5 +1,5 @@
{ {
"version": "1.0.0-*", "version": "1.1.0-*",
"shared": "*.cs", "shared": "*.cs",
"dependencies": {}, "dependencies": {},
"frameworks": { "frameworks": {

View File

@ -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.", "description": "ASP.NET Core middleware for analyzing middleware in the request pipeline with System.Diagnostics.DiagnosticSource.",
"buildOptions": { "buildOptions": {
"warningsAsErrors": true, "warningsAsErrors": true,
@ -20,8 +20,8 @@
] ]
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0-*", "Microsoft.AspNetCore.Hosting.Abstractions": "1.1.0-*",
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-*", "Microsoft.Extensions.DependencyInjection.Abstractions": "1.1.0-*",
"System.Diagnostics.DiagnosticSource": "4.0.0-*" "System.Diagnostics.DiagnosticSource": "4.0.0-*"
}, },
"frameworks": { "frameworks": {

View File

@ -1,5 +1,5 @@
{ {
"version": "1.0.0-*", "version": "1.1.0-*",
"description": "Builds the pages for the Diagnostics projects. Runs in build.cmd.", "description": "Builds the pages for the Diagnostics projects. Runs in build.cmd.",
"buildOptions": { "buildOptions": {
"warningsAsErrors": true, "warningsAsErrors": true,
@ -13,7 +13,7 @@
} }
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Razor": "1.0.0-*" "Microsoft.AspNetCore.Razor": "1.1.0-*"
}, },
"frameworks": { "frameworks": {
"netcoreapp1.0": { "netcoreapp1.0": {

View File

@ -1,11 +1,11 @@
{ {
"dependencies": { "dependencies": {
"dotnet-test-xunit": "1.0.0-*", "dotnet-test-xunit": "1.0.0-*",
"Microsoft.EntityFrameworkCore.SqlServer": "1.0.0-*", "Microsoft.EntityFrameworkCore.SqlServer": "1.1.0-*",
"Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.0.0-*", "Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.1.0-*",
"Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.Tests": "1.0.0", "Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.Tests": "1.0.0",
"Microsoft.AspNetCore.TestHost": "1.0.0-*", "Microsoft.AspNetCore.TestHost": "1.1.0-*",
"Microsoft.AspNetCore.Testing": "1.0.0-*", "Microsoft.AspNetCore.Testing": "1.1.0-*",
"xunit": "2.1.0" "xunit": "2.1.0"
}, },
"testRunner": "xunit", "testRunner": "xunit",

View File

@ -10,9 +10,9 @@
}, },
"dependencies": { "dependencies": {
"dotnet-test-xunit": "1.0.0-*", "dotnet-test-xunit": "1.0.0-*",
"Microsoft.EntityFrameworkCore.InMemory": "1.0.0-*", "Microsoft.EntityFrameworkCore.InMemory": "1.1.0-*",
"Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.0.0-*", "Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.1.0-*",
"Microsoft.AspNetCore.Testing": "1.0.0-*", "Microsoft.AspNetCore.Testing": "1.1.0-*",
"xunit": "2.1.0" "xunit": "2.1.0"
}, },
"testRunner": "xunit", "testRunner": "xunit",

View File

@ -5,9 +5,9 @@
"DeveloperExceptionPageSample": "1.0.0", "DeveloperExceptionPageSample": "1.0.0",
"ElmPageSample": "1.0.0", "ElmPageSample": "1.0.0",
"ExceptionHandlerSample": "1.0.0", "ExceptionHandlerSample": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
"Microsoft.AspNetCore.TestHost": "1.0.0-*", "Microsoft.AspNetCore.TestHost": "1.1.0-*",
"Microsoft.AspNetCore.Testing": "1.0.0-*", "Microsoft.AspNetCore.Testing": "1.1.0-*",
"MiddlewareAnalysisSample": "1.0.0", "MiddlewareAnalysisSample": "1.0.0",
"StatusCodePagesSample": "1.0.0", "StatusCodePagesSample": "1.0.0",
"WelcomePageSample": "1.0.0", "WelcomePageSample": "1.0.0",
@ -33,5 +33,5 @@
} }
}, },
"testRunner": "xunit", "testRunner": "xunit",
"version": "1.0.0-*" "version": "1.1.0-*"
} }

View File

@ -16,13 +16,13 @@
"dependencies": { "dependencies": {
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0-*", "System.Runtime.InteropServices.RuntimeInformation": "4.0.0-*",
"dotnet-test-xunit": "1.0.0-*", "dotnet-test-xunit": "1.0.0-*",
"Microsoft.AspNetCore.Diagnostics": "1.0.0-*", "Microsoft.AspNetCore.Diagnostics": "1.1.0-*",
"Microsoft.AspNetCore.Diagnostics.Elm": "0.1.0-*", "Microsoft.AspNetCore.Diagnostics.Elm": "0.2.0-*",
"Microsoft.AspNetCore.TestHost": "1.0.0-*", "Microsoft.AspNetCore.TestHost": "1.1.0-*",
"Microsoft.AspNetCore.Testing": "1.0.0-*", "Microsoft.AspNetCore.Testing": "1.1.0-*",
"Microsoft.Extensions.DependencyInjection": "1.0.0-*", "Microsoft.Extensions.DependencyInjection": "1.1.0-*",
"Microsoft.Extensions.DiagnosticAdapter": "1.0.0-*", "Microsoft.Extensions.DiagnosticAdapter": "1.1.0-*",
"Microsoft.Extensions.FileProviders.Embedded": "1.0.0-*", "Microsoft.Extensions.FileProviders.Embedded": "1.1.0-*",
"xunit": "2.1.0" "xunit": "2.1.0"
}, },
"frameworks": { "frameworks": {

View File

@ -4,12 +4,12 @@
}, },
"dependencies": { "dependencies": {
"dotnet-test-xunit": "1.0.0-*", "dotnet-test-xunit": "1.0.0-*",
"Microsoft.AspNetCore.Diagnostics": "1.0.0-*", "Microsoft.AspNetCore.Diagnostics": "1.1.0-*",
"Microsoft.AspNetCore.MiddlewareAnalysis": "1.0.0-*", "Microsoft.AspNetCore.MiddlewareAnalysis": "1.1.0-*",
"Microsoft.AspNetCore.TestHost": "1.0.0-*", "Microsoft.AspNetCore.TestHost": "1.1.0-*",
"Microsoft.AspNetCore.Testing": "1.0.0-*", "Microsoft.AspNetCore.Testing": "1.1.0-*",
"Microsoft.Extensions.DependencyInjection": "1.0.0-*", "Microsoft.Extensions.DependencyInjection": "1.1.0-*",
"Microsoft.Extensions.DiagnosticAdapter": "1.0.0-*", "Microsoft.Extensions.DiagnosticAdapter": "1.1.0-*",
"xunit": "2.1.0" "xunit": "2.1.0"
}, },
"frameworks": { "frameworks": {