We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71d551e commit 1719101Copy full SHA for 1719101
lgsm/modules/check_deps.sh
@@ -284,7 +284,7 @@ fn_deps_detector() {
284
# .NET Core: A .NET Core repo needs to be installed.
285
elif [ "${deptocheck}" == "dotnet-runtime-7.0" ]; then
286
# .NET is not installed.
287
- if [ -n "${dotnetversion}" ]; then
+ if dotnet --list-runtimes | grep -q "Microsoft.NETCore.App 7.0"; then
288
depstatus=0
289
dotnetinstalled=true
290
else
0 commit comments