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: src/NetMQ.Tests/NetMQ.Tests.csproj
+1-1
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@
15
15
<!-- have to teachcd MSBuild where the Mono copy of the reference asssemblies is -->
16
16
<TargetIsMonoCondition="$(TargetFramework.StartsWith('net4')) and '$(OS)' == 'Unix'">true</TargetIsMono>
17
17
18
-
<!-- Look in the standard install locations -->
18
+
<!-- Look in the standard install locations -->
19
19
<BaseFrameworkPathOverrideForMonoCondition="'$(BaseFrameworkPathOverrideForMono)' == '' AND '$(TargetIsMono)' == 'true' AND EXISTS('/Library/Frameworks/Mono.framework/Versions/Current/lib/mono')">/Library/Frameworks/Mono.framework/Versions/Current/lib/mono</BaseFrameworkPathOverrideForMono>
20
20
<BaseFrameworkPathOverrideForMonoCondition="'$(BaseFrameworkPathOverrideForMono)' == '' AND '$(TargetIsMono)' == 'true' AND EXISTS('/usr/lib/mono')">/usr/lib/mono</BaseFrameworkPathOverrideForMono>
21
21
<BaseFrameworkPathOverrideForMonoCondition="'$(BaseFrameworkPathOverrideForMono)' == '' AND '$(TargetIsMono)' == 'true' AND EXISTS('/usr/local/lib/mono')">/usr/local/lib/mono</BaseFrameworkPathOverrideForMono>
0 commit comments