summaryrefslogtreecommitdiff
path: root/tests/src/JIT/config/minimal/project.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/JIT/config/minimal/project.json')
-rw-r--r--tests/src/JIT/config/minimal/project.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/src/JIT/config/minimal/project.json b/tests/src/JIT/config/minimal/project.json
index da67299e96..96b8680cc5 100644
--- a/tests/src/JIT/config/minimal/project.json
+++ b/tests/src/JIT/config/minimal/project.json
@@ -2,9 +2,9 @@
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
"System.Console": "4.0.0-rc2-23816",
- "System.Runtime": "4.0.20-rc2-23816",
- "System.Runtime.Extensions": "4.0.10-rc2-23816",
- "System.Runtime.InteropServices": "4.0.10-rc2-23816"
+ "System.Runtime": "4.0.20",
+ "System.Runtime.Extensions": "4.0.10",
+ "System.Runtime.InteropServices": "4.0.10"
},
"frameworks": {
"dnxcore50": {}