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
{{ message }}
This repository was archived by the owner on Jan 23, 2023. It is now read-only.
echo"Mono 4.1 or later is required to build corefx. Please see https://github.com/dotnet/corefx/blob/master/Documentation/unix-instructions.md for more details."
27
-
exit 1
26
+
# if built from tarball, mono only identifies itself as 4.0.1
echo"Mono 4.0.1.44 or later is required to build corefx. Please see https://github.com/dotnet/corefx/blob/master/Documentation/unix-instructions.md for more details."
30
+
exit 1
31
+
else
32
+
echo"WARNING: Mono 4.0.1.44 or later is required to build corefx. Unable to asses if current version is supported."
33
+
fi
28
34
fi
29
35
30
36
if [ !-e"$__referenceassemblyroot/.NETPortable" ];then
0 commit comments