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