Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManu <manu-silicon@users.noreply.github.com>2016-02-12 03:19:10 +0300
committerManu <manu-silicon@users.noreply.github.com>2016-02-12 03:19:10 +0300
commit94a28a3d7bd6fd7eeff5dea0da1eca5444d8cc5b (patch)
tree11d04c3d24eea1bdb06cee1543ad863ab3fa9320 /src/ILCompiler/desktop
parent53df320ea976aecf73d026d39d3412ed9eb5b608 (diff)
Update project.json file to use latest version of assemblies
Diffstat (limited to 'src/ILCompiler/desktop')
-rw-r--r--src/ILCompiler/desktop/project.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ILCompiler/desktop/project.json b/src/ILCompiler/desktop/project.json
index 44ec922f2..8f44b65d1 100644
--- a/src/ILCompiler/desktop/project.json
+++ b/src/ILCompiler/desktop/project.json
@@ -2,8 +2,8 @@
"dependencies": {
"NETStandard.Library": "1.0.0-rc2-23704",
"System.IO.MemoryMappedFiles": "4.0.0-rc2-23704",
- "System.Collections.Immutable": "1.1.37",
- "System.Reflection.Metadata": "1.1.0",
+ "System.Collections.Immutable": "1.2.0-rc2-23704",
+ "System.Reflection.Metadata": "1.2.0-rc2-23704",
"Microsoft.DiaSymReader": "1.0.6"
},
"frameworks": {