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-22 22:25:17 +0300
committerEric St. John <ericstj@microsoft.com>2016-09-23 00:41:33 +0300
commit894cc88238f0bd57ad49b59cfb5f5e6581993742 (patch)
tree30181a6df0c0ad278242a4e170196be53319d302 /src/System.ComponentModel.TypeConverter/tests
parent019350156c16deeef52d783e084100a79acd9311 (diff)
Update CoreClr, CoreFx, External, ProjectNTfs to beta-24522-04, beta-24522-03, beta-24522-00, beta-24522-01, respectively
Diffstat (limited to 'src/System.ComponentModel.TypeConverter/tests')
-rw-r--r--src/System.ComponentModel.TypeConverter/tests/Performance/project.json22
-rw-r--r--src/System.ComponentModel.TypeConverter/tests/project.json26
2 files changed, 24 insertions, 24 deletions
diff --git a/src/System.ComponentModel.TypeConverter/tests/Performance/project.json b/src/System.ComponentModel.TypeConverter/tests/Performance/project.json
index beea6a4749..47cc06a861 100644
--- a/src/System.ComponentModel.TypeConverter/tests/Performance/project.json
+++ b/src/System.ComponentModel.TypeConverter/tests/Performance/project.json
@@ -1,16 +1,16 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.2-beta-24521-07",
- "System.ComponentModel.TypeConverter": "4.3.0-beta-24521-07",
- "System.Collections.NonGeneric": "4.3.0-beta-24521-07",
- "System.Collections.Specialized": "4.3.0-beta-24521-07",
- "System.ComponentModel.Primitives": "4.3.0-beta-24521-07",
- "System.Globalization": "4.3.0-beta-24521-07",
- "System.Linq.Expressions": "4.3.0-beta-24521-07",
- "System.ObjectModel": "4.3.0-beta-24521-07",
- "System.Runtime": "4.3.0-beta-24521-07",
- "System.Text.RegularExpressions": "4.3.0-beta-24521-07",
- "System.Threading.Tasks": "4.3.0-beta-24521-07",
+ "Microsoft.NETCore.Platforms": "1.0.2-beta-24522-03",
+ "System.ComponentModel.TypeConverter": "4.3.0-beta-24522-03",
+ "System.Collections.NonGeneric": "4.3.0-beta-24522-03",
+ "System.Collections.Specialized": "4.3.0-beta-24522-03",
+ "System.ComponentModel.Primitives": "4.3.0-beta-24522-03",
+ "System.Globalization": "4.3.0-beta-24522-03",
+ "System.Linq.Expressions": "4.3.0-beta-24522-03",
+ "System.ObjectModel": "4.3.0-beta-24522-03",
+ "System.Runtime": "4.3.0-beta-24522-03",
+ "System.Text.RegularExpressions": "4.3.0-beta-24522-03",
+ "System.Threading.Tasks": "4.3.0-beta-24522-03",
"test-runtime": {
"target": "project",
"exclude": "compile"
diff --git a/src/System.ComponentModel.TypeConverter/tests/project.json b/src/System.ComponentModel.TypeConverter/tests/project.json
index 7a54237af5..5776d6a87f 100644
--- a/src/System.ComponentModel.TypeConverter/tests/project.json
+++ b/src/System.ComponentModel.TypeConverter/tests/project.json
@@ -1,18 +1,18 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.2-beta-24521-07",
- "System.Collections.NonGeneric": "4.3.0-beta-24521-07",
- "System.Collections.Specialized": "4.3.0-beta-24521-07",
- "System.ComponentModel.Primitives": "4.3.0-beta-24521-07",
- "System.Globalization": "4.3.0-beta-24521-07",
- "System.Linq": "4.3.0-beta-24521-07",
- "System.Linq.Expressions": "4.3.0-beta-24521-07",
- "System.ObjectModel": "4.3.0-beta-24521-07",
- "System.Reflection": "4.3.0-beta-24521-07",
- "System.Runtime": "4.3.0-beta-24521-07",
- "System.Text.RegularExpressions": "4.3.0-beta-24521-07",
- "System.Threading.Thread": "4.3.0-beta-24521-07",
- "System.Threading.Tasks": "4.3.0-beta-24521-07",
+ "Microsoft.NETCore.Platforms": "1.0.2-beta-24522-03",
+ "System.Collections.NonGeneric": "4.3.0-beta-24522-03",
+ "System.Collections.Specialized": "4.3.0-beta-24522-03",
+ "System.ComponentModel.Primitives": "4.3.0-beta-24522-03",
+ "System.Globalization": "4.3.0-beta-24522-03",
+ "System.Linq": "4.3.0-beta-24522-03",
+ "System.Linq.Expressions": "4.3.0-beta-24522-03",
+ "System.ObjectModel": "4.3.0-beta-24522-03",
+ "System.Reflection": "4.3.0-beta-24522-03",
+ "System.Runtime": "4.3.0-beta-24522-03",
+ "System.Text.RegularExpressions": "4.3.0-beta-24522-03",
+ "System.Threading.Thread": "4.3.0-beta-24522-03",
+ "System.Threading.Tasks": "4.3.0-beta-24522-03",
"test-runtime": {
"target": "project",
"exclude": "compile"