diff options
Diffstat (limited to 'src/debug/daccess/daccess.targets')
-rw-r--r-- | src/debug/daccess/daccess.targets | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/debug/daccess/daccess.targets b/src/debug/daccess/daccess.targets index a7d9e41554..43da554f47 100644 --- a/src/debug/daccess/daccess.targets +++ b/src/debug/daccess/daccess.targets @@ -4,6 +4,12 @@ <!--from the original SOURCES/DIRS file by the KBC tool.--> <!--*****************************************************--> <!--Import the settings--> + <PropertyGroup> + <!-- Work around problems with loading System.Private.CoreLib.dll, --> + <!-- caused by inconsistent setting of UseLegacyCompiler and FeatureSpanOfT --> + <!-- between System.Private.CoreLib.dll and the runtime. --> + <UseLegacyCompiler>true</UseLegacyCompiler> + </PropertyGroup> <Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\clr.props" /> <Import Project="$(_NTDRIVE)$(_NTROOT)\ndp\clr\dac.props" /> <Import Project="..\SetDebugTargetLocal.props" /> |