Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Toub <stoub@microsoft.com>2016-08-18 15:18:20 +0300
committerStephen Toub <stoub@microsoft.com>2016-08-18 15:18:20 +0300
commit4a30f6b2d34826fe1e0d1973d1104a2804f36ddd (patch)
treee46861b6fc763a0c9e45e67404342fbdff1c752a /src/System.Threading.Timer/tests
parenta478858ad3a3d78a825b602fed22ae60b0efb3dd (diff)
Update devapi package versions
Diffstat (limited to 'src/System.Threading.Timer/tests')
-rw-r--r--src/System.Threading.Timer/tests/project.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/System.Threading.Timer/tests/project.json b/src/System.Threading.Timer/tests/project.json
index 24c9507965..4d487372d6 100644
--- a/src/System.Threading.Timer/tests/project.json
+++ b/src/System.Threading.Timer/tests/project.json
@@ -1,13 +1,13 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.2-beta-devapi-24416-01",
- "System.Linq": "4.1.1-beta-devapi-24416-01",
- "System.Linq.Expressions": "4.2.0-beta-devapi-24416-01",
- "System.ObjectModel": "4.0.13-beta-devapi-24416-01",
- "System.Runtime": "4.2.0-beta-devapi-24416-01",
- "System.Text.RegularExpressions": "4.2.0-beta-devapi-24416-01",
- "System.Threading.Tasks": "4.0.12-beta-devapi-24416-01",
- "System.Threading.Timer": "4.0.2-beta-devapi-24416-01",
+ "Microsoft.NETCore.Platforms": "1.0.2-beta-devapi-24418-01",
+ "System.Linq": "4.1.1-beta-devapi-24418-01",
+ "System.Linq.Expressions": "4.2.0-beta-devapi-24418-01",
+ "System.ObjectModel": "4.0.13-beta-devapi-24418-01",
+ "System.Runtime": "4.2.0-beta-devapi-24418-01",
+ "System.Text.RegularExpressions": "4.2.0-beta-devapi-24418-01",
+ "System.Threading.Tasks": "4.0.12-beta-devapi-24418-01",
+ "System.Threading.Timer": "4.0.2-beta-devapi-24418-01",
"test-runtime": {
"target": "project",
"exclude": "compile"