Fixed dependencies

Fix dependency on System.Runtime.Serialization.Xml
This commit is contained in:
David Fowler 2016-04-05 23:28:53 -07:00
parent ee80f5f84c
commit 4b348699c8
1 changed files with 2 additions and 2 deletions

View File

@ -37,9 +37,9 @@
"portable-net451+win8"
],
"dependencies": {
"System.Runtime.Serialization.Xml": "4.1.0-*",
"System.Runtime.Serialization.Xml": "4.1.1-*",
"System.Xml.XmlSerializer": "4.0.11-*"
}
}
}
}
}