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-maestro-bot <dotnet-maestro-bot@microsoft.com>2018-01-10 04:35:57 +0300
committerJan Kotas <jkotas@microsoft.com>2018-01-10 04:35:57 +0300
commita4cf8d7eb68aa862b0c36ef78b03923119a0bef2 (patch)
treef487f34876bcdd62ca5d85a3d361f1863d6a4f1a /external/test-runtime
parent3e55c1ca85a0ad653bd2e6ed89c519ddff8ba0b3 (diff)
Update CoreClr, CoreFx, CoreSetup, ProjectNTfs, ProjectNTfsTestILC to preview1-26109-01, preview1-26109-01, preview1-26108-03, beta-26109-00, beta-26109-00, respectively (master) (#26230)
* Update CoreClr, CoreFx, CoreSetup, ProjectNTfs, ProjectNTfsTestILC to preview1-26109-01, preview1-26109-01, preview1-26108-03, beta-26109-00, beta-26109-00, respectively * Add missing Intel hardware intrinsics and fix names * Add temporary baseline
Diffstat (limited to 'external/test-runtime')
-rw-r--r--external/test-runtime/optional.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/external/test-runtime/optional.json b/external/test-runtime/optional.json
index a60c877e69..0186901676 100644
--- a/external/test-runtime/optional.json
+++ b/external/test-runtime/optional.json
@@ -3,9 +3,9 @@
"net45": {
"dependencies": {
"Microsoft.DotNet.IBCMerge": "4.6.0-alpha-00001",
- "TestILC.amd64ret": "1.0.0-beta-26108-01",
- "TestILC.armret": "1.0.0-beta-26108-01",
- "TestILC.x86ret": "1.0.0-beta-26108-01"
+ "TestILC.amd64ret": "1.0.0-beta-26109-00",
+ "TestILC.armret": "1.0.0-beta-26109-00",
+ "TestILC.x86ret": "1.0.0-beta-26109-00"
}
}
}