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

Commit

Permalink
Update dependencies to the latest patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate McMaster committed Oct 16, 2017
1 parent 276793e commit 58cfd42
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 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.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.5-servicing-001651-00",
"version": "1.1.5",
"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.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.5-servicing-001651-00",
"version": "1.1.5",
"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.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.5-servicing-001651-00",
"version": "1.1.5",
"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.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.5-servicing-001651-00",
"version": "1.1.5",
"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.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.5-servicing-001651-00",
"version": "1.1.5",
"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.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.5-servicing-001651-00",
"version": "1.1.5",
"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.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.5-servicing-001651-00",
"version": "1.1.5",
"type": "platform"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.5-servicing-001651-00",
"version": "1.1.5",
"type": "platform"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.5-servicing-001651-00",
"version": "1.1.5",
"type": "platform"
},
"System.Diagnostics.TraceSource": "4.3.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.5-servicing-001651-00",
"version": "1.1.5",
"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 @@ -30,7 +30,7 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.5-servicing-001651-00",
"version": "1.1.5",
"type": "platform"
},
"System.Diagnostics.TraceSource": "4.3.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.5-servicing-001651-00",
"version": "1.1.5",
"type": "platform"
}
}
Expand Down

0 comments on commit 58cfd42

Please sign in to comment.