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-10-05Update project ToolsVersions to 14.0 (#12355)Alex Perovich
2016-08-17Moving some types/APIs from S.IO and S.Reflection.Primitives to S.P.CoreLib, ↵SedarG
to support new Reflection refactoring (#10745) * uap10.1: moving some APIs from system.io and system.reflection.primitives to corelib * Revert "uap10.1: moving some APIs from system.io and system.reflection.primitives to corelib" This reverts commit 0f285f009f4be35a2875bdd535032b14304469b4. * Moving some types/APIs from S.IO and S.Reflection.Primitives to S.P.CoreLib, to support new Reflection refactoring
2016-07-13Validate Xamarin frameworksEric St. John
This adds validation for Xamarin frameworks and fixes some packages which were not representing Xamarin correctly.
2016-04-30Use netcoreapp1.0 TFM for .NETCore validationEric St. John
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-03-01Remove use of DNXCore from packagesEric St. John
This changes every package that used the DNXCore50 moniker to use a NETStandard moniker instead.
2016-02-12Open package conversions for corefx.Christopher Costa