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-04-04 18:30:06 +0300
committerStephen Toub <stoub@microsoft.com>2018-04-04 18:30:06 +0300
commit82260de25bc75648ceb04048191ecf1c33b06c79 (patch)
tree6726fb119a634cf9ece801988d38b1d932006355 /external
parente4521cbd572764f3a140366cce7b39402e1a14cc (diff)
Update BuildTools, CoreClr, CoreFx, CoreSetup, ProjectNTfs, ProjectNTfsTestILC to preview3-02703-02, preview3-26403-06, preview3-26403-04, preview3-26403-03, beta-26403-00, beta-26403-00, respectively (master) (#28742)
* Update BuildTools, CoreClr, CoreFx, CoreSetup, ProjectNTfs, ProjectNTfsTestILC to preview3-02703-02, preview3-26403-06, preview3-26403-04, preview3-26403-03, beta-26403-00, beta-26403-00, respectively * Adding suppresion for package downgrade on Microsoft.NETCore.Platforms
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 daeab927a8..67ccfc064a 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-26402-01",
- "TestILC.armret": "1.0.0-beta-26402-01",
- "TestILC.x86ret": "1.0.0-beta-26402-01"
+ "TestILC.amd64ret": "1.0.0-beta-26403-00",
+ "TestILC.armret": "1.0.0-beta-26403-00",
+ "TestILC.x86ret": "1.0.0-beta-26403-00"
}
}
}