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:
Diffstat (limited to 'src/System.Threading.Tasks.Parallel/tests/project.json')
-rw-r--r--src/System.Threading.Tasks.Parallel/tests/project.json26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/System.Threading.Tasks.Parallel/tests/project.json b/src/System.Threading.Tasks.Parallel/tests/project.json
index bcbebd8c59..d309f4e82a 100644
--- a/src/System.Threading.Tasks.Parallel/tests/project.json
+++ b/src/System.Threading.Tasks.Parallel/tests/project.json
@@ -1,18 +1,18 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.2-beta-24520-06",
- "System.Collections": "4.3.0-beta-24520-06",
- "System.Collections.Concurrent": "4.3.0-beta-24520-06",
- "System.Diagnostics.Debug": "4.3.0-beta-24520-06",
- "System.Diagnostics.Tracing": "4.3.0-beta-24520-06",
- "System.Linq": "4.3.0-beta-24520-06",
- "System.Linq.Expressions": "4.3.0-beta-24520-06",
- "System.ObjectModel": "4.3.0-beta-24520-06",
- "System.Runtime": "4.3.0-beta-24520-06",
- "System.Runtime.Extensions": "4.3.0-beta-24520-06",
- "System.Text.RegularExpressions": "4.3.0-beta-24520-06",
- "System.Threading": "4.3.0-beta-24520-06",
- "System.Threading.Tasks": "4.3.0-beta-24520-06",
+ "Microsoft.NETCore.Platforms": "1.0.2-beta-24521-07",
+ "System.Collections": "4.3.0-beta-24521-07",
+ "System.Collections.Concurrent": "4.3.0-beta-24521-07",
+ "System.Diagnostics.Debug": "4.3.0-beta-24521-07",
+ "System.Diagnostics.Tracing": "4.3.0-beta-24521-07",
+ "System.Linq": "4.3.0-beta-24521-07",
+ "System.Linq.Expressions": "4.3.0-beta-24521-07",
+ "System.ObjectModel": "4.3.0-beta-24521-07",
+ "System.Runtime": "4.3.0-beta-24521-07",
+ "System.Runtime.Extensions": "4.3.0-beta-24521-07",
+ "System.Text.RegularExpressions": "4.3.0-beta-24521-07",
+ "System.Threading": "4.3.0-beta-24521-07",
+ "System.Threading.Tasks": "4.3.0-beta-24521-07",
"test-runtime": {
"target": "project",
"exclude": "compile"