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-12 09:46:22 +0300
committerAhson Khan <ahkha@microsoft.com>2018-04-12 09:46:22 +0300
commit7f99697042d8b5ae1be589712257cf9eb71b157b (patch)
tree4b6099862c5159054ede4fe370bc188e6ea207aa /external
parent73214ff6da537eb9dcf522406ef1d0470b88db88 (diff)
Update CoreClr, ProjectNTfs, ProjectNTfsTestILC to preview3-26412-01, beta-26411-01, beta-26411-01, respectively (master) (#29041)
* Update CoreClr, ProjectNTfs, ProjectNTfsTestILC to preview3-26412-01, beta-26411-01, beta-26411-01, respectively * Remove MemoryManager.Length (dotnet/coreclr#17498) * Remove MemoryManager.Length * Feedback * XML comment nits Signed-off-by: dotnet-bot-corefx-mirror <dotnet-bot@microsoft.com> * Remove MemoryManager.Length * Fix tests * Fix pipline tests * Change tests for new api * Feedback * Fix ref/tests * Remove Memory<byte> properties in tests that shouldn't be there. * Update the Api Compat Baselines for uapaot
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 427f2bdade..9344ab8b70 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-26411-00",
- "TestILC.armret": "1.0.0-beta-26411-00",
- "TestILC.x86ret": "1.0.0-beta-26411-00"
+ "TestILC.amd64ret": "1.0.0-beta-26411-01",
+ "TestILC.armret": "1.0.0-beta-26411-01",
+ "TestILC.x86ret": "1.0.0-beta-26411-01"
}
}
}