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

@ -1,23 +1,20 @@
{ {
"version": "1.0.0-*", "version": "1.0.0-*",
"compilationOptions": { "compilationOptions": {
"warningsAsErrors": true, "warningsAsErrors": true,
"emitEntryPoint": true, "emitEntryPoint": true,
"keyFile": "../../tools/Key.snk" "keyFile": "../../tools/Key.snk"
}, },
"dependencies": { "dependencies": {
"Microsoft.DotNet.Watcher.Core": "1.0.0-*", "Microsoft.DotNet.Watcher.Core": "1.0.0-*",
"Microsoft.Extensions.CommandLineUtils": "1.0.0-*", "Microsoft.Extensions.CommandLineUtils": "1.0.0-*",
"Microsoft.Extensions.Logging": "1.0.0-*", "Microsoft.Extensions.Logging": "1.0.0-*",
"Microsoft.Extensions.Logging.Console": "1.0.0-*", "Microsoft.Extensions.Logging.Console": "1.0.0-*",
"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"
]
} }
} }
}