Update project.json to remove redundant System.Runtime dependency.
- This package is pulled in transitively.
This commit is contained in:
parent
ce2f823c7d
commit
cdf1d1f6c6
|
|
@ -17,7 +17,6 @@
|
||||||
"System.IO": "4.1.0-*",
|
"System.IO": "4.1.0-*",
|
||||||
"System.Linq": "4.0.1-*",
|
"System.Linq": "4.0.1-*",
|
||||||
"System.Net.WebSockets": "4.0.0-*",
|
"System.Net.WebSockets": "4.0.0-*",
|
||||||
"System.Runtime": "4.0.21-*",
|
|
||||||
"System.Runtime.InteropServices": "4.0.21-*",
|
"System.Runtime.InteropServices": "4.0.21-*",
|
||||||
"System.Runtime.Extensions": "4.1.0-*",
|
"System.Runtime.Extensions": "4.1.0-*",
|
||||||
"System.Security.Cryptography.Algorithms": "4.0.0-*",
|
"System.Security.Cryptography.Algorithms": "4.0.0-*",
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,6 @@
|
||||||
"net451": {},
|
"net451": {},
|
||||||
"dotnet5.4": {
|
"dotnet5.4": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"System.Runtime": "4.0.21-*"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue