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

Commit

Permalink
1.0.7 patch version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
JunTaoLuo committed Oct 11, 2017
1 parent a367507 commit 9763baa
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions samples/LargeResponseApp/project.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "1.0.0-*",
"dependencies": {
"Microsoft.AspNetCore.Server.Kestrel": "1.0.5"
"Microsoft.AspNetCore.Server.Kestrel": "1.0.6"
},
"buildOptions": {
"emitEntryPoint": true
Expand All @@ -11,7 +11,7 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.7",
"version": "1.0.8-servicing-005009-00",
"type": "platform"
}
}
Expand Down
6 changes: 3 additions & 3 deletions samples/SampleApp/project.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"version": "1.0.0-*",
"dependencies": {
"Microsoft.AspNetCore.Server.Kestrel": "1.0.5",
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.0.5",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.6",
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.0.6",
"Microsoft.Extensions.Logging.Console": "1.0.2"
},
"buildOptions": {
Expand All @@ -13,7 +13,7 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.7",
"version": "1.0.8-servicing-005009-00",
"type": "platform"
},
"System.Console": "4.0.0"
Expand Down
4 changes: 2 additions & 2 deletions src/Microsoft.AspNetCore.Server.Kestrel.Https/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.5",
"version": "1.0.6",
"description": "HTTPS support for the ASP.NET Core Kestrel cross-platform web server.",
"buildOptions": {
"keyFile": "../../tools/Key.snk",
Expand All @@ -19,7 +19,7 @@
]
},
"dependencies": {
"Microsoft.AspNetCore.Server.Kestrel": "1.0.5"
"Microsoft.AspNetCore.Server.Kestrel": "1.0.6"
},
"frameworks": {
"net451": {},
Expand Down
4 changes: 2 additions & 2 deletions src/Microsoft.AspNetCore.Server.Kestrel/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.5",
"version": "1.0.6",
"description": "ASP.NET Core Kestrel cross-platform web server.",
"packOptions": {
"repository": {
Expand All @@ -17,7 +17,7 @@
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0",
"System.Threading.Tasks.Extensions": "4.0.0",
"Libuv": "1.9.2",
"Microsoft.AspNetCore.Hosting": "1.0.4",
"Microsoft.AspNetCore.Hosting": "1.0.5",
"Microsoft.Extensions.Logging.Abstractions": "1.0.2"
},
"frameworks": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"version": "1.0.0-*",
"dependencies": {
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.AspNetCore.Http.Abstractions": "1.0.3",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.5",
"Microsoft.AspNetCore.Http.Abstractions": "1.0.4",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.6",
"Microsoft.AspNetCore.Server.KestrelTests": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.0.5",
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.0.6",
"Microsoft.AspNetCore.Testing": "1.0.1",
"Microsoft.Extensions.Logging.Console": "1.0.2",
"Newtonsoft.Json": "9.0.1",
Expand All @@ -15,7 +15,7 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.7",
"version": "1.0.8-servicing-005009-00",
"type": "platform"
},
"System.Net.Http": "4.1.3",
Expand Down
6 changes: 3 additions & 3 deletions test/Microsoft.AspNetCore.Server.KestrelTests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
"version": "1.0.0-*",
"dependencies": {
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.5",
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.0.5",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.6",
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.0.6",
"Microsoft.AspNetCore.Testing": "1.0.1",
"xunit": "2.1.0"
},
"frameworks": {
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.7",
"version": "1.0.8-servicing-005009-00",
"type": "platform"
},
"System.Diagnostics.TraceSource": "4.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.AspNetCore.Http.Features": "1.0.3",
"Microsoft.AspNetCore.Hosting": "1.0.4"
"Microsoft.AspNetCore.Http.Features": "1.0.4",
"Microsoft.AspNetCore.Hosting": "1.0.5"
},
"frameworks": {
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.7",
"version": "1.0.8-servicing-005009-00",
"type": "platform"
}
}
Expand Down

0 comments on commit 9763baa

Please sign in to comment.