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-06 20:34:31 +0300
committerJan Kotas <jkotas@microsoft.com>2018-01-06 20:34:31 +0300
commita1e2a4cf0fbc2269abd2603c3e229a5f66c32090 (patch)
tree9661294df8106c9b61322f93872002d8b988892d /external
parent9828cc1fd835f9726b8c42b0400303a2ead9bc5f (diff)
Update BuildTools, CoreClr, CoreSetup, ProjectNTfs, ProjectNTfsTestILC to prerelease-02406-01, preview1-26106-01, preview1-26105-02, beta-26105-01, beta-26105-01, respectively (master) (#26191)
* Update BuildTools, CoreClr, CoreSetup, ProjectNTfs, ProjectNTfsTestILC to prerelease-02406-01, preview1-26106-01, preview1-26105-02, beta-26105-01, beta-26105-01, respectively * Fix UWP build break YieldAwaiter is not marked as readonly in ProjectN yet
Diffstat (limited to 'external')
-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 b9599808e1..2797d8651c 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-26105-00",
- "TestILC.armret": "1.0.0-beta-26105-00",
- "TestILC.x86ret": "1.0.0-beta-26105-00"
+ "TestILC.amd64ret": "1.0.0-beta-26105-01",
+ "TestILC.armret": "1.0.0-beta-26105-01",
+ "TestILC.x86ret": "1.0.0-beta-26105-01"
}
}
}