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
2018-12-13Merged with dotnet/release/2.2.Martin Baulig
2018-03-30Support musl-libc based linux RIDs (#28560)Eric Erhardt
* Support musl-libc based linux RIDs - Add `linux-musl` RID - Set `alpine`'s parent to `linux-musl` - Add `alpine.3.7` to the graph - Fix up `android` to inherit from `unix` while we are here Fixes https://github.com/dotnet/core-setup/issues/3817 * Change linux-musl to be parented to linux. * Reparent android RID to linux.
2018-01-23Add missing RIDs for all supported OSes (#26439)Brandon Ording
* Add missing versions * Add missing RID * Update runtime files * Address PR feedback for ubuntu RID * Treat minor versions of SLES as compatible * Add upcoming releases * Move SLES definition to maintain alphabetization of file * Treat debian versions as not compatible * Add linux mint comments
2017-12-05Fix Alpine Linux dependency chain (#25685)Jan Vorlicek
* Fix Alpine Linux dependency chain The alpine Linux has incorrect parent set to "any" instead of "unix". This change fixes that. * Added runtime.json files generated by the build
2017-09-29Run GenerateRuntimeGraph during buildEric St. John
This turns GenerateRuntimeGraph back on, but it will now only check consistency of the generated runtime files with what is checked in. If it detects an inconsistency the build will fail and this project can be rebuilt specifying /p:UpdateRuntimeFiles=true to commit the updates.
2017-09-28Disable automatic generation of runtime.json during the buildEric St. John
2017-09-28Run GenerateRuntimeJson as part of buildEric St. John
2017-09-28Generate `runtime.json` from RuntimeGroup items and common policyEric St. John
This makes our RID graph much less error prone and easier to reason about. To see how to use the new system see readme.md. To see the extent of the changes examine the diff of runtime.json and runtime.compatibility.json.