File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ Copyright (C) Microsoft Corporation. Apache 2.0 License.
6868
6969 <PropertyGroup >
7070 <UsingXBuild >false</UsingXBuild >
71- <UsingXBuild Condition =" Exists(' $(MSBuildExtensionsPath32)\..\4.0\Mono.Posix.dll' )" >true</UsingXBuild >
71+ <UsingXBuild Condition =" $(MSBuildExtensionsPath32.Contains('xbuild') )" >true</UsingXBuild >
7272 </PropertyGroup >
7373
7474
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ Copyright (C) Microsoft Corporation. Apache 2.0 License.
6868
6969 <PropertyGroup >
7070 <UsingXBuild >false</UsingXBuild >
71- <UsingXBuild Condition =" Exists(' $(MSBuildExtensionsPath32)\..\4.0\Mono.Posix.dll' )" >true</UsingXBuild >
71+ <UsingXBuild Condition =" $(MSBuildExtensionsPath32.Contains('xbuild') )" >true</UsingXBuild >
7272 </PropertyGroup >
7373
7474 <Target
You can’t perform that action at this time.
0 commit comments