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-18 11:19:04 +0300
committerdotnet-bot <dotnet-bot@microsoft.com>2016-09-18 11:19:04 +0300
commitdfa190bcbb19492f0584298671ae27171d0e460c (patch)
tree95a67db662e7299d13c448b1d4d890d2d9e3cc9e /src/System.Collections.NonGeneric/tests/Performance
parentbffef76f6af208e2042a2f27bc081ee908bb390b (diff)
Update CoreClr, CoreFx to beta-24518-02, beta-24516-03, respectively
Diffstat (limited to 'src/System.Collections.NonGeneric/tests/Performance')
-rw-r--r--src/System.Collections.NonGeneric/tests/Performance/project.json28
1 files changed, 14 insertions, 14 deletions
diff --git a/src/System.Collections.NonGeneric/tests/Performance/project.json b/src/System.Collections.NonGeneric/tests/Performance/project.json
index ee849c5dcf..9db7cd2fe0 100644
--- a/src/System.Collections.NonGeneric/tests/Performance/project.json
+++ b/src/System.Collections.NonGeneric/tests/Performance/project.json
@@ -1,19 +1,19 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.2-beta-24516-02",
- "System.Collections": "4.3.0-beta-24516-02",
- "System.Diagnostics.Debug": "4.3.0-beta-24516-02",
- "System.Globalization": "4.3.0-beta-24516-02",
- "System.IO": "4.3.0-beta-24516-02",
- "System.Linq": "4.3.0-beta-24516-02",
- "System.Linq.Expressions": "4.3.0-beta-24516-02",
- "System.ObjectModel": "4.3.0-beta-24516-02",
- "System.Reflection": "4.3.0-beta-24516-02",
- "System.Runtime": "4.3.0-beta-24516-02",
- "System.Runtime.Extensions": "4.3.0-beta-24516-02",
- "System.Text.RegularExpressions": "4.3.0-beta-24516-02",
- "System.Threading": "4.3.0-beta-24516-02",
- "System.Threading.Tasks": "4.3.0-beta-24516-02",
+ "Microsoft.NETCore.Platforms": "1.0.2-beta-24516-03",
+ "System.Collections": "4.3.0-beta-24516-03",
+ "System.Diagnostics.Debug": "4.3.0-beta-24516-03",
+ "System.Globalization": "4.3.0-beta-24516-03",
+ "System.IO": "4.3.0-beta-24516-03",
+ "System.Linq": "4.3.0-beta-24516-03",
+ "System.Linq.Expressions": "4.3.0-beta-24516-03",
+ "System.ObjectModel": "4.3.0-beta-24516-03",
+ "System.Reflection": "4.3.0-beta-24516-03",
+ "System.Runtime": "4.3.0-beta-24516-03",
+ "System.Runtime.Extensions": "4.3.0-beta-24516-03",
+ "System.Text.RegularExpressions": "4.3.0-beta-24516-03",
+ "System.Threading": "4.3.0-beta-24516-03",
+ "System.Threading.Tasks": "4.3.0-beta-24516-03",
"test-runtime": {
"target": "project",
"exclude": "compile"