Bump CoreFX and make necessary changes (#14660)
commit19e0a80ad11077f2eabb5744d3de5444dae4b3f7
authorCalvin Buckley <calvin@cmpct.info>
Mon, 27 May 2019 17:30:20 +0000 (27 10:30 -0700)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Mon, 27 May 2019 17:30:19 +0000 (27 19:30 +0200)
tree195862694688afb9ba85508a5b988a778d81e17e
parent00c43ce6e83fca3121e5e94d11bc792b9bf33af2
Bump CoreFX and make necessary changes (#14660)

I myself am bumping for ODBC fixes. This includes a change to SslProtocols to include the Tls13 entry required by the CoreFX changes. (It doesn't wire it up to anything, including BTLS.)

* Fix CollectionTest.UnusableSyncLockTest test

The test checked whether the SyncRoot is of type object, but the corefx implementation switched to returning `this`.

* Bump API snapshot submodule
external/api-snapshot
external/corefx
mcs/class/System/System.Security.Authentication/SslProtocols.cs
mcs/class/corlib/Test/System.Collections.ObjectModel/CollectionTest.cs