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>2017-01-07 19:11:20 +0300
committerdotnet-bot <dotnet-bot@microsoft.com>2017-01-07 19:11:20 +0300
commitfb76aa1fb9c9a999eff950ba0caa46f50cb4356b (patch)
tree910b042857a36f5efb1aebfb6ce9ac2ef829167a /src/System.Runtime.Extensions/tests
parent737eb6d4987c16a9cc63c0a3c4e2f30e64418abc (diff)
Update CoreClr, CoreFx to beta-24907-02, beta-24907-02, respectively
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 e80f2a426f..15b30e8439 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-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"
+ "System.Runtime": "4.4.0-beta-24907-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24907-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24907-02",
+ "System.Resources.Reader": "4.4.0-beta-24907-02",
+ "System.Reflection": "4.4.0-beta-24907-02",
+ "System.Threading.Thread": "4.4.0-beta-24907-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 e80f2a426f..15b30e8439 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-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"
+ "System.Runtime": "4.4.0-beta-24907-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24907-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24907-02",
+ "System.Resources.Reader": "4.4.0-beta-24907-02",
+ "System.Reflection": "4.4.0-beta-24907-02",
+ "System.Threading.Thread": "4.4.0-beta-24907-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 e80f2a426f..15b30e8439 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-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"
+ "System.Runtime": "4.4.0-beta-24907-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24907-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24907-02",
+ "System.Resources.Reader": "4.4.0-beta-24907-02",
+ "System.Reflection": "4.4.0-beta-24907-02",
+ "System.Threading.Thread": "4.4.0-beta-24907-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 bff84df652..26d235e334 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-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"
+ "System.Runtime": "4.4.0-beta-24907-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24907-02",
+ "System.Reflection": "4.4.0-beta-24907-02",
+ "System.Threading.Thread": "4.4.0-beta-24907-02"
},
"frameworks": {
"netstandard1.3": {}