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

Commit

Permalink
Update Microsoft.NETCore.App to 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
JunTaoLuo committed Sep 15, 2017
1 parent a331c3a commit 4934d20
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion samples/HttpOverridesSample/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.6",
"version": "1.0.7",
"type": "platform"
}
}
Expand Down
2 changes: 1 addition & 1 deletion samples/ResponseBufferingSample/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.6",
"version": "1.0.7",
"type": "platform"
}
}
Expand Down
2 changes: 1 addition & 1 deletion test/Microsoft.AspNetCore.Buffering.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.6",
"version": "1.0.7",
"type": "platform"
},
"System.Diagnostics.Process": "4.1.0"
Expand Down
2 changes: 1 addition & 1 deletion test/Microsoft.AspNetCore.HttpOverrides.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.6",
"version": "1.0.7",
"type": "platform"
},
"System.Diagnostics.Process": "4.1.0"
Expand Down

0 comments on commit 4934d20

Please sign in to comment.