Skip to content
This repository has been archived by the owner on Dec 8, 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 7e8ac1a commit ce56517
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion samples/DatabaseErrorPageSample/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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/DeveloperExceptionPageSample/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.8-servicing-005009-00",
"version": "1.0.8",
"type": "platform"
}
}
Expand Down
2 changes: 1 addition & 1 deletion samples/ElmPageSample/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.8-servicing-005009-00",
"version": "1.0.8",
"type": "platform"
}
}
Expand Down
2 changes: 1 addition & 1 deletion samples/ExceptionHandlerSample/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"
}
}
Expand Down
2 changes: 1 addition & 1 deletion samples/MiddlewareAnalysisSample/project.json
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"
}
}
Expand Down
2 changes: 1 addition & 1 deletion samples/StatusCodePagesSample/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.8-servicing-005009-00",
"version": "1.0.8",
"type": "platform"
}
}
Expand Down
2 changes: 1 addition & 1 deletion samples/WelcomePageSample/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.8-servicing-005009-00",
"version": "1.0.8",
"type": "platform"
}
}
Expand Down
4 changes: 2 additions & 2 deletions src/PageGenerator/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
}
},
"dependencies": {
"Microsoft.AspNetCore.Razor": "1.0.3"
"Microsoft.AspNetCore.Razor": "1.0.4"
},
"frameworks": {
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.8-servicing-005009-00",
"version": "1.0.8",
"type": "platform"
}
}
Expand Down
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"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.8-servicing-005009-00",
"version": "1.0.8",
"type": "platform"
},
"moq.netcore": "4.4.0-beta8",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
],
"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 test/Microsoft.AspNetCore.Diagnostics.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.8-servicing-005009-00",
"version": "1.0.8",
"type": "platform"
},
"moq.netcore": "4.4.0-beta8",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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 ce56517

Please sign in to comment.