Revert "Transition to netstandard."

This reverts commit 5f2f434034.
This commit is contained in:
N. Taylor Mullen 2016-03-02 09:57:58 -08:00
parent 5f2f434034
commit e5c6f5ed14
2 changed files with 21 additions and 27 deletions

View File

@ -19,11 +19,8 @@
"Microsoft.NETCore.Platforms": "1.0.1-*" "Microsoft.NETCore.Platforms": "1.0.1-*"
}, },
"frameworks": { "frameworks": {
"netstandardapp1.5": { "dnxcore50": {
"imports": [ "imports": "portable-net451+win8"
"dnxcore50",
"portable-net451+win8"
]
} }
} }
} }

View File

@ -13,11 +13,8 @@
"Microsoft.NETCore.Platforms": "1.0.1-*" "Microsoft.NETCore.Platforms": "1.0.1-*"
}, },
"frameworks": { "frameworks": {
"netstandardapp1.5": { "dnxcore50": {
"imports": [ "imports": "portable-net451+win8"
"dnxcore50",
"portable-net451+win8"
]
} }
} }
} }