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:
Diffstat (limited to 'src/ILCompiler.TypeSystem/src/project.json')
-rw-r--r--src/ILCompiler.TypeSystem/src/project.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ILCompiler.TypeSystem/src/project.json b/src/ILCompiler.TypeSystem/src/project.json
index d9c26bcee..e7a4be069 100644
--- a/src/ILCompiler.TypeSystem/src/project.json
+++ b/src/ILCompiler.TypeSystem/src/project.json
@@ -1,9 +1,9 @@
{
"dependencies": {
- "NETStandard.Library": "1.5.0-rc2-23911",
- "System.IO.MemoryMappedFiles": "4.0.0-rc2-23911",
- "System.Reflection.Metadata": "1.3.0-rc3-24102-00",
- "Microsoft.DiaSymReader": "1.0.8-rc2-60325"
+ "NETStandard.Library": "1.6.0",
+ "System.IO.MemoryMappedFiles": "4.0.0",
+ "System.Reflection.Metadata": "1.4.1-beta-24227-04",
+ "Microsoft.DiaSymReader": "1.0.8"
},
"frameworks": {
"netstandard1.3": {}