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-09 11:12:40 +0300
committerdotnet-bot <dotnet-bot@microsoft.com>2016-09-09 11:12:40 +0300
commitb0752ce47fb6a5935827c89cfa0928b3934d2f37 (patch)
tree540c7eb982ac54224cbd05a8e5991216baa5af84 /src/System.Collections.NonGeneric/tests/project.json
parente2b12ca2859e35ab079e4d1f6e20baacbfe7c0b6 (diff)
Update CoreClr, CoreFx, ProjectNTfs to beta-24509-03, beta-devapi-24509-01, beta-24509-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 2b218250c8..ca5953ce76 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-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",
+ "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24509-01",
+ "System.Collections": "4.3.0-beta-devapi-24509-01",
+ "System.Diagnostics.Debug": "4.3.0-beta-devapi-24509-01",
+ "System.Globalization": "4.3.0-beta-devapi-24509-01",
+ "System.IO": "4.3.0-beta-devapi-24509-01",
+ "System.Linq": "4.3.0-beta-devapi-24509-01",
+ "System.Linq.Expressions": "4.3.0-beta-devapi-24509-01",
+ "System.ObjectModel": "4.3.0-beta-devapi-24509-01",
+ "System.Reflection": "4.3.0-beta-devapi-24509-01",
+ "System.Runtime": "4.3.0-beta-devapi-24509-01",
+ "System.Runtime.Extensions": "4.3.0-beta-devapi-24509-01",
+ "System.Text.RegularExpressions": "4.3.0-beta-devapi-24509-01",
+ "System.Threading": "4.3.0-beta-devapi-24509-01",
+ "System.Threading.Tasks": "4.3.0-beta-devapi-24509-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-24508-03"
+ "System.Runtime.Serialization.Formatters": "4.3.0-beta-devapi-24509-01"
}
}
},