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-05 21:58:29 +0300
committerDan Moseley <danmose@microsoft.com>2017-01-05 21:58:29 +0300
commit48661a20d332cc19ae7cecaf69ab0e95a2abc50a (patch)
treed33fb650664034f3f9f39d8d52acc0be3893532e /src/System.Runtime.Extensions/tests
parent63dd90b2d8ff169cb18e860073af054c54987241 (diff)
Update CoreFx to beta-24905-02 (#14892)
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 ed8addcc5b..b8c25bd960 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-24905-01",
- "System.Runtime.Extensions": "4.4.0-beta-24905-01",
- "System.Resources.ResourceManager": "4.4.0-beta-24905-01",
- "System.Resources.Reader": "4.4.0-beta-24905-01",
- "System.Reflection": "4.4.0-beta-24905-01",
- "System.Threading.Thread": "4.4.0-beta-24905-01"
+ "System.Runtime": "4.4.0-beta-24905-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24905-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24905-02",
+ "System.Resources.Reader": "4.4.0-beta-24905-02",
+ "System.Reflection": "4.4.0-beta-24905-02",
+ "System.Threading.Thread": "4.4.0-beta-24905-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 ed8addcc5b..b8c25bd960 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-24905-01",
- "System.Runtime.Extensions": "4.4.0-beta-24905-01",
- "System.Resources.ResourceManager": "4.4.0-beta-24905-01",
- "System.Resources.Reader": "4.4.0-beta-24905-01",
- "System.Reflection": "4.4.0-beta-24905-01",
- "System.Threading.Thread": "4.4.0-beta-24905-01"
+ "System.Runtime": "4.4.0-beta-24905-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24905-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24905-02",
+ "System.Resources.Reader": "4.4.0-beta-24905-02",
+ "System.Reflection": "4.4.0-beta-24905-02",
+ "System.Threading.Thread": "4.4.0-beta-24905-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 ed8addcc5b..b8c25bd960 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-24905-01",
- "System.Runtime.Extensions": "4.4.0-beta-24905-01",
- "System.Resources.ResourceManager": "4.4.0-beta-24905-01",
- "System.Resources.Reader": "4.4.0-beta-24905-01",
- "System.Reflection": "4.4.0-beta-24905-01",
- "System.Threading.Thread": "4.4.0-beta-24905-01"
+ "System.Runtime": "4.4.0-beta-24905-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24905-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24905-02",
+ "System.Resources.Reader": "4.4.0-beta-24905-02",
+ "System.Reflection": "4.4.0-beta-24905-02",
+ "System.Threading.Thread": "4.4.0-beta-24905-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 da17fdba53..c9ee617baf 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-24905-01",
- "System.Runtime.Extensions": "4.4.0-beta-24905-01",
- "System.Reflection": "4.4.0-beta-24905-01",
- "System.Threading.Thread": "4.4.0-beta-24905-01"
+ "System.Runtime": "4.4.0-beta-24905-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24905-02",
+ "System.Reflection": "4.4.0-beta-24905-02",
+ "System.Threading.Thread": "4.4.0-beta-24905-02"
},
"frameworks": {
"netstandard1.3": {}