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

Commit ccdf7bb

Browse files
committed
Move System.Net tests up to latest pre-release version
This change undoes the workaround from 5d9f9d4#diff-53766f09e26c8b4b422d2946d05c83a6
1 parent 40723b7 commit ccdf7bb

File tree

10 files changed

+1459
-2187
lines changed

10 files changed

+1459
-2187
lines changed

src/System.Net.Http.WinHttpHandler/tests/FunctionalTests/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"System.Globalization": "4.0.10",
55
"System.IO": "4.0.10",
66
"System.IO.Compression": "4.0.0",
7-
"System.Net.Http": "4.0.0-beta-*",
8-
"System.Net.Primitives": "4.0.10-beta-*",
7+
"System.Net.Http": "4.0.0",
8+
"System.Net.Primitives": "4.0.11-beta-*",
99
"System.Resources.ResourceManager": "4.0.0",
1010
"System.Runtime.Extensions": "4.0.10",
1111
"System.Runtime.Handles": "4.0.0",

src/System.Net.Http.WinHttpHandler/tests/FunctionalTests/project.lock.json

Lines changed: 314 additions & 314 deletions
Large diffs are not rendered by default.

src/System.Net.Http.WinHttpHandler/tests/UnitTests/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"Microsoft.Win32.Primitives": "4.0.0",
44
"System.Globalization": "4.0.10",
55
"System.IO": "4.0.10",
6-
"System.Net.Http": "4.0.0-beta-*",
7-
"System.Net.Primitives": "4.0.10-beta-*",
6+
"System.Net.Http": "4.0.0",
7+
"System.Net.Primitives": "4.0.11-beta-*",
88
"System.Resources.ResourceManager": "4.0.0",
99
"System.Runtime.Extensions": "4.0.10",
1010
"System.Runtime.Handles": "4.0.0",

src/System.Net.Http.WinHttpHandler/tests/UnitTests/project.lock.json

Lines changed: 335 additions & 337 deletions
Large diffs are not rendered by default.

src/System.Net.Http/src/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"System.IO": "4.0.10",
88
"System.IO.Compression": "4.0.0",
99
"System.IO.UnmanagedMemoryStream": "4.0.0",
10-
"System.Net.Primitives": "4.0.10-beta-*",
10+
"System.Net.Primitives": "4.0.10",
1111
"System.Resources.ResourceManager": "4.0.0",
1212
"System.Runtime.Extensions": "4.0.10",
1313
"System.Runtime.Handles": "4.0.0",

src/System.Net.Http/src/project.lock.json

Lines changed: 195 additions & 381 deletions
Large diffs are not rendered by default.

src/System.Net.Http/tests/FunctionalTests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"System.Globalization": "4.0.10",
55
"System.IO": "4.0.10",
66
"System.IO.Compression": "4.0.0",
7-
"System.Net.Primitives": "4.0.10-beta-*",
7+
"System.Net.Primitives": "4.0.11-beta-*",
88
"System.Resources.ResourceManager": "4.0.0",
99
"System.Runtime.Extensions": "4.0.10",
1010
"System.Runtime.Handles": "4.0.0",

0 commit comments

Comments
 (0)