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-06 19:55:46 +0300
committerKarel Zikmund <karelz@users.noreply.github.com>2017-01-06 19:55:46 +0300
commit2865f5bf0082830824b03e279eafaa8cf5652b0d (patch)
treec8ebcdf3eb9e5409b449601ee0202226c80ab1c1 /src/System.Runtime.Extensions/tests
parentdc8a002803264d5268a4a5860877a1f2d25e55bc (diff)
Update CoreFx to beta-24906-02 (#14932)
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 98c9739695..d58f6ef502 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-01",
- "System.Runtime.Extensions": "4.4.0-beta-24906-01",
- "System.Resources.ResourceManager": "4.4.0-beta-24906-01",
- "System.Resources.Reader": "4.4.0-beta-24906-01",
- "System.Reflection": "4.4.0-beta-24906-01",
- "System.Threading.Thread": "4.4.0-beta-24906-01"
+ "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"
},
"frameworks": {
"netstandard1.3": {}
diff --git a/src/System.Runtime.Extensions/tests/TestApp/project.json b/src/System.Runtime.Extensions/tests/TestApp/project.json
index 98c9739695..d58f6ef502 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-01",
- "System.Runtime.Extensions": "4.4.0-beta-24906-01",
- "System.Resources.ResourceManager": "4.4.0-beta-24906-01",
- "System.Resources.Reader": "4.4.0-beta-24906-01",
- "System.Reflection": "4.4.0-beta-24906-01",
- "System.Threading.Thread": "4.4.0-beta-24906-01"
+ "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"
},
"frameworks": {
"netstandard1.3": {}
diff --git a/src/System.Runtime.Extensions/tests/TestAppOutsideOfTPA/project.json b/src/System.Runtime.Extensions/tests/TestAppOutsideOfTPA/project.json
index 98c9739695..d58f6ef502 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-01",
- "System.Runtime.Extensions": "4.4.0-beta-24906-01",
- "System.Resources.ResourceManager": "4.4.0-beta-24906-01",
- "System.Resources.Reader": "4.4.0-beta-24906-01",
- "System.Reflection": "4.4.0-beta-24906-01",
- "System.Threading.Thread": "4.4.0-beta-24906-01"
+ "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"
},
"frameworks": {
"netstandard1.3": {}
diff --git a/src/System.Runtime.Extensions/tests/VoidMainWithExitCodeApp/project.json b/src/System.Runtime.Extensions/tests/VoidMainWithExitCodeApp/project.json
index dbae172c80..c018245147 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-01",
- "System.Runtime.Extensions": "4.4.0-beta-24906-01",
- "System.Reflection": "4.4.0-beta-24906-01",
- "System.Threading.Thread": "4.4.0-beta-24906-01"
+ "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"
},
"frameworks": {
"netstandard1.3": {}