From fde716054637b5374deace21d3cf133671fec2c3 Mon Sep 17 00:00:00 2001
From: badcel <1218031+badcel@users.noreply.github.com>
Date: Tue, 21 Jan 2025 18:41:11 +0100
Subject: [PATCH] Tutorial: Use project reference instead of package reference
By using project references it can be ensured that the tutorial code is working with the current code and must not be kept up to date after a version got released.
Fixes: #1145
---
docs/docs/tutorial/gtk/src/BoxLayout/BoxLayout.csproj | 2 +-
docs/docs/tutorial/gtk/src/HelloWorld/HelloWorld.csproj | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/docs/tutorial/gtk/src/BoxLayout/BoxLayout.csproj b/docs/docs/tutorial/gtk/src/BoxLayout/BoxLayout.csproj
index 29d4a6168..369fe61a8 100644
--- a/docs/docs/tutorial/gtk/src/BoxLayout/BoxLayout.csproj
+++ b/docs/docs/tutorial/gtk/src/BoxLayout/BoxLayout.csproj
@@ -8,7 +8,7 @@
-
+
diff --git a/docs/docs/tutorial/gtk/src/HelloWorld/HelloWorld.csproj b/docs/docs/tutorial/gtk/src/HelloWorld/HelloWorld.csproj
index 29d4a6168..369fe61a8 100644
--- a/docs/docs/tutorial/gtk/src/HelloWorld/HelloWorld.csproj
+++ b/docs/docs/tutorial/gtk/src/HelloWorld/HelloWorld.csproj
@@ -8,7 +8,7 @@
-
+