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:
authordotnet bot <dotnet-bot@dotnetfoundation.org>2017-02-02 09:58:51 +0300
committerKarel Zikmund <karelz@users.noreply.github.com>2017-02-02 09:58:51 +0300
commitfee002201a3d91874d44c2794f758bbb8d1548fa (patch)
tree874ac36e5ab40b1e10486589996a5d190fcb5cc2 /external/runtime
parent04891554472d38593a1cf3934e7bca3c95842a84 (diff)
Update CoreClr, ProjectNTfs to beta-25002-01, beta-25001-00, respectively (master) (#15698)
* Modify expected param names for Array.Copy invalid args * Disable AV'ing vectors test * Update CoreClr, ProjectNTfs to beta-25002-01, beta-25001-00, respectively
Diffstat (limited to 'external/runtime')
-rw-r--r--external/runtime/NETNative/project.json.template2
-rw-r--r--external/runtime/project.json.template4
2 files changed, 3 insertions, 3 deletions
diff --git a/external/runtime/NETNative/project.json.template b/external/runtime/NETNative/project.json.template
index 4c592e3625..71006d691a 100644
--- a/external/runtime/NETNative/project.json.template
+++ b/external/runtime/NETNative/project.json.template
@@ -2,7 +2,7 @@
"frameworks": {
"{TFM}": {
"dependencies": {
- "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-24931-00"
+ "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-25001-00"
}
}
},
diff --git a/external/runtime/project.json.template b/external/runtime/project.json.template
index 944e8d8842..7a90d8410d 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-beta-25001-02",
- "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-beta-24930-03",
- "Microsoft.NETCore.TestHost": "2.0.0-beta-24930-03",
+ "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-beta-25002-01",
+ "Microsoft.NETCore.TestHost": "2.0.0-beta-25002-01",
"runtime.native.System.Data.SqlClient.sni": "4.4.0-beta-24913-02",
"Microsoft.NETCore.DotNetHost": "1.2.0-beta-001259-00",
"Microsoft.NETCore.DotNetHostPolicy": "1.2.0-beta-001259-00"