Skip to content
This repository has been archived by the owner on Dec 13, 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 2054e06 commit 42fd517
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion samples/CookieSample/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/CookieSessionSample/project.json
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
2 changes: 1 addition & 1 deletion samples/JwtBearerSample/project.json
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
2 changes: 1 addition & 1 deletion samples/OpenIdConnect.AzureAdSample/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.8-servicing-005009-00",
"version": "1.0.8",
"type": "platform"
}
}
Expand Down
2 changes: 1 addition & 1 deletion samples/OpenIdConnectSample/project.json
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
2 changes: 1 addition & 1 deletion samples/SocialSample/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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 test/Microsoft.AspNetCore.Authentication.Test/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"netcoreapp1.0": {
"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
2 changes: 1 addition & 1 deletion test/Microsoft.AspNetCore.Authorization.Test/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.8-servicing-005009-00",
"version": "1.0.8",
"type": "platform"
},
"System.Diagnostics.Process": "4.1.0"
Expand Down
2 changes: 1 addition & 1 deletion test/Microsoft.AspNetCore.CookiePolicy.Test/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.8-servicing-005009-00",
"version": "1.0.8",
"type": "platform"
},
"System.Diagnostics.Process": "4.1.0"
Expand Down

0 comments on commit 42fd517

Please sign in to comment.