Update project.json to remove redundant System.Runtime dependency.
- This package is pulled in transitively.
This commit is contained in:
parent
4666564b87
commit
d2ea17c6f0
|
|
@ -15,7 +15,6 @@
|
||||||
"System.Console": "4.0.0-*",
|
"System.Console": "4.0.0-*",
|
||||||
"System.Globalization": "4.0.11-*",
|
"System.Globalization": "4.0.11-*",
|
||||||
"System.IO": "4.1.0-*",
|
"System.IO": "4.1.0-*",
|
||||||
"System.Runtime": "4.0.21-*",
|
|
||||||
"System.Threading.Tasks": "4.0.11-*"
|
"System.Threading.Tasks": "4.0.11-*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue