Fix incorrect import
This commit is contained in:
parent
0c2189e473
commit
22232bc1bf
|
|
@ -39,7 +39,9 @@
|
|||
}
|
||||
},
|
||||
"netstandard1.6": {
|
||||
"imports": "portable-net45+netcore45+wp8+wp81+wpa81",
|
||||
"imports": [
|
||||
"portable-net451+win8"
|
||||
],
|
||||
"dependencies": {
|
||||
"System.Net.Http": "4.1.0-*",
|
||||
"System.Runtime.Serialization.Xml": "4.1.1-*",
|
||||
|
|
|
|||
Loading…
Reference in New Issue