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
AgeCommit message (Collapse)Author
2016-09-22Clean up depprojsEric St. John
Remove references to all depprojs where the exact same file can be included via harvesting. Remove all depproj's that are no longer referenced. The only depprojs that remain are those that are required for live p2p references.
2016-09-15Port System.Timers.Timer to dev/api.Lakshmi Priya Sekar
2016-07-13Validate Xamarin frameworksEric St. John
This adds validation for Xamarin frameworks and fixes some packages which were not representing Xamarin correctly.
2016-05-17Fix ComponentModel.TypeConverter buildEric St. John
There were two issues with this commit: https://github.com/dotnet/corefx/commit/84152d3b83a01b422bc24339e25ee7d0a28ec093 1. ComponentModel.TypeConverter netstandard1.0 build was running API compat against the 4.1.0.0 contract rather than the 4.0.0.0 contract. 2. Supported frameworks in the package were incorrect. [tfs-changeset: 1605166]
2016-05-04Merge remote-tracking branch 'upstream/master' into dev/typedescriptorTaylor Southwick
2016-04-30Use netcoreapp1.0 TFM for .NETCore validationEric St. John
2016-04-22Add support to build packages for netstandard10Taylor Southwick
2016-03-01Add support for new Xamarin frameworksEric St. John
The latest build tools contains framework lists for two new Xamarin fxs: Xamarin.TVOS Xamarin.WatchOS This adds placeholders for those frameworks so that they can support the packages with inbox facades.
2016-03-01Update buildtools and change validation frameworkEric St. John
Update BuildTools to 1.0.25-prerelease-00180 Change validation framework moniker from dnxcore50 to netstandardapp1.5.
2016-02-12Open package conversions for corefx.Christopher Costa