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.Collections.Concurrent/tests/project.json')
-rw-r--r--src/System.Collections.Concurrent/tests/project.json34
1 files changed, 17 insertions, 17 deletions
diff --git a/src/System.Collections.Concurrent/tests/project.json b/src/System.Collections.Concurrent/tests/project.json
index 0cb4275cb5..08a04c1254 100644
--- a/src/System.Collections.Concurrent/tests/project.json
+++ b/src/System.Collections.Concurrent/tests/project.json
@@ -1,21 +1,21 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.2-beta-24604-02",
- "System.Collections": "4.3.0-beta-24604-02",
- "System.Collections.Concurrent": "4.3.0-beta-24604-02",
- "System.Console": "4.3.0-beta-24604-02",
- "System.Diagnostics.Debug": "4.3.0-beta-24604-02",
- "System.Diagnostics.Tracing": "4.3.0-beta-24604-02",
- "System.Linq": "4.3.0-beta-24604-02",
- "System.Linq.Expressions": "4.3.0-beta-24604-02",
- "System.ObjectModel": "4.3.0-beta-24604-02",
- "System.Reflection": "4.3.0-beta-24604-02",
- "System.Runtime": "4.3.0-beta-24604-02",
- "System.Runtime.Extensions": "4.3.0-beta-24604-02",
- "System.Text.RegularExpressions": "4.3.0-beta-24604-02",
- "System.Threading": "4.3.0-beta-24604-02",
- "System.Threading.Tasks": "4.3.0-beta-24604-02",
- "System.IO": "4.3.0-beta-24604-02",
+ "Microsoft.NETCore.Platforms": "1.2.0-beta-24607-03",
+ "System.Collections": "4.4.0-beta-24607-03",
+ "System.Collections.Concurrent": "4.4.0-beta-24607-03",
+ "System.Console": "4.4.0-beta-24607-03",
+ "System.Diagnostics.Debug": "4.4.0-beta-24607-03",
+ "System.Diagnostics.Tracing": "4.4.0-beta-24607-03",
+ "System.Linq": "4.4.0-beta-24607-03",
+ "System.Linq.Expressions": "4.4.0-beta-24607-03",
+ "System.ObjectModel": "4.4.0-beta-24607-03",
+ "System.Reflection": "4.4.0-beta-24607-03",
+ "System.Runtime": "4.4.0-beta-24607-03",
+ "System.Runtime.Extensions": "4.4.0-beta-24607-03",
+ "System.Text.RegularExpressions": "4.4.0-beta-24607-03",
+ "System.Threading": "4.4.0-beta-24607-03",
+ "System.Threading.Tasks": "4.4.0-beta-24607-03",
+ "System.IO": "4.4.0-beta-24607-03",
"test-runtime": {
"target": "project",
"exclude": "compile"
@@ -27,7 +27,7 @@
"netstandard1.3": {},
"netstandard1.7": {
"dependencies": {
- "System.Runtime.Serialization.Formatters": "4.3.0-beta-24604-02"
+ "System.Runtime.Serialization.Formatters": "4.4.0-beta-24607-03"
}
}
},