Fix incorrect import

This commit is contained in:
jacalvar 2016-06-09 01:14:08 -07:00
parent 0c2189e473
commit 22232bc1bf
1 changed files with 3 additions and 1 deletions

View File

@ -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-*",