Skip to content

Commit

Permalink
Remove unused dependency
Browse files Browse the repository at this point in the history
- The authorization stack doesn't depend on AspNetCore at all really
  • Loading branch information
davidfowl committed Jan 25, 2016
1 parent 3780a47 commit a1aeb43
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/Microsoft.AspNetCore.Authorization/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,15 @@
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"Microsoft.AspNetCore.Http.Features": "1.0.0-*",
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-*",
"Microsoft.Extensions.Options": "1.0.0-*"
},
"frameworks": {
"net451": {},
"dotnet5.4": {}
"net451": { },
"dotnet5.4": {
"dependencies": {
"System.Security.Claims": "4.0.1-*"
}
}
}
}

0 comments on commit a1aeb43

Please sign in to comment.