Removing imports from src projects
This commit is contained in:
parent
fad09801f8
commit
78c742c6ee
|
|
@ -40,8 +40,12 @@
|
|||
"frameworks": {
|
||||
"net451": {
|
||||
"frameworkAssemblies": {
|
||||
"System.Runtime": { "type": "build" },
|
||||
"System.IO": { "type": "build" },
|
||||
"System.Runtime": {
|
||||
"type": "build"
|
||||
},
|
||||
"System.IO": {
|
||||
"type": "build"
|
||||
},
|
||||
"System.Xml": "4.0.0.0",
|
||||
"System.Xml.Linq": "4.0.0.0"
|
||||
}
|
||||
|
|
@ -62,10 +66,7 @@
|
|||
"System.Reflection.TypeExtensions": "4.1.0-*",
|
||||
"System.Text.RegularExpressions": "4.0.12-*",
|
||||
"System.Xml.XDocument": "4.0.11-*"
|
||||
},
|
||||
"imports": [
|
||||
"dotnet5.6"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
"net451": {},
|
||||
"netstandard1.3": {
|
||||
"imports": [
|
||||
"dotnet5.4"
|
||||
"dotnet"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -36,10 +36,7 @@
|
|||
"System.Security.Cryptography.Algorithms": "4.1.0-*",
|
||||
"System.Threading": "4.0.11-*",
|
||||
"System.Threading.Thread": "4.0.0-*"
|
||||
},
|
||||
"imports": [
|
||||
"dotnet5.4"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue