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

Commit

Permalink
Update patch build to latest dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate McMaster committed Oct 16, 2017
1 parent 9763baa commit c4eed5e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion samples/LargeResponseApp/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.8-servicing-005009-00",
"version": "1.0.8",
"type": "platform"
}
}
Expand Down
2 changes: 1 addition & 1 deletion samples/SampleApp/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.8-servicing-005009-00",
"version": "1.0.8",
"type": "platform"
},
"System.Console": "4.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.8-servicing-005009-00",
"version": "1.0.8",
"type": "platform"
},
"System.Net.Http": "4.1.3",
Expand Down
2 changes: 1 addition & 1 deletion test/Microsoft.AspNetCore.Server.KestrelTests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.8-servicing-005009-00",
"version": "1.0.8",
"type": "platform"
},
"System.Diagnostics.TraceSource": "4.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.8-servicing-005009-00",
"version": "1.0.8",
"type": "platform"
}
}
Expand Down

0 comments on commit c4eed5e

Please sign in to comment.