Don't reference facades

This commit is contained in:
Brice Lambson 2016-03-10 10:31:44 -08:00
parent eb22c08ddc
commit 6bea519092
1 changed files with 1 additions and 6 deletions

View File

@ -18,12 +18,7 @@
"Microsoft.EntityFrameworkCore.Relational": "1.0.0-*" "Microsoft.EntityFrameworkCore.Relational": "1.0.0-*"
}, },
"frameworks": { "frameworks": {
"net451": { "net451": { },
"frameworkAssemblies": {
"System.Runtime": "",
"System.Threading.Tasks": ""
}
},
"netstandard1.3": { "netstandard1.3": {
"dependencies": { "dependencies": {
"System.ComponentModel.TypeConverter": "4.0.1-*" "System.ComponentModel.TypeConverter": "4.0.1-*"