Removing more unused usings
This commit is contained in:
parent
1e997fec7e
commit
c7a6c099ed
|
|
@ -30,9 +30,7 @@
|
||||||
"frameworkAssemblies": {
|
"frameworkAssemblies": {
|
||||||
"System.Text.Encoding": ""
|
"System.Text.Encoding": ""
|
||||||
}
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
"dnxcore50": {
|
"dnxcore50": {}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -27,11 +27,6 @@
|
||||||
"Moq": "4.2.1312.1622"
|
"Moq": "4.2.1312.1622"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dnxcore50": {
|
"dnxcore50": {}
|
||||||
"dependencies": {
|
|
||||||
"System.Reflection.TypeExtensions": "4.0.1-*",
|
|
||||||
"System.Runtime.Extensions": "4.0.11-*"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -21,10 +21,7 @@
|
||||||
},
|
},
|
||||||
"dnxcore50": {
|
"dnxcore50": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"moq.netcore": "4.4.0-beta8",
|
"moq.netcore": "4.4.0-beta8"
|
||||||
"System.Diagnostics.TraceSource": "4.0.0-*",
|
|
||||||
"System.Reflection.TypeExtensions": "4.0.1-*",
|
|
||||||
"System.Runtime.Serialization.Primitives": "4.0.11-*"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue