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

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-02-23Update buildtools (#5426)Jan Kotas
2018-01-24Update dependencies (#5284)Jan Kotas
2018-01-04Update buildtoolsMichal Strehovský
2017-11-25Update dependencies to latest (#5022)Jan Kotas
2017-10-18Update buildtools version (#4751)Jan Kotas
2017-10-14Update dependencies to latest (#4720)Jan Kotas
2017-10-04Update to BuildTools with latest RoslynJan Kotas
2017-09-21Buildtools update (#4580)Jan Kotas
2017-08-30Buildtools update (#4414)Jan Kotas
* Buildtools update to pickup slightly newer C# compiler (dotnet/buildtools#1650) * Revert "Make C# discards compile" This reverts commit 9703b44feab11fc902b7d03c9595e238b40b69b4.
2017-08-23Buildtools update (#4360)Jan Kotas
2017-06-30Update buildtools to 2.0.0-prerelease-01726-03Jan Kotas
2017-06-24Update CoreRT build to use latest .NET CLI and build tools (#3916)Jan Kotas
- Pick up latest .NET Core 2.0 CLI and buildtools - Remove all project.json references and convert everything to msbuild projects - Stick to vanilla .NET CLI project shape as much as possible. Minimize dependencies on buildtools special behaviors
2017-02-25Update build tools to latest (#2815)Jan Kotas
* Update BuildToolsVersion to latest * Cleanup CLSCompliant warnings * Delete workaround that is no longer needed * Download .NET Core 1.1 * Fix Roslyn props * MSBuild.exe was renamed to MSBuild.dll * Fix CoreCLR tests * Rename netcoreapp12 -> netcoreapp20 * Fix UnitTests runs * Fix RemoveEmptyFinalizers CodeAnalysis warnings * Port init-tools.sh cleanup from CoreCLR
2016-09-27Update buildtools to 1.0.26-prerelease-00809-01 (#1922)Jan Kotas
2016-04-22Update buildtoolsMichal Strehovský
This version has the "make ILPROJ project buildable from VS" fix.
2016-04-16Copy init-tools script from corefx repoJan Kotas