summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Methodical/eh
diff options
context:
space:
mode:
authorDavis Goodin <dagood@microsoft.com>2016-03-03 15:05:15 -0600
committerDavis Goodin <dagood@microsoft.com>2016-03-10 09:19:53 -0600
commit3e4e27cfa264ca3b8cd7bef5370ec009e7ceaf04 (patch)
tree5b7cab628e6f581896b2240700ba4c3caaa0eb0e /tests/src/JIT/Methodical/eh
parent899d4270b510f5edd1242def8d201b1804dd7683 (diff)
downloadcoreclr-3e4e27cfa264ca3b8cd7bef5370ec009e7ceaf04.tar.gz
coreclr-3e4e27cfa264ca3b8cd7bef5370ec009e7ceaf04.tar.bz2
coreclr-3e4e27cfa264ca3b8cd7bef5370ec009e7ceaf04.zip
Update all versions to validate.
Diffstat (limited to 'tests/src/JIT/Methodical/eh')
-rw-r--r--tests/src/JIT/Methodical/eh/rethrow/project.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/src/JIT/Methodical/eh/rethrow/project.json b/tests/src/JIT/Methodical/eh/rethrow/project.json
index 09b21100e6..9ca200ada2 100644
--- a/tests/src/JIT/Methodical/eh/rethrow/project.json
+++ b/tests/src/JIT/Methodical/eh/rethrow/project.json
@@ -1,11 +1,11 @@
{
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
- "System.Console": "4.0.0-beta-23516",
+ "System.Console": "4.0.0-rc2-23816",
"System.IO": "4.0.10",
- "System.Runtime": "4.0.20-beta-23127",
- "System.Runtime.Extensions": "4.0.10-beta-23127",
- "System.Runtime.InteropServices": "4.0.10-beta-23127"
+ "System.Runtime": "4.0.20-rc2-23816",
+ "System.Runtime.Extensions": "4.0.10-rc2-23816",
+ "System.Runtime.InteropServices": "4.0.10-rc2-23816"
},
"frameworks": {
"dnxcore50": {}