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

Commit 30f67f8

Browse files
committed
Fix non-beta versions
1 parent 1764a71 commit 30f67f8

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"dependencies": {
3-
"Microsoft.Win32.Primitives": "4.0.0-*",
4-
"System.Globalization": "4.0.10-*",
5-
"System.IO": "4.0.10-*",
6-
"System.Net.Http": "4.0.0-*",
7-
"System.Net.Primitives": "4.0.10-*",
8-
"System.Resources.ResourceManager": "4.0.0-*",
9-
"System.Runtime.Extensions": "4.0.10-*",
10-
"System.Runtime.Handles": "4.0.0-*",
11-
"System.Runtime.InteropServices": "4.0.20-*",
12-
"System.Security.Cryptography.X509Certificates": "4.0.0-*",
13-
"System.Security.Principal": "4.0.0-*",
14-
"System.Text.Encoding": "4.0.10-*",
15-
"System.Threading": "4.0.0-*",
16-
"System.Threading.Tasks": "4.0.0-*",
17-
"System.Threading.Thread": "4.0.0-*",
3+
"Microsoft.Win32.Primitives": "4.0.0-beta-*",
4+
"System.Globalization": "4.0.10-beta-*",
5+
"System.IO": "4.0.10-beta-*",
6+
"System.Net.Http": "4.0.0-beta-*",
7+
"System.Net.Primitives": "4.0.10-beta-*",
8+
"System.Resources.ResourceManager": "4.0.0-beta-*",
9+
"System.Runtime.Extensions": "4.0.10-beta-*",
10+
"System.Runtime.Handles": "4.0.0-beta-*",
11+
"System.Runtime.InteropServices": "4.0.20-beta-*",
12+
"System.Security.Cryptography.X509Certificates": "4.0.0-beta-*",
13+
"System.Security.Principal": "4.0.0-beta-*",
14+
"System.Text.Encoding": "4.0.10-beta-*",
15+
"System.Threading": "4.0.0-beta-*",
16+
"System.Threading.Tasks": "4.0.0-beta-*",
17+
"System.Threading.Thread": "4.0.0-beta-*",
1818
"xunit": "2.0.0-beta5-build2785",
1919
"xunit.abstractions.netcore": "1.0.0-prerelease",
2020
"xunit.assert": "2.0.0-beta5-build2785",

0 commit comments

Comments
 (0)