You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: netfx.props
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
<PropertyGroup>
3
3
<!-- When compiling .NET SDK 2.0 projects targeting .NET 4.x on Mono using 'dotnet build' you -->
4
4
<!-- have to teach MSBuild where the Mono copy of the reference assemblies is -->
5
-
<TargetIsMonoCondition="$(TargetFramework.StartsWith('net4')) and '$(OS)' == 'Unix'">true</TargetIsMono>
5
+
<TargetIsMonoCondition="$(TargetFramework.StartsWith('net4')) AND '$(OS)' == 'Unix'">true</TargetIsMono>
6
6
7
7
<!-- Look in the standard install locations -->
8
8
<BaseFrameworkPathOverrideForMonoCondition="'$(BaseFrameworkPathOverrideForMono)' == '' AND '$(TargetIsMono)' == 'true' AND EXISTS('/Library/Frameworks/Mono.framework/Versions/Current/lib/mono')">/Library/Frameworks/Mono.framework/Versions/Current/lib/mono</BaseFrameworkPathOverrideForMono>
@@ -23,4 +23,10 @@
23
23
<!-- Add the Facades directory. Not sure how else to do this. Necessary at least for .NET 4.5 -->
0 commit comments