Update Microsoft.AspNetCore.Mvc.Dnx to target net451

This commit is contained in:
Pranav K 2016-02-28 20:23:29 -08:00
parent a2565838c5
commit 54bc9a7327
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
"Microsoft.Extensions.PlatformAbstractions.Dnx": "1.0.0-*"
},
"frameworks": {
"dnx451": {},
"net451": {},
"dotnet5.6": {
"imports": "portable-net451+win8"
}