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-08 11:22:27 +0300
committerdotnet-bot <dotnet-bot@microsoft.com>2016-09-08 11:22:27 +0300
commitba1dbe35b8c7b6ff7a9d8a607ae465a48c889d97 (patch)
tree5d80d1cd9e52143d907eba221e7b8acda262941c /src/System.Collections.NonGeneric/tests/project.json
parent341e2c61bb997337e37e38af5a1b0f160a002cd0 (diff)
Update CoreClr, CoreFx, External, ProjectNTfs to beta-24508-02, beta-devapi-24508-03, beta-24507-00, beta-24508-00, 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 4c16fe3051..2b218250c8 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-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",
+ "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24508-03",
+ "System.Collections": "4.3.0-beta-devapi-24508-03",
+ "System.Diagnostics.Debug": "4.3.0-beta-devapi-24508-03",
+ "System.Globalization": "4.3.0-beta-devapi-24508-03",
+ "System.IO": "4.3.0-beta-devapi-24508-03",
+ "System.Linq": "4.3.0-beta-devapi-24508-03",
+ "System.Linq.Expressions": "4.3.0-beta-devapi-24508-03",
+ "System.ObjectModel": "4.3.0-beta-devapi-24508-03",
+ "System.Reflection": "4.3.0-beta-devapi-24508-03",
+ "System.Runtime": "4.3.0-beta-devapi-24508-03",
+ "System.Runtime.Extensions": "4.3.0-beta-devapi-24508-03",
+ "System.Text.RegularExpressions": "4.3.0-beta-devapi-24508-03",
+ "System.Threading": "4.3.0-beta-devapi-24508-03",
+ "System.Threading.Tasks": "4.3.0-beta-devapi-24508-03",
"test-runtime": {
"target": "project",
"exclude": "compile"
@@ -26,7 +26,7 @@
"netstandard1.3": {},
"netstandard1.7": {
"dependencies": {
- "System.Runtime.Serialization.Formatters": "4.3.0-beta-devapi-24503-01"
+ "System.Runtime.Serialization.Formatters": "4.3.0-beta-devapi-24508-03"
}
}
},