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-07 02:46:20 +0300
committerDan Moseley <danmose@microsoft.com>2017-01-07 02:46:20 +0300
commit9064de8ce82634fddfc0ca326422957efdf2390f (patch)
treea0e5573af3c5f0579b1c7d3af0883591992a344d /src/System.Runtime.Extensions/tests
parent1a07ef71defb0dacf2813ebd6dd95cdcfaf2d133 (diff)
Update CoreClr, CoreFx to beta-24906-04, beta-24906-03, respectively (master) (#14944)
* Update CoreClr, CoreFx to beta-24906-04, beta-24906-03, respectively * Fix build break due to version updates
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 d58f6ef502..e80f2a426f 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-24906-02",
- "System.Runtime.Extensions": "4.4.0-beta-24906-02",
- "System.Resources.ResourceManager": "4.4.0-beta-24906-02",
- "System.Resources.Reader": "4.4.0-beta-24906-02",
- "System.Reflection": "4.4.0-beta-24906-02",
- "System.Threading.Thread": "4.4.0-beta-24906-02"
+ "System.Runtime": "4.4.0-beta-24906-03",
+ "System.Runtime.Extensions": "4.4.0-beta-24906-03",
+ "System.Resources.ResourceManager": "4.4.0-beta-24906-03",
+ "System.Resources.Reader": "4.4.0-beta-24906-03",
+ "System.Reflection": "4.4.0-beta-24906-03",
+ "System.Threading.Thread": "4.4.0-beta-24906-03"
},
"frameworks": {
"netstandard1.3": {}
diff --git a/src/System.Runtime.Extensions/tests/TestApp/project.json b/src/System.Runtime.Extensions/tests/TestApp/project.json
index d58f6ef502..e80f2a426f 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-24906-02",
- "System.Runtime.Extensions": "4.4.0-beta-24906-02",
- "System.Resources.ResourceManager": "4.4.0-beta-24906-02",
- "System.Resources.Reader": "4.4.0-beta-24906-02",
- "System.Reflection": "4.4.0-beta-24906-02",
- "System.Threading.Thread": "4.4.0-beta-24906-02"
+ "System.Runtime": "4.4.0-beta-24906-03",
+ "System.Runtime.Extensions": "4.4.0-beta-24906-03",
+ "System.Resources.ResourceManager": "4.4.0-beta-24906-03",
+ "System.Resources.Reader": "4.4.0-beta-24906-03",
+ "System.Reflection": "4.4.0-beta-24906-03",
+ "System.Threading.Thread": "4.4.0-beta-24906-03"
},
"frameworks": {
"netstandard1.3": {}
diff --git a/src/System.Runtime.Extensions/tests/TestAppOutsideOfTPA/project.json b/src/System.Runtime.Extensions/tests/TestAppOutsideOfTPA/project.json
index d58f6ef502..e80f2a426f 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-24906-02",
- "System.Runtime.Extensions": "4.4.0-beta-24906-02",
- "System.Resources.ResourceManager": "4.4.0-beta-24906-02",
- "System.Resources.Reader": "4.4.0-beta-24906-02",
- "System.Reflection": "4.4.0-beta-24906-02",
- "System.Threading.Thread": "4.4.0-beta-24906-02"
+ "System.Runtime": "4.4.0-beta-24906-03",
+ "System.Runtime.Extensions": "4.4.0-beta-24906-03",
+ "System.Resources.ResourceManager": "4.4.0-beta-24906-03",
+ "System.Resources.Reader": "4.4.0-beta-24906-03",
+ "System.Reflection": "4.4.0-beta-24906-03",
+ "System.Threading.Thread": "4.4.0-beta-24906-03"
},
"frameworks": {
"netstandard1.3": {}
diff --git a/src/System.Runtime.Extensions/tests/VoidMainWithExitCodeApp/project.json b/src/System.Runtime.Extensions/tests/VoidMainWithExitCodeApp/project.json
index c018245147..bff84df652 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-24906-02",
- "System.Runtime.Extensions": "4.4.0-beta-24906-02",
- "System.Reflection": "4.4.0-beta-24906-02",
- "System.Threading.Thread": "4.4.0-beta-24906-02"
+ "System.Runtime": "4.4.0-beta-24906-03",
+ "System.Runtime.Extensions": "4.4.0-beta-24906-03",
+ "System.Reflection": "4.4.0-beta-24906-03",
+ "System.Threading.Thread": "4.4.0-beta-24906-03"
},
"frameworks": {
"netstandard1.3": {}