Revert "Target netcoreapp and reference NETCore.App"
This reverts commit 75ab32926b.
This commit is contained in:
parent
1d35166e11
commit
88571e6cf7
|
|
@ -13,22 +13,10 @@
|
||||||
"Microsoft.Extensions.Logging": "1.1.0-*",
|
"Microsoft.Extensions.Logging": "1.1.0-*",
|
||||||
"Microsoft.Extensions.Logging.Console": "1.1.0-*",
|
"Microsoft.Extensions.Logging.Console": "1.1.0-*",
|
||||||
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.1.0-*",
|
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.1.0-*",
|
||||||
|
"NETStandard.Library": "1.6.1-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netcoreapp1.0": {
|
"netstandard1.3": {},
|
||||||
"dependencies": {
|
"net451": {}
|
||||||
"Microsoft.NETCore.App": "1.1.0-*"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"netcoreapp1.1": {
|
|
||||||
"dependencies": {
|
|
||||||
"Microsoft.NETCore.App": "1.1.0-*"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"net451": {
|
|
||||||
"dependencies": {
|
|
||||||
"NETStandard.Library": "1.6.1-*"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue