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-*"
},
"frameworks": {
"net451": {
"frameworkAssemblies": {
"System.Runtime": "",
"System.Threading.Tasks": ""
}
},
"net451": { },
"netstandard1.3": {
"dependencies": {
"System.ComponentModel.TypeConverter": "4.0.1-*"