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
2017-06-30Add a comment for dotnet/project-system#2454 workaround (#4036)Michal Strehovský
...so that we know it will be safe to delete at some point in the future.
2017-06-30Fix VS project loading on 15.3 preview (#4028)Simon Nattress
Issue https://github.com/dotnet/project-system/issues/2454 is causing ILCompiler.sln to fail loading due to a bug in the new project system and there being no defined config / platform for the project. This work-around lets preview VS load ILCompiler.sln.
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-06-17Delete ToolsVersion attribute from msbuild filesJan Kotas
The latest project templates do not have it, and it is only good for generating warnings like the following in the detailed build log: Project file contains ToolsVersion="4.0". This toolset may be unknown or missing, in which case you may be able to resolve this by installing the appropriate version of MSBuild, or the build may have been forced to a particular ToolsVersion for policy reasons. Treating the project as if it had ToolsVersion="14.0". For more information, please see http://go.microsoft.com/fwlink/?LinkId=293424. [tfs-changeset: 1662024]
2015-09-30Add initial corert build scriptsdotnet-bot
Populating repo with build infrastructure from the corefx project. Scripts are copied verbatim from the corefx repo as of commit 1ee4f60145a851adbacbb16e7b0c65bec3ec0d02. Only minor changes were done to remove corefx-specific workarounds. Also integrating the type system into the build.