Removing imports from src projects

This commit is contained in:
Pranav K 2016-04-07 15:53:09 -07:00
parent 512ea00398
commit 6e66c16dfe
2 changed files with 4 additions and 12 deletions

View File

@ -23,10 +23,6 @@
}, },
"frameworks": { "frameworks": {
"net451": {}, "net451": {},
"netstandard1.3": { "netstandard1.3": {}
"imports": [
"dotnet5.4"
]
}
} }
} }

View File

@ -26,10 +26,6 @@
}, },
"frameworks": { "frameworks": {
"net451": {}, "net451": {},
"netstandard1.3": { "netstandard1.3": {}
"imports": [
"dotnet5.4"
]
}
} }
} }