Skip to content
This repository was archived by the owner on Dec 19, 2018. It is now read-only.

Commit 67e8e8b

Browse files
committed
Reacting to System.Threading version changes
1 parent 7890a1b commit 67e8e8b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Microsoft.AspNet.Razor/project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@
99
"System.Collections": "4.0.10-beta-*",
1010
"System.Diagnostics.Debug": "4.0.10-beta-*",
1111
"System.Diagnostics.Tools": "4.0.0-beta-*",
12+
"System.IO": "4.0.10-beta-*",
1213
"System.IO.FileSystem": "4.0.0-beta-*",
1314
"System.Linq": "4.0.0-beta-*",
1415
"System.Reflection": "4.0.10-beta-*",
1516
"System.Resources.ResourceManager": "4.0.0-beta-*",
1617
"System.Runtime.Extensions": "4.0.10-beta-*",
17-
"System.Threading": "4.0.0-beta-*",
18+
"System.Threading": "4.0.10-beta-*",
1819
"System.Threading.Tasks": "4.0.10-beta-*",
1920
"System.Threading.Thread": "4.0.0-beta-*",
2021
"System.Security.Cryptography.Hashing.Algorithms": "4.0.0-beta-*"

0 commit comments

Comments
 (0)