Skip to content
This repository has been archived by the owner on Dec 8, 2018. It is now read-only.

Commit

Permalink
Patch 1.1.5 update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JunTaoLuo committed Oct 11, 2017
1 parent 7925c06 commit 276793e
Show file tree
Hide file tree
Showing 18 changed files with 40 additions and 40 deletions.
8 changes: 4 additions & 4 deletions samples/DatabaseErrorPageSample/project.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"dependencies": {
"Microsoft.AspNetCore.Diagnostics": "1.1.3",
"Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.1.3",
"Microsoft.AspNetCore.Diagnostics": "1.1.4",
"Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.1.4",
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.3",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.3",
"Microsoft.EntityFrameworkCore.SqlServer": "1.1.3",
"Microsoft.EntityFrameworkCore.SqlServer": "1.1.4",
"Microsoft.EntityFrameworkCore.Tools": {
"version": "1.1.0-preview4-final",
"type": "build"
Expand All @@ -18,7 +18,7 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.4",
"version": "1.1.5-servicing-001651-00",
"type": "platform"
}
}
Expand Down
4 changes: 2 additions & 2 deletions samples/DeveloperExceptionPageSample/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"Microsoft.AspNetCore.Diagnostics": "1.1.3",
"Microsoft.AspNetCore.Diagnostics": "1.1.4",
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.3",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.3"
},
Expand All @@ -12,7 +12,7 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.4",
"version": "1.1.5-servicing-001651-00",
"type": "platform"
}
}
Expand Down
4 changes: 2 additions & 2 deletions samples/ElmPageSample/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"Microsoft.AspNetCore.Diagnostics.Elm": "0.2.3",
"Microsoft.AspNetCore.Diagnostics.Elm": "0.2.4",
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.3",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.3"
},
Expand All @@ -12,7 +12,7 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.4",
"version": "1.1.5-servicing-001651-00",
"type": "platform"
}
}
Expand Down
4 changes: 2 additions & 2 deletions samples/ExceptionHandlerSample/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"Microsoft.AspNetCore.Diagnostics": "1.1.3",
"Microsoft.AspNetCore.Diagnostics": "1.1.4",
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.3",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.3",
"Microsoft.AspNetCore.StaticFiles": "1.1.3"
Expand All @@ -13,7 +13,7 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.4",
"version": "1.1.5-servicing-001651-00",
"type": "platform"
}
}
Expand Down
6 changes: 3 additions & 3 deletions samples/MiddlewareAnalysisSample/project.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"Microsoft.AspNetCore.Diagnostics": "1.1.3",
"Microsoft.AspNetCore.MiddlewareAnalysis": "1.1.3",
"Microsoft.AspNetCore.Diagnostics": "1.1.4",
"Microsoft.AspNetCore.MiddlewareAnalysis": "1.1.4",
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.3",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.3",
"Microsoft.Extensions.DiagnosticAdapter": "1.1.2",
Expand All @@ -15,7 +15,7 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.4",
"version": "1.1.5-servicing-001651-00",
"type": "platform"
}
}
Expand Down
4 changes: 2 additions & 2 deletions samples/StatusCodePagesSample/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.AspNetCore.Diagnostics": "1.1.3",
"Microsoft.AspNetCore.Diagnostics": "1.1.4",
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.3",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.3"
},
Expand All @@ -12,7 +12,7 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.4",
"version": "1.1.5-servicing-001651-00",
"type": "platform"
}
}
Expand Down
4 changes: 2 additions & 2 deletions samples/WelcomePageSample/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"Microsoft.AspNetCore.Diagnostics": "1.1.3",
"Microsoft.AspNetCore.Diagnostics": "1.1.4",
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.3",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.3"
},
Expand All @@ -12,7 +12,7 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.4",
"version": "1.1.5-servicing-001651-00",
"type": "platform"
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.3",
"version": "1.1.4",
"description": "ASP.NET Core diagnostics middleware abstractions and feature interface definitions.",
"packOptions": {
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions src/Microsoft.AspNetCore.Diagnostics.Elm/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.2.3",
"version": "0.2.4",
"description": "ASP.NET Core Error Logging Middleware (ELM) to capture and display request logs.",
"buildOptions": {
"keyFile": "../../tools/Key.snk",
Expand All @@ -22,7 +22,7 @@
"dependencies": {
"Microsoft.AspNetCore.DiagnosticsViewPage.Sources": {
"type": "build",
"version": "1.1.3"
"version": "1.1.4"
},
"Microsoft.AspNetCore.Http.Abstractions": "1.1.2",
"Microsoft.Extensions.Logging.Abstractions": "1.1.2",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.3",
"version": "1.1.4",
"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": {
Expand All @@ -23,10 +23,10 @@
"dependencies": {
"Microsoft.AspNetCore.DiagnosticsViewPage.Sources": {
"type": "build",
"version": "1.1.3"
"version": "1.1.4"
},
"Microsoft.AspNetCore.Http.Abstractions": "1.1.2",
"Microsoft.EntityFrameworkCore.Relational": "1.1.3",
"Microsoft.EntityFrameworkCore.Relational": "1.1.4",
"Microsoft.Extensions.RazorViews.Sources": {
"type": "build",
"version": "1.1.1"
Expand Down
6 changes: 3 additions & 3 deletions src/Microsoft.AspNetCore.Diagnostics/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.3",
"version": "1.1.4",
"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,
Expand All @@ -20,10 +20,10 @@
]
},
"dependencies": {
"Microsoft.AspNetCore.Diagnostics.Abstractions": "1.1.3",
"Microsoft.AspNetCore.Diagnostics.Abstractions": "1.1.4",
"Microsoft.AspNetCore.DiagnosticsViewPage.Sources": {
"type": "build",
"version": "1.1.3"
"version": "1.1.4"
},
"Microsoft.AspNetCore.Hosting.Abstractions": "1.1.3",
"Microsoft.AspNetCore.Http.Extensions": "1.1.2",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.3",
"version": "1.1.4",
"shared": "*.cs",
"dependencies": {
"NETStandard.Library": "1.6.1"
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.AspNetCore.MiddlewareAnalysis/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.3",
"version": "1.1.4",
"description": "ASP.NET Core middleware for analyzing middleware in the request pipeline with System.Diagnostics.DiagnosticSource.",
"buildOptions": {
"warningsAsErrors": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"dependencies": {
"Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.Tests": "1.0.0",
"Microsoft.AspNetCore.TestHost": "1.1.3",
"Microsoft.EntityFrameworkCore.SqlServer": "1.1.3"
"Microsoft.EntityFrameworkCore.SqlServer": "1.1.4"
},
"testRunner": "xunit",
"frameworks": {
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.4",
"version": "1.1.5-servicing-001651-00",
"type": "platform"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
},
"dependencies": {
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.1.3",
"Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.1.4",
"Microsoft.AspNetCore.Testing": "1.1.1",
"Microsoft.EntityFrameworkCore.InMemory": "1.1.3",
"Microsoft.EntityFrameworkCore.InMemory": "1.1.4",
"Moq": "4.6.36-*",
"xunit": "2.2.0-*"
},
Expand All @@ -22,7 +22,7 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.4",
"version": "1.1.5-servicing-001651-00",
"type": "platform"
},
"System.Diagnostics.TraceSource": "4.3.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.4",
"version": "1.1.5-servicing-001651-00",
"type": "platform"
}
}
Expand Down
6 changes: 3 additions & 3 deletions test/Microsoft.AspNetCore.Diagnostics.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"dependencies": {
"ClassLibraryWithPortablePdbs": "1.1.0-*",
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Diagnostics": "1.1.3",
"Microsoft.AspNetCore.Diagnostics.Elm": "0.2.3",
"Microsoft.AspNetCore.Diagnostics": "1.1.4",
"Microsoft.AspNetCore.Diagnostics.Elm": "0.2.4",
"Microsoft.AspNetCore.TestHost": "1.1.3",
"Microsoft.AspNetCore.Testing": "1.1.1",
"Microsoft.Extensions.DependencyInjection": "1.1.1",
Expand All @@ -30,7 +30,7 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.4",
"version": "1.1.5-servicing-001651-00",
"type": "platform"
},
"System.Diagnostics.TraceSource": "4.3.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
},
"dependencies": {
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Diagnostics": "1.1.3",
"Microsoft.AspNetCore.MiddlewareAnalysis": "1.1.3",
"Microsoft.AspNetCore.Diagnostics": "1.1.4",
"Microsoft.AspNetCore.MiddlewareAnalysis": "1.1.4",
"Microsoft.AspNetCore.TestHost": "1.1.3",
"Microsoft.AspNetCore.Testing": "1.1.1",
"Microsoft.Extensions.DependencyInjection": "1.1.1",
Expand All @@ -16,7 +16,7 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.4",
"version": "1.1.5-servicing-001651-00",
"type": "platform"
}
}
Expand Down

0 comments on commit 276793e

Please sign in to comment.