summaryrefslogtreecommitdiff
path: root/tests/src/JIT/config/minimal
diff options
context:
space:
mode:
authordotnet bot <dotnet-bot@dotnetfoundation.org>2017-01-11 20:55:50 -0800
committerDan Moseley <danmose@microsoft.com>2017-01-11 20:55:50 -0800
commit22ddf5187597a9fe46099141591ec7ef35142cae (patch)
tree273b581bfa812c881d3e13cb16a842134df77340 /tests/src/JIT/config/minimal
parentbf2fd1ccd7e575190cc11760f0fb2e04f0c91441 (diff)
downloadcoreclr-22ddf5187597a9fe46099141591ec7ef35142cae.tar.gz
coreclr-22ddf5187597a9fe46099141591ec7ef35142cae.tar.bz2
coreclr-22ddf5187597a9fe46099141591ec7ef35142cae.zip
Update CoreClr, CoreFx to beta-24911-02, beta-24911-08, respectively (#8855)
Diffstat (limited to 'tests/src/JIT/config/minimal')
-rw-r--r--tests/src/JIT/config/minimal/project.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/src/JIT/config/minimal/project.json b/tests/src/JIT/config/minimal/project.json
index 8c4ad3a9fc..1c549c2ca2 100644
--- a/tests/src/JIT/config/minimal/project.json
+++ b/tests/src/JIT/config/minimal/project.json
@@ -1,10 +1,10 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "1.2.0-beta-24909-02",
- "System.Console": "4.4.0-beta-24909-02",
- "System.Runtime": "4.4.0-beta-24909-02",
- "System.Runtime.Extensions": "4.4.0-beta-24909-02",
- "System.Runtime.InteropServices": "4.4.0-beta-24909-02"
+ "Microsoft.NETCore.Platforms": "1.2.0-beta-24911-08",
+ "System.Console": "4.4.0-beta-24911-08",
+ "System.Runtime": "4.4.0-beta-24911-08",
+ "System.Runtime.Extensions": "4.4.0-beta-24911-08",
+ "System.Runtime.InteropServices": "4.4.0-beta-24911-08"
},
"frameworks": {
"netcoreapp1.1": {}