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:
Diffstat (limited to 'src/System.Runtime.Loader/tests/System.Runtime.Loader.Noop.Assembly/project.json')
-rw-r--r--src/System.Runtime.Loader/tests/System.Runtime.Loader.Noop.Assembly/project.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/System.Runtime.Loader/tests/System.Runtime.Loader.Noop.Assembly/project.json b/src/System.Runtime.Loader/tests/System.Runtime.Loader.Noop.Assembly/project.json
index c7ca07bf01..a9a17d8f03 100644
--- a/src/System.Runtime.Loader/tests/System.Runtime.Loader.Noop.Assembly/project.json
+++ b/src/System.Runtime.Loader/tests/System.Runtime.Loader.Noop.Assembly/project.json
@@ -1,14 +1,14 @@
{
"dependencies": {
- "System.Runtime": "4.3.0-beta-24520-06",
- "System.Reflection": "4.3.0-beta-24520-06",
+ "System.Runtime": "4.3.0-beta-24521-07",
+ "System.Reflection": "4.3.0-beta-24521-07",
"test-runtime": {
"target": "project",
"exclude": "compile"
},
- "System.Reflection.Emit": "4.3.0-beta-24520-06",
- "System.Reflection.Primitives": "4.3.0-beta-24520-06",
- "System.Reflection.TypeExtensions": "4.3.0-beta-24520-06"
+ "System.Reflection.Emit": "4.3.0-beta-24521-07",
+ "System.Reflection.Primitives": "4.3.0-beta-24521-07",
+ "System.Reflection.TypeExtensions": "4.3.0-beta-24521-07"
},
"frameworks": {
"netstandard1.6": {}