Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/reference-assemblies.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-10-09[wasm] Add `monowasm` build target to reference assemblies. (#19)Kenneth Pouncey
* Add `monowasm` build target to reference assemblies. * Cleanup unused reference. * Update the WebAssembly.Net.Http.extra.cs to match the actual method signature. * Remove System.Memory.dll * Remove System.Memory
2019-09-18Apply source changes from 4.8 reference assembliesAlexander Köplinger
2018-10-25Apply changes from reference assemblies 4.7.2Henric Müller
2018-05-18Fix "make all" for monodroid/monotouchAlexander Köplinger
2018-02-06Add scripts for building monodroid and monotouch build profilesMarek Safar
2017-11-09[v4.7.1] Apply changes from 4.7.1 reference assembliesAlexander Köplinger
2017-09-06Use common sources for Mono-specific assembliesAlexander Köplinger
Extract the logic for building the Mono assemblies into a separate directory instead of building in each .NET profile. Add Mono.Options.dll and Mono.C5.dll, they weren't consistently available in all profiles.
2017-05-04[v4.7] Add sources for 4.7 reference assembliesAlexander Köplinger
Copied from 4.6.2 since they're mostly identical.
2017-03-30Add top-level convenience MakefileAlexander Köplinger
Also change the other Makefiles so assemblies don't depend on the Makefile and bare/.stamp as it'd cause needless rebuilds in cases where the repo is freshly checked out.