Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1594 from zamont/master
Browse files Browse the repository at this point in the history
Update UWP metapackage for servicing by updating S.R.Serialization.Json, S.R.Serialization.Xml, and additional packages listed in dotnet/corefx#10388.
  • Loading branch information
Zach Montoya authored Mar 1, 2017
2 parents ccd5fde + 5b6ae03 commit 42121ee
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"Microsoft.NETCore.Runtime.CoreCLR": "1.0.3",
"Microsoft.NETCore.Targets": "1.0.2",
"Microsoft.Win32.Primitives": "4.0.1",
"System.Collections.NonGeneric": "4.0.1",
"System.Collections.Specialized": "4.0.1",
"System.ComponentModel.EventBasedAsync": "4.0.11",
"System.Data.Common": "4.1.0",
"System.Diagnostics.Contracts": "4.0.1",
Expand All @@ -20,9 +22,9 @@
"System.Numerics.Vectors.WindowsRuntime": "4.0.1",
"System.Reflection.Context": "4.0.1",
"System.Runtime.InteropServices.WindowsRuntime": "4.0.1",
"System.Runtime.Serialization.Json": "4.0.2",
"System.Runtime.Serialization.Json": "4.0.3",
"System.Runtime.Serialization.Primitives": "4.1.1",
"System.Runtime.Serialization.Xml": "4.1.1",
"System.Runtime.Serialization.Xml": "4.1.2",
"System.Runtime.WindowsRuntime": "4.0.11",
"System.Runtime.WindowsRuntime.UI.Xaml": "4.0.1",
"System.ServiceModel.Duplex": "4.0.1",
Expand All @@ -31,6 +33,8 @@
"System.ServiceModel.Primitives": "4.1.0",
"System.ServiceModel.Security": "4.0.1",
"System.Text.Encoding.CodePages": "4.0.1",
"System.Threading.Overlapped": "4.0.1",
"System.Xml.XmlDocument": "4.0.1",
"System.Xml.XmlSerializer": "4.0.11"
},
"frameworks": {
Expand Down

0 comments on commit 42121ee

Please sign in to comment.