Skip to content
This repository has been archived by the owner on Nov 1, 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 82afdd9 commit 1ac65d2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion samples/IISSample/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
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.8-servicing-005009-00"
"version": "1.0.8"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.8-servicing-005009-00",
"version": "1.0.8",
"type": "platform"
},
"System.Diagnostics.Process": "4.1.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"System.Diagnostics.Process": "4.1.0",
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.8-servicing-005009-00"
"version": "1.0.8"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion test/TestSites.Portable/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.8-servicing-005009-00",
"version": "1.0.8",
"type": "platform"
},
"System.Net.Primitives": "4.0.11",
Expand Down
2 changes: 1 addition & 1 deletion test/TestSites/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"portable-net45+win8"
],
"dependencies": {
"Microsoft.NETCore.App": "1.0.8-servicing-005009-00",
"Microsoft.NETCore.App": "1.0.8",
"System.Net.Primitives": "4.0.11",
"System.Diagnostics.Process": "4.1.0"
}
Expand Down

0 comments on commit 1ac65d2

Please sign in to comment.