Skip to content

Commit

Permalink
Updated project.json to keep project working
Browse files Browse the repository at this point in the history
  • Loading branch information
cmiles74 committed Feb 2, 2017
1 parent 4df5bcd commit a9eb047
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Controllers/FriendsController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class FriendsController : Controller
private WorkingContext db;

public FriendsController(WorkingContext context) {
db = context;
db = context;
}

// GET api/friends
Expand Down
1 change: 0 additions & 1 deletion project.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
},

"frameworks": {
"net451": {},
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
Expand Down

0 comments on commit a9eb047

Please sign in to comment.