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.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."
29
+
echo"Mono 4.0.1.44 or later is required to build corefx. Please see https://github.com/dotnet/corefx/blob/master/Documentation/building/unix-instructions.md for more details."
30
30
exit 1
31
31
else
32
32
echo"WARNING: Mono 4.0.1.44 or later is required to build corefx. Unable to asses if current version is supported."
33
33
fi
34
34
fi
35
35
36
36
if [ !-e"$__referenceassemblyroot/.NETPortable" ];then
37
-
echo"PCL reference assemblies not found. Please see https://github.com/dotnet/corefx/blob/master/Documentation/unix-instructions.md for more details."
37
+
echo"PCL reference assemblies not found. Please see https://github.com/dotnet/corefx/blob/master/Documentation/building/unix-instructions.md for more details."
echo"cURL or wget is required to build corefx. Please see https://github.com/dotnet/corefx/blob/master/Documentation/unix-instructions.md for more details."
48
+
echo"cURL or wget is required to build corefx. Please see https://github.com/dotnet/corefx/blob/master/Documentation/building/unix-instructions.md for more details."
0 commit comments