Skip to content

Commit

Permalink
Adding System.Runtime to resolve build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavkm committed Dec 8, 2015
1 parent 1b0e2e5 commit 6b7cd4a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/Microsoft.AspNet.Html.Abstractions.Test/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
},
"frameworks": {
"dnx451": { },
"dnxcore50": { }
"dnxcore50": {
"dependencies": {
"System.Runtime": "4.0.21-*"
}
}
}
}

0 comments on commit 6b7cd4a

Please sign in to comment.