Updating versions to 1.2.0-*

This commit is contained in:
Pranav K 2016-11-09 14:17:12 -08:00
parent a3af7bb03d
commit f4f1902808
18 changed files with 77 additions and 75 deletions

View File

@ -1,10 +1,10 @@
{
"dependencies": {
"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.AspNetCore.Diagnostics": "1.2.0-*",
"Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.2.0-*",
"Microsoft.AspNetCore.Server.IISIntegration": "1.2.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.2.0-*",
"Microsoft.EntityFrameworkCore.SqlServer": "1.2.0-*",
"Microsoft.EntityFrameworkCore.Tools": {
"version": "1.0.0-*",
"type": "build"

View File

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

View File

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

View File

@ -1,9 +1,9 @@
{
"dependencies": {
"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-*"
"Microsoft.AspNetCore.Diagnostics": "1.2.0-*",
"Microsoft.AspNetCore.Server.IISIntegration": "1.2.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.2.0-*",
"Microsoft.AspNetCore.StaticFiles": "1.2.0-*"
},
"buildOptions": {
"emitEntryPoint": true

View File

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

View File

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

View File

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

View File

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

View File

@ -22,14 +22,14 @@
"dependencies": {
"Microsoft.AspNetCore.DiagnosticsViewPage.Sources": {
"type": "build",
"version": "1.1.0-*"
"target": "project"
},
"Microsoft.AspNetCore.Http.Abstractions": "1.1.0-*",
"Microsoft.Extensions.Logging.Abstractions": "1.1.0-*",
"Microsoft.Extensions.Options": "1.1.0-*",
"Microsoft.AspNetCore.Http.Abstractions": "1.2.0-*",
"Microsoft.Extensions.Logging.Abstractions": "1.2.0-*",
"Microsoft.Extensions.Options": "1.2.0-*",
"Microsoft.Extensions.RazorViews.Sources": {
"type": "build",
"version": "1.1.0-*"
"version": "1.2.0-*"
},
"NETStandard.Library": "1.6.1-*"
},

View File

@ -1,5 +1,5 @@
{
"version": "1.1.0-*",
"version": "1.2.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,13 +23,13 @@
"dependencies": {
"Microsoft.AspNetCore.DiagnosticsViewPage.Sources": {
"type": "build",
"version": "1.1.0-*"
"target": "project"
},
"Microsoft.AspNetCore.Http.Abstractions": "1.1.0-*",
"Microsoft.EntityFrameworkCore.Relational": "1.1.0-*",
"Microsoft.AspNetCore.Http.Abstractions": "1.2.0-*",
"Microsoft.EntityFrameworkCore.Relational": "1.2.0-*",
"Microsoft.Extensions.RazorViews.Sources": {
"type": "build",
"version": "1.1.0-*"
"version": "1.2.0-*"
},
"NETStandard.Library": "1.6.1-*"
},

View File

@ -1,5 +1,5 @@
{
"version": "1.1.0-*",
"version": "1.2.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,32 +20,34 @@
]
},
"dependencies": {
"Microsoft.AspNetCore.Diagnostics.Abstractions": "1.1.0-*",
"Microsoft.AspNetCore.Diagnostics.Abstractions": {
"target": "project"
},
"Microsoft.AspNetCore.DiagnosticsViewPage.Sources": {
"type": "build",
"version": "1.1.0-*"
"target": "project"
},
"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.AspNetCore.Hosting.Abstractions": "1.2.0-*",
"Microsoft.AspNetCore.Http.Extensions": "1.2.0-*",
"Microsoft.AspNetCore.WebUtilities": "1.2.0-*",
"Microsoft.Extensions.FileProviders.Physical": "1.2.0-*",
"Microsoft.Extensions.Logging.Abstractions": "1.2.0-*",
"Microsoft.Extensions.Options": "1.2.0-*",
"Microsoft.Extensions.RazorViews.Sources": {
"type": "build",
"version": "1.1.0-*"
"version": "1.2.0-*"
},
"Microsoft.Extensions.StackTrace.Sources": {
"type": "build",
"version": "1.1.0-*"
"version": "1.2.0-*"
},
"Microsoft.Extensions.TaskCache.Sources": {
"version": "1.1.0-*",
"version": "1.2.0-*",
"type": "build"
},
"Microsoft.Extensions.TypeNameHelper.Sources": {
"type": "build",
"version": "1.1.0-*"
"version": "1.2.0-*"
},
"NETStandard.Library": "1.6.1-*",
"System.Diagnostics.DiagnosticSource": "4.3.0-*",

View File

@ -1,5 +1,5 @@
{
"version": "1.1.0-*",
"version": "1.2.0-*",
"shared": "*.cs",
"dependencies": {
"NETStandard.Library": "1.6.1-*"

View File

@ -1,5 +1,5 @@
{
"version": "1.1.0-*",
"version": "1.2.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.1.0-*",
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.1.0-*",
"Microsoft.AspNetCore.Hosting.Abstractions": "1.2.0-*",
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.2.0-*",
"NETStandard.Library": "1.6.1-*",
"System.Diagnostics.DiagnosticSource": "4.3.0-*"
},

View File

@ -1,8 +1,8 @@
{
"dependencies": {
"Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.Tests": "1.0.0",
"Microsoft.AspNetCore.TestHost": "1.1.0-*",
"Microsoft.EntityFrameworkCore.SqlServer": "1.1.0-*"
"Microsoft.AspNetCore.TestHost": "1.2.0-*",
"Microsoft.EntityFrameworkCore.SqlServer": "1.2.0-*"
},
"testRunner": "xunit",
"frameworks": {

View File

@ -11,9 +11,9 @@
},
"dependencies": {
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.1.0-*",
"Microsoft.AspNetCore.Testing": "1.1.0-*",
"Microsoft.EntityFrameworkCore.InMemory": "1.1.0-*",
"Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.2.0-*",
"Microsoft.AspNetCore.Testing": "1.2.0-*",
"Microsoft.EntityFrameworkCore.InMemory": "1.2.0-*",
"Moq": "4.6.36-*",
"xunit": "2.2.0-*"
},

View File

@ -5,9 +5,9 @@
"dotnet-test-xunit": "2.2.0-*",
"ElmPageSample": "1.0.0",
"ExceptionHandlerSample": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
"Microsoft.AspNetCore.TestHost": "1.1.0-*",
"Microsoft.AspNetCore.Testing": "1.1.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.2.0-*",
"Microsoft.AspNetCore.TestHost": "1.2.0-*",
"Microsoft.AspNetCore.Testing": "1.2.0-*",
"MiddlewareAnalysisSample": "1.0.0",
"StatusCodePagesSample": "1.0.0",
"WelcomePageSample": "1.0.0",

View File

@ -14,15 +14,15 @@
}
},
"dependencies": {
"ClassLibraryWithPortablePdbs": "1.1.0-*",
"ClassLibraryWithPortablePdbs": "1.2.0-*",
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Diagnostics": "1.1.0-*",
"Microsoft.AspNetCore.Diagnostics": "1.2.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-*",
"Microsoft.AspNetCore.TestHost": "1.2.0-*",
"Microsoft.AspNetCore.Testing": "1.2.0-*",
"Microsoft.Extensions.DependencyInjection": "1.2.0-*",
"Microsoft.Extensions.DiagnosticAdapter": "1.2.0-*",
"Microsoft.Extensions.FileProviders.Embedded": "1.2.0-*",
"Moq": "4.6.36-*",
"xunit": "2.2.0-*"
},

View File

@ -4,12 +4,12 @@
},
"dependencies": {
"dotnet-test-xunit": "2.2.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-*",
"Microsoft.AspNetCore.Diagnostics": "1.2.0-*",
"Microsoft.AspNetCore.MiddlewareAnalysis": "1.2.0-*",
"Microsoft.AspNetCore.TestHost": "1.2.0-*",
"Microsoft.AspNetCore.Testing": "1.2.0-*",
"Microsoft.Extensions.DependencyInjection": "1.2.0-*",
"Microsoft.Extensions.DiagnosticAdapter": "1.2.0-*",
"xunit": "2.2.0-*"
},
"frameworks": {