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:
authorJan Kotas <jkotas@microsoft.com>2016-01-05 10:06:59 +0300
committerJan Kotas <jkotas@microsoft.com>2016-01-05 18:24:09 +0300
commitd9e490ff545284a86c9eef66ce8e4557e826bbe5 (patch)
tree0445de636ad3d9f7f1e47ee3b17434cfa2e883af /src/ILCompiler.Compiler
parente289a1873d972e98c486a26f385ee506fef8a574 (diff)
Upgrade beta framework references to rc2
Diffstat (limited to 'src/ILCompiler.Compiler')
-rw-r--r--src/ILCompiler.Compiler/src/project.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ILCompiler.Compiler/src/project.json b/src/ILCompiler.Compiler/src/project.json
index 20fb94127..0ec9967d7 100644
--- a/src/ILCompiler.Compiler/src/project.json
+++ b/src/ILCompiler.Compiler/src/project.json
@@ -6,7 +6,7 @@
"System.Diagnostics.Debug": "4.0.10",
"System.IO": "4.0.10",
"System.IO.FileSystem": "4.0.0",
- "System.IO.MemoryMappedFiles": "4.0.0-beta-23419",
+ "System.IO.MemoryMappedFiles": "4.0.0-rc2-23616",
"System.Collections": "4.0.10",
"System.Text.Encoding": "4.0.10",
"System.Runtime.InteropServices": "4.0.20",
@@ -21,6 +21,7 @@
"Microsoft.DiaSymReader": "1.0.6"
},
"frameworks": {
+ "dnxcore50": { },
"dotnet": {
"imports": "portable-net452"
}