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.ComponentModel.TypeConverter/tests
parentbffef76f6af208e2042a2f27bc081ee908bb390b (diff)
Update CoreClr, CoreFx to beta-24518-02, beta-24516-03, 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.json24
2 files changed, 23 insertions, 23 deletions
diff --git a/src/System.ComponentModel.TypeConverter/tests/Performance/project.json b/src/System.ComponentModel.TypeConverter/tests/Performance/project.json
index 089ca7137f..70921cadb8 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-24516-02",
- "System.ComponentModel.TypeConverter": "4.3.0-beta-24516-02",
- "System.Collections.NonGeneric": "4.3.0-beta-24516-02",
- "System.Collections.Specialized": "4.3.0-beta-24516-02",
- "System.ComponentModel.Primitives": "4.3.0-beta-24516-02",
- "System.Globalization": "4.3.0-beta-24516-02",
- "System.Linq.Expressions": "4.3.0-beta-24516-02",
- "System.ObjectModel": "4.3.0-beta-24516-02",
- "System.Runtime": "4.3.0-beta-24516-02",
- "System.Text.RegularExpressions": "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.ComponentModel.TypeConverter": "4.3.0-beta-24516-03",
+ "System.Collections.NonGeneric": "4.3.0-beta-24516-03",
+ "System.Collections.Specialized": "4.3.0-beta-24516-03",
+ "System.ComponentModel.Primitives": "4.3.0-beta-24516-03",
+ "System.Globalization": "4.3.0-beta-24516-03",
+ "System.Linq.Expressions": "4.3.0-beta-24516-03",
+ "System.ObjectModel": "4.3.0-beta-24516-03",
+ "System.Runtime": "4.3.0-beta-24516-03",
+ "System.Text.RegularExpressions": "4.3.0-beta-24516-03",
+ "System.Threading.Tasks": "4.3.0-beta-24516-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 00e9b34a36..a951cd067e 100644
--- a/src/System.ComponentModel.TypeConverter/tests/project.json
+++ b/src/System.ComponentModel.TypeConverter/tests/project.json
@@ -1,17 +1,17 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.2-beta-24516-02",
- "System.Collections.NonGeneric": "4.3.0-beta-24516-02",
- "System.Collections.Specialized": "4.3.0-beta-24516-02",
- "System.ComponentModel.Primitives": "4.3.0-beta-24516-02",
- "System.Globalization": "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.Text.RegularExpressions": "4.3.0-beta-24516-02",
- "System.Threading.Thread": "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.NonGeneric": "4.3.0-beta-24516-03",
+ "System.Collections.Specialized": "4.3.0-beta-24516-03",
+ "System.ComponentModel.Primitives": "4.3.0-beta-24516-03",
+ "System.Globalization": "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.Text.RegularExpressions": "4.3.0-beta-24516-03",
+ "System.Threading.Thread": "4.3.0-beta-24516-03",
+ "System.Threading.Tasks": "4.3.0-beta-24516-03",
"test-runtime": {
"target": "project",
"exclude": "compile"