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

Commit ea02ad6

Browse files
committed
Update projects to use stable packages where available
This updates projects/changes that were introduced after ee1ec28 without using the latest stable dependencies. In the case of Crypto.Alogs there was a typo in the project.json that caused my update script to miss it.
1 parent ccdf7bb commit ea02ad6

File tree

10 files changed

+788
-749
lines changed

10 files changed

+788
-749
lines changed

src/System.Net.Primitives/tests/PalTests/project.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
22
"dependencies": {
3-
"System.Collections": "4.0.0-beta-*",
3+
"System.Collections": "4.0.0",
44
"System.Console": "4.0.0-beta-*",
5-
"System.Diagnostics.Contracts": "4.0.0-beta-*",
6-
"System.Diagnostics.Tracing": "4.0.20-beta-*",
7-
"System.Runtime": "4.0.20-beta-*",
8-
"System.Runtime.Extensions": "4.0.10-beta-*",
9-
"System.Resources.ResourceManager": "4.0.0-beta-*",
10-
"System.Threading": "4.0.0-beta-*",
11-
"System.Threading.Tasks": "4.0.0-beta-*",
12-
"System.Runtime.InteropServices": "4.0.20-beta-*",
13-
"System.Runtime.Handles": "4.0.0-beta-*",
14-
"System.IO": "4.0.10-beta-*",
15-
"System.IO.FileSystem": "4.0.0-beta-*",
16-
"System.IO.FileSystem.Primitives": "4.0.0-beta-*",
17-
"System.ComponentModel.EventBasedAsync": "4.0.10-beta-*",
18-
"System.Globalization": "4.0.0-beta-*",
19-
"System.Diagnostics.Debug": "4.0.10-beta-*",
20-
"System.Collections.NonGeneric": "4.0.0-beta-*",
21-
"System.Security.Claims": "4.0.0-beta-*",
5+
"System.Diagnostics.Contracts": "4.0.0",
6+
"System.Diagnostics.Tracing": "4.0.20",
7+
"System.Runtime": "4.0.20",
8+
"System.Runtime.Extensions": "4.0.10",
9+
"System.Resources.ResourceManager": "4.0.0",
10+
"System.Threading": "4.0.0",
11+
"System.Threading.Tasks": "4.0.0",
12+
"System.Runtime.InteropServices": "4.0.20",
13+
"System.Runtime.Handles": "4.0.0",
14+
"System.IO": "4.0.10",
15+
"System.IO.FileSystem": "4.0.0",
16+
"System.IO.FileSystem.Primitives": "4.0.0",
17+
"System.ComponentModel.EventBasedAsync": "4.0.10",
18+
"System.Globalization": "4.0.0",
19+
"System.Diagnostics.Debug": "4.0.10",
20+
"System.Collections.NonGeneric": "4.0.0",
21+
"System.Security.Claims": "4.0.0",
2222
"System.Security.SecureString": "4.0.0-beta-*",
23-
"Microsoft.Win32.Primitives": "4.0.0-beta-*",
23+
"Microsoft.Win32.Primitives": "4.0.0",
2424
"xunit": "2.0.0-beta5-build2785",
2525
"xunit.abstractions.netcore": "1.0.0-prerelease",
2626
"xunit.assert": "2.0.0-beta5-build2785",

0 commit comments

Comments
 (0)