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@dotnetfoundation.org>2017-01-03 21:58:17 +0300
committerDan Moseley <danmose@microsoft.com>2017-01-03 21:58:17 +0300
commitc379ecd7f3b53ee00521b91c4e8421e15fe6178a (patch)
tree18683c90d38dfebd7b9ad8cfaba171080798169d /src/System.Runtime.Extensions/tests
parent7338fd975672238c8d77436fed88ac14d640e60e (diff)
Update CoreClr, CoreFx to beta-24903-03, beta-24903-02, respectively (#14819)
Diffstat (limited to 'src/System.Runtime.Extensions/tests')
-rw-r--r--src/System.Runtime.Extensions/tests/AssemblyResolveTests/project.json12
-rw-r--r--src/System.Runtime.Extensions/tests/TestApp/project.json12
-rw-r--r--src/System.Runtime.Extensions/tests/TestAppOutsideOfTPA/project.json12
-rw-r--r--src/System.Runtime.Extensions/tests/VoidMainWithExitCodeApp/project.json8
4 files changed, 22 insertions, 22 deletions
diff --git a/src/System.Runtime.Extensions/tests/AssemblyResolveTests/project.json b/src/System.Runtime.Extensions/tests/AssemblyResolveTests/project.json
index 2de9c64845..1a88a0e150 100644
--- a/src/System.Runtime.Extensions/tests/AssemblyResolveTests/project.json
+++ b/src/System.Runtime.Extensions/tests/AssemblyResolveTests/project.json
@@ -1,11 +1,11 @@
{
"dependencies": {
- "System.Runtime": "4.4.0-beta-24903-01",
- "System.Runtime.Extensions": "4.4.0-beta-24903-01",
- "System.Resources.ResourceManager": "4.4.0-beta-24903-01",
- "System.Resources.Reader": "4.4.0-beta-24903-01",
- "System.Reflection": "4.4.0-beta-24903-01",
- "System.Threading.Thread": "4.4.0-beta-24903-01"
+ "System.Runtime": "4.4.0-beta-24903-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24903-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24903-02",
+ "System.Resources.Reader": "4.4.0-beta-24903-02",
+ "System.Reflection": "4.4.0-beta-24903-02",
+ "System.Threading.Thread": "4.4.0-beta-24903-02"
},
"frameworks": {
"netstandard1.3": {}
diff --git a/src/System.Runtime.Extensions/tests/TestApp/project.json b/src/System.Runtime.Extensions/tests/TestApp/project.json
index 2de9c64845..1a88a0e150 100644
--- a/src/System.Runtime.Extensions/tests/TestApp/project.json
+++ b/src/System.Runtime.Extensions/tests/TestApp/project.json
@@ -1,11 +1,11 @@
{
"dependencies": {
- "System.Runtime": "4.4.0-beta-24903-01",
- "System.Runtime.Extensions": "4.4.0-beta-24903-01",
- "System.Resources.ResourceManager": "4.4.0-beta-24903-01",
- "System.Resources.Reader": "4.4.0-beta-24903-01",
- "System.Reflection": "4.4.0-beta-24903-01",
- "System.Threading.Thread": "4.4.0-beta-24903-01"
+ "System.Runtime": "4.4.0-beta-24903-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24903-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24903-02",
+ "System.Resources.Reader": "4.4.0-beta-24903-02",
+ "System.Reflection": "4.4.0-beta-24903-02",
+ "System.Threading.Thread": "4.4.0-beta-24903-02"
},
"frameworks": {
"netstandard1.3": {}
diff --git a/src/System.Runtime.Extensions/tests/TestAppOutsideOfTPA/project.json b/src/System.Runtime.Extensions/tests/TestAppOutsideOfTPA/project.json
index 2de9c64845..1a88a0e150 100644
--- a/src/System.Runtime.Extensions/tests/TestAppOutsideOfTPA/project.json
+++ b/src/System.Runtime.Extensions/tests/TestAppOutsideOfTPA/project.json
@@ -1,11 +1,11 @@
{
"dependencies": {
- "System.Runtime": "4.4.0-beta-24903-01",
- "System.Runtime.Extensions": "4.4.0-beta-24903-01",
- "System.Resources.ResourceManager": "4.4.0-beta-24903-01",
- "System.Resources.Reader": "4.4.0-beta-24903-01",
- "System.Reflection": "4.4.0-beta-24903-01",
- "System.Threading.Thread": "4.4.0-beta-24903-01"
+ "System.Runtime": "4.4.0-beta-24903-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24903-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24903-02",
+ "System.Resources.Reader": "4.4.0-beta-24903-02",
+ "System.Reflection": "4.4.0-beta-24903-02",
+ "System.Threading.Thread": "4.4.0-beta-24903-02"
},
"frameworks": {
"netstandard1.3": {}
diff --git a/src/System.Runtime.Extensions/tests/VoidMainWithExitCodeApp/project.json b/src/System.Runtime.Extensions/tests/VoidMainWithExitCodeApp/project.json
index bd311814fb..86dde01ae5 100644
--- a/src/System.Runtime.Extensions/tests/VoidMainWithExitCodeApp/project.json
+++ b/src/System.Runtime.Extensions/tests/VoidMainWithExitCodeApp/project.json
@@ -1,9 +1,9 @@
{
"dependencies": {
- "System.Runtime": "4.4.0-beta-24903-01",
- "System.Runtime.Extensions": "4.4.0-beta-24903-01",
- "System.Reflection": "4.4.0-beta-24903-01",
- "System.Threading.Thread": "4.4.0-beta-24903-01"
+ "System.Runtime": "4.4.0-beta-24903-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24903-02",
+ "System.Reflection": "4.4.0-beta-24903-02",
+ "System.Threading.Thread": "4.4.0-beta-24903-02"
},
"frameworks": {
"netstandard1.3": {}