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

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'external/ilasm/project.json.template')
-rw-r--r--external/ilasm/project.json.template4
1 files changed, 2 insertions, 2 deletions
diff --git a/external/ilasm/project.json.template b/external/ilasm/project.json.template
index 5f25f1bbe4..6e98979ead 100644
--- a/external/ilasm/project.json.template
+++ b/external/ilasm/project.json.template
@@ -3,8 +3,8 @@
"{TFM}": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0-beta-25022-02",
- "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-beta-25101-01",
- "Microsoft.NETCore.ILAsm": "2.0.0-beta-25101-01"
+ "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-beta-25101-04",
+ "Microsoft.NETCore.ILAsm": "2.0.0-beta-25101-04"
}
}
},