Skip to content
This repository has been archived by the owner on Dec 20, 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 fe524f1 commit 67c8cd8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion samples/IdentitySample.Mvc/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,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 @@ -21,7 +21,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 @@ -34,7 +34,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 @@ -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
2 changes: 1 addition & 1 deletion test/Microsoft.AspNetCore.Identity.Test/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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

0 comments on commit 67c8cd8

Please sign in to comment.