Removing imports from src projects

This commit is contained in:
Pranav K 2016-04-07 15:27:11 -07:00
parent 89c9c3260b
commit 4d9d196b4a
2 changed files with 2 additions and 9 deletions

View File

@ -24,10 +24,7 @@
"dependencies": { "dependencies": {
"System.Collections": "4.0.11-*", "System.Collections": "4.0.11-*",
"System.Resources.ResourceManager": "4.0.1-*" "System.Resources.ResourceManager": "4.0.1-*"
}, }
"imports": [
"dotnet5.1"
]
} }
} }
} }

View File

@ -23,10 +23,6 @@
"System.Text.Encodings.Web": "4.0.0-*" "System.Text.Encodings.Web": "4.0.0-*"
}, },
"frameworks": { "frameworks": {
"netstandard1.0": { "netstandard1.0": {}
"imports": [
"dotnet5.1"
]
}
} }
} }