Revert "Target netcoreapp and reference NETCore.App"

This reverts commit 75ab32926b.
This commit is contained in:
BrennanConroy 2016-11-04 13:30:24 -07:00
parent 1d35166e11
commit 88571e6cf7
1 changed files with 3 additions and 15 deletions

View File

@ -13,22 +13,10 @@
"Microsoft.Extensions.Logging": "1.1.0-*",
"Microsoft.Extensions.Logging.Console": "1.1.0-*",
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.1.0-*",
"NETStandard.Library": "1.6.1-*"
},
"frameworks": {
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": "1.1.0-*"
}
},
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": "1.1.0-*"
}
},
"net451": {
"dependencies": {
"NETStandard.Library": "1.6.1-*"
}
}
"netstandard1.3": {},
"net451": {}
}
}