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-10-11 22:32:17 +0300
committerStephen Toub <stoub@microsoft.com>2016-10-11 22:32:17 +0300
commitb7cc4e219207cff50cdbb11176d3cee25be724f0 (patch)
treec267b29157915b71da8977d6e31d35fed3014672 /src/System.Threading.Timer/tests
parent10580bee652ca12c3bf85f11e8b2f6ce2ade93af (diff)
Update CoreClr, CoreFx to beta-24611-01, beta-24611-02 respectively (master)
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 7abbf878b9..c33417a7e4 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.2.0-beta-24608-01",
- "System.Linq": "4.4.0-beta-24608-01",
- "System.Linq.Expressions": "4.4.0-beta-24608-01",
- "System.ObjectModel": "4.4.0-beta-24608-01",
- "System.Runtime": "4.4.0-beta-24608-01",
- "System.Text.RegularExpressions": "4.4.0-beta-24608-01",
- "System.Threading.Tasks": "4.4.0-beta-24608-01",
- "System.Threading.Timer": "4.4.0-beta-24608-01",
+ "Microsoft.NETCore.Platforms": "1.2.0-beta-24611-02",
+ "System.Linq": "4.4.0-beta-24611-02",
+ "System.Linq.Expressions": "4.4.0-beta-24611-02",
+ "System.ObjectModel": "4.4.0-beta-24611-02",
+ "System.Runtime": "4.4.0-beta-24611-02",
+ "System.Text.RegularExpressions": "4.4.0-beta-24611-02",
+ "System.Threading.Tasks": "4.4.0-beta-24611-02",
+ "System.Threading.Timer": "4.4.0-beta-24611-02",
"test-runtime": {
"target": "project",
"exclude": "compile"