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:
authordotnet-bot <dotnet-bot@microsoft.com>2016-09-03 12:30:27 +0300
committerdotnet-bot <dotnet-bot@microsoft.com>2016-09-03 12:30:27 +0300
commit062c5a22cef03332558c4726078615061a88d7b6 (patch)
tree50386548a78eeb8b786d0349e0e7155afb91424f /src/System.Collections.NonGeneric/tests/project.json
parentf9e8b8722d8e1537073db39c6d26524f98961597 (diff)
Update CoreClr, CoreFx to beta-24503-02, beta-devapi-24503-01, respectively
Diffstat (limited to 'src/System.Collections.NonGeneric/tests/project.json')
-rw-r--r--src/System.Collections.NonGeneric/tests/project.json30
1 files changed, 15 insertions, 15 deletions
diff --git a/src/System.Collections.NonGeneric/tests/project.json b/src/System.Collections.NonGeneric/tests/project.json
index d5f8516447..4c16fe3051 100644
--- a/src/System.Collections.NonGeneric/tests/project.json
+++ b/src/System.Collections.NonGeneric/tests/project.json
@@ -1,19 +1,19 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24502-02",
- "System.Collections": "4.3.0-beta-devapi-24502-02",
- "System.Diagnostics.Debug": "4.3.0-beta-devapi-24502-02",
- "System.Globalization": "4.3.0-beta-devapi-24502-02",
- "System.IO": "4.3.0-beta-devapi-24502-02",
- "System.Linq": "4.3.0-beta-devapi-24502-02",
- "System.Linq.Expressions": "4.3.0-beta-devapi-24502-02",
- "System.ObjectModel": "4.3.0-beta-devapi-24502-02",
- "System.Reflection": "4.3.0-beta-devapi-24502-02",
- "System.Runtime": "4.3.0-beta-devapi-24502-02",
- "System.Runtime.Extensions": "4.3.0-beta-devapi-24502-02",
- "System.Text.RegularExpressions": "4.3.0-beta-devapi-24502-02",
- "System.Threading": "4.3.0-beta-devapi-24502-02",
- "System.Threading.Tasks": "4.3.0-beta-devapi-24502-02",
+ "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24503-01",
+ "System.Collections": "4.3.0-beta-devapi-24503-01",
+ "System.Diagnostics.Debug": "4.3.0-beta-devapi-24503-01",
+ "System.Globalization": "4.3.0-beta-devapi-24503-01",
+ "System.IO": "4.3.0-beta-devapi-24503-01",
+ "System.Linq": "4.3.0-beta-devapi-24503-01",
+ "System.Linq.Expressions": "4.3.0-beta-devapi-24503-01",
+ "System.ObjectModel": "4.3.0-beta-devapi-24503-01",
+ "System.Reflection": "4.3.0-beta-devapi-24503-01",
+ "System.Runtime": "4.3.0-beta-devapi-24503-01",
+ "System.Runtime.Extensions": "4.3.0-beta-devapi-24503-01",
+ "System.Text.RegularExpressions": "4.3.0-beta-devapi-24503-01",
+ "System.Threading": "4.3.0-beta-devapi-24503-01",
+ "System.Threading.Tasks": "4.3.0-beta-devapi-24503-01",
"test-runtime": {
"target": "project",
"exclude": "compile"
@@ -26,7 +26,7 @@
"netstandard1.3": {},
"netstandard1.7": {
"dependencies": {
- "System.Runtime.Serialization.Formatters": "4.3.0-beta-devapi-24502-02"
+ "System.Runtime.Serialization.Formatters": "4.3.0-beta-devapi-24503-01"
}
}
},