Update serialization to 4.1.0

This commit is contained in:
Ryan Nowak 2015-11-03 17:53:47 -08:00
parent 9cc9473ace
commit d4163b4127
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
},
"dotnet5.4": {
"dependencies": {
"System.Runtime.Serialization.Xml": "4.0.11-beta-*",
"System.Runtime.Serialization.Xml": "4.1.0-beta-*",
"System.Xml.XmlSerializer": "4.0.11-beta-*"
}
}