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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2016-05-21 00:04:16 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2016-05-21 00:37:20 +0300
commitd44824b7f8483b2aebb6becdfac54b1206cd617e (patch)
tree825cc286040518e90e9cf2865226c164546e26b5 /mcs/class/Microsoft.Build.Engine
parent8c8ce9f3bd2145433dd0f91aab80294d277ec711 (diff)
[xbuild] Fix DependsOnSystemRuntime returning false on xbuild 14
In https://github.com/mono/mono/commit/4164d9fbe19a1e6acb3a5ea122891020ff2868d7 the 14.0 target was updated to include the DependsOnSystemRuntime property. However, it wasn't actually implemented in the code behind. This resulted in the property not being set/true even if we depend on assemblies that reference System.Runtime, which in turn leads us to not adding the Facades in ImplicitlyExpandDesignTimeFacades. This then breaks compilation because the System.Runtime lookup fails. The fix is to actually implement the property.
Diffstat (limited to 'mcs/class/Microsoft.Build.Engine')
0 files changed, 0 insertions, 0 deletions