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

Commit

Permalink
Revert to older S.R.Serialization.Primitives references
Browse files Browse the repository at this point in the history
We are reverting tht 4.2.0 changes for S.R.S.Primitves so we need
to move these test to the last table version of 4.1.1
  • Loading branch information
weshaggard committed Aug 11, 2016
1 parent a364699 commit b495214
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/System.Data.SqlClient/tests/ManualTests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"System.Runtime.Extensions": "4.1.1-beta-24411-01",
"System.Runtime.Handles": "4.0.2-beta-24411-01",
"System.Runtime.InteropServices": "4.2.0-beta-24411-01",
"System.Runtime.Serialization.Primitives": "4.2.0-beta-24411-01",
"System.Runtime.Serialization.Primitives": "4.1.1",
"System.Security.Principal": "4.0.2-beta-24411-01",
"System.Security.Principal.Windows": "4.0.1-beta-24411-01",
"System.Text.Encoding": "4.0.12-beta-24411-01",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"System.Reflection.TypeExtensions": "4.1.1-beta-24411-01",
"System.Runtime": "4.1.1-beta-24411-01",
"System.Runtime.Extensions": "4.1.1-beta-24411-01",
"System.Runtime.Serialization.Primitives": "4.2.0-beta-24411-01",
"System.Runtime.Serialization.Primitives": "4.1.1",
"System.Text.RegularExpressions": "4.2.0-beta-24411-01",
"test-runtime": {
"target": "project",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"System.ObjectModel": "4.0.13-beta-24411-01",
"System.Runtime": "4.1.1-beta-24411-01",
"System.Runtime.Extensions": "4.1.1-beta-24411-01",
"System.Runtime.Serialization.Primitives": "4.2.0-beta-24411-01",
"System.Runtime.Serialization.Primitives": "4.1.1",
"System.Runtime.Serialization.Json": "4.0.3-beta-24411-01",
"System.Runtime.Serialization.Xml": "4.1.2-beta-24411-01",
"System.Threading.Tasks": "4.0.12-beta-24411-01",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"System.ObjectModel": "4.0.13-beta-24411-01",
"System.Runtime": "4.1.1-beta-24411-01",
"System.Runtime.Extensions": "4.1.1-beta-24411-01",
"System.Runtime.Serialization.Primitives": "4.2.0-beta-24411-01",
"System.Runtime.Serialization.Primitives": "4.1.1",
"System.Runtime.Serialization.Json": "4.0.3-beta-24411-01",
"System.Runtime.Serialization.Xml": "4.1.2-beta-24411-01",
"System.Text.Encoding": "4.0.12-beta-24411-01",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"System.Reflection": "4.1.1-beta-24411-01",
"System.Runtime": "4.1.1-beta-24411-01",
"System.Runtime.Extensions": "4.1.1-beta-24411-01",
"System.Runtime.Serialization.Primitives": "4.2.0-beta-24411-01",
"System.Runtime.Serialization.Primitives": "4.1.1",
"System.Runtime.Serialization.Json": "4.0.3-beta-24411-01",
"System.Runtime.Serialization.Xml": "4.1.2-beta-24411-01",
"System.Text.Encoding": "4.0.12-beta-24411-01",
Expand Down

0 comments on commit b495214

Please sign in to comment.