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: build
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ else
19
19
guard_bin mono "please install Mono from https://www.mono-project.com/"
20
20
fi
21
21
22
-
[ $(dotnet --version | cut -d. -f1)-ge8 ] || write_error ".NET SDK version $(dotnet --version) is too low; please install version 8.0 or later from https://dot.net/"
22
+
[ $(dotnet --version | cut -d. -f1)-ge9 ] || write_error ".NET SDK version $(dotnet --version) is too low; please install version 9.0 or later from https://dot.net/"
0 commit comments