summaryrefslogtreecommitdiff
path: root/tests/override.targets
AgeCommit message (Collapse)AuthorFilesLines
2017-05-22Revert "Fixed tests build on Linux"Russ Keldorph1-1/+0
2017-05-19Test build fixes for LinuxRoman Artemev1-0/+1
2017-05-16Update Coreclr to 2.0.0 buildtoolswtgodbe1-2/+11
2017-03-16Delete mscorlib facade (#10157)Jan Kotas1-12/+4
Fixes #7607
2016-11-23Removes non-existent target files from override.targets (#8264)Jonghyun Park1-2/+0
This commit revises override.targets not to import ``mono.targets`` and ``roslyn.xplat.targets`` which do not exist in Tools/
2016-05-16Initial change to support System.Private.CoreLib.dll as Core Library.Gaurav Khanna1-1/+2
2016-04-03Remove UseRoslynCompiler variable from the build systemJames Ko1-1/+1
2015-07-09Move CoreCLR to the modern build tools and dnxMatt Mitchell1-0/+33
This changes moves coreclr onto DNX (same version as corefx). Theoretically, this should allow these tests to target the desktop CLR. All of the old package.config files are gone and replaced with corresponding project.json files. The up front restore behavior is retained. Tests are now buildable individually, though not runnable in a similar fashion.