Skip to content
This repository has been archived by the owner on Dec 20, 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 4934d20 commit 4b720c3
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions samples/HttpOverridesSample/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
]
},
"dependencies": {
"Microsoft.AspNetCore.HttpOverrides": "1.0.3",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.5"
"Microsoft.AspNetCore.HttpOverrides": "1.0.4",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.6"
},
"commands": {
"web": "HttpOverridesSample"
Expand All @@ -21,7 +21,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/ResponseBufferingSample/project.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"version": "1.0.0-*",
"dependencies": {
"Microsoft.AspNetCore.Buffering": "0.1.3",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.5"
"Microsoft.AspNetCore.Buffering": "0.1.4",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.6"
},
"buildOptions": {
"emitEntryPoint": true
Expand All @@ -12,7 +12,7 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.7",
"version": "1.0.8-servicing-005009-00",
"type": "platform"
}
}
Expand Down
4 changes: 2 additions & 2 deletions src/Microsoft.AspNetCore.Buffering/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.3",
"version": "0.1.4",
"buildOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
Expand All @@ -21,7 +21,7 @@
]
},
"dependencies": {
"Microsoft.AspNetCore.Http.Abstractions": "1.0.3"
"Microsoft.AspNetCore.Http.Abstractions": "1.0.4"
},
"frameworks": {
"net451": {},
Expand Down
4 changes: 2 additions & 2 deletions src/Microsoft.AspNetCore.HttpOverrides/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.3",
"version": "1.0.4",
"buildOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
Expand All @@ -22,7 +22,7 @@
]
},
"dependencies": {
"Microsoft.AspNetCore.Http.Extensions": "1.0.3",
"Microsoft.AspNetCore.Http.Extensions": "1.0.4",
"Microsoft.Extensions.Logging.Abstractions": "1.0.2",
"Microsoft.Extensions.Options": "1.0.2"
},
Expand Down
6 changes: 3 additions & 3 deletions test/Microsoft.AspNetCore.Buffering.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.AspNetCore.Buffering": "0.1.3",
"Microsoft.AspNetCore.TestHost": "1.0.4",
"Microsoft.AspNetCore.Buffering": "0.1.4",
"Microsoft.AspNetCore.TestHost": "1.0.5",
"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.Process": "4.1.0"
Expand Down
6 changes: 3 additions & 3 deletions test/Microsoft.AspNetCore.HttpOverrides.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.AspNetCore.HttpOverrides": "1.0.3",
"Microsoft.AspNetCore.TestHost": "1.0.4",
"Microsoft.AspNetCore.HttpOverrides": "1.0.4",
"Microsoft.AspNetCore.TestHost": "1.0.5",
"Microsoft.Extensions.Logging.Testing": "1.0.2",
"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.Process": "4.1.0"
Expand Down

0 comments on commit 4b720c3

Please sign in to comment.