Removing imports from src projects

This commit is contained in:
Pranav K 2016-04-07 15:33:50 -07:00
parent fad09801f8
commit 78c742c6ee
3 changed files with 9 additions and 11 deletions

View File

@ -40,8 +40,12 @@
"frameworks": { "frameworks": {
"net451": { "net451": {
"frameworkAssemblies": { "frameworkAssemblies": {
"System.Runtime": { "type": "build" }, "System.Runtime": {
"System.IO": { "type": "build" }, "type": "build"
},
"System.IO": {
"type": "build"
},
"System.Xml": "4.0.0.0", "System.Xml": "4.0.0.0",
"System.Xml.Linq": "4.0.0.0" "System.Xml.Linq": "4.0.0.0"
} }
@ -62,10 +66,7 @@
"System.Reflection.TypeExtensions": "4.1.0-*", "System.Reflection.TypeExtensions": "4.1.0-*",
"System.Text.RegularExpressions": "4.0.12-*", "System.Text.RegularExpressions": "4.0.12-*",
"System.Xml.XDocument": "4.0.11-*" "System.Xml.XDocument": "4.0.11-*"
}, }
"imports": [
"dotnet5.6"
]
} }
} }
} }

View File

@ -8,7 +8,7 @@
"net451": {}, "net451": {},
"netstandard1.3": { "netstandard1.3": {
"imports": [ "imports": [
"dotnet5.4" "dotnet"
] ]
} }
} }

View File

@ -36,10 +36,7 @@
"System.Security.Cryptography.Algorithms": "4.1.0-*", "System.Security.Cryptography.Algorithms": "4.1.0-*",
"System.Threading": "4.0.11-*", "System.Threading": "4.0.11-*",
"System.Threading.Thread": "4.0.0-*" "System.Threading.Thread": "4.0.0-*"
}, }
"imports": [
"dotnet5.4"
]
} }
} }
} }