From c30fff8162d4a58fc6b83ba2396a9c4668f6f637 Mon Sep 17 00:00:00 2001
From: Joao Matos <joao@tritao.eu>
Date: Mon, 30 Oct 2023 11:14:00 +0000
Subject: [PATCH] Improve build script echo.

---
 build/build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build/build.sh b/build/build.sh
index 5cd81557..e42467f0 100755
--- a/build/build.sh
+++ b/build/build.sh
@@ -205,7 +205,7 @@ while [[ $# > 0 ]]; do
       ;;
     -target-framework)
       target_framework=$2
-      echo $target_framework
+      echo 'Using .NET target framework:' $target_framework
       shift
       ;;
     -ci)