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:
authorStephen Toub <stoub@microsoft.com>2017-04-05 20:58:02 +0300
committerGitHub <noreply@github.com>2017-04-05 20:58:02 +0300
commitfc753a1e3be68534026677852921e9bf7746ea26 (patch)
tree605b3b55359b0f73d4a67da11083df3119b28280 /external
parentfda814d46655255f6be7d636785453002732d03d (diff)
parent06516fc7ed6551ab4a6921b4d46cbc32d0ad0887 (diff)
Merge pull request #17954 from dotnet-bot/master-UpdateDependencies
Update CoreClr to preview1-25205-04 (master)
Diffstat (limited to 'external')
-rw-r--r--external/ilasm/project.json.template4
-rw-r--r--external/runtime/project.json.template4
2 files changed, 4 insertions, 4 deletions
diff --git a/external/ilasm/project.json.template b/external/ilasm/project.json.template
index 34e5c01854..a2498f5e34 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-preview1-25205-01",
- "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-preview1-25205-03",
- "Microsoft.NETCore.ILAsm": "2.0.0-preview1-25205-03"
+ "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-preview1-25205-04",
+ "Microsoft.NETCore.ILAsm": "2.0.0-preview1-25205-04"
}
}
},
diff --git a/external/runtime/project.json.template b/external/runtime/project.json.template
index de2e98014b..e50eb40ae8 100644
--- a/external/runtime/project.json.template
+++ b/external/runtime/project.json.template
@@ -3,8 +3,8 @@
"{TFM}": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0-preview1-25205-01",
- "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-preview1-25205-03",
- "Microsoft.NETCore.TestHost": "2.0.0-preview1-25205-03",
+ "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-preview1-25205-04",
+ "Microsoft.NETCore.TestHost": "2.0.0-preview1-25205-04",
"runtime.native.System.Data.SqlClient.sni": "4.4.0-preview1-25205-01",
"Microsoft.NETCore.DotNetHost": "1.2.0-beta-001259-00",
"Microsoft.NETCore.DotNetHostPolicy": "1.2.0-beta-001259-00"