From 88d4516da8a57629fe7c510f4c3e71f8c94dcd7d Mon Sep 17 00:00:00 2001 From: jessikitty Date: Wed, 20 May 2026 14:55:32 +1000 Subject: [PATCH] =?UTF-8?q?v1.0.0:=20Initial=20Sunbeam=20framework=20?= =?UTF-8?q?=E2=80=94=20project=20structure=20and=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- NoticeBoard.csproj | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 NoticeBoard.csproj diff --git a/NoticeBoard.csproj b/NoticeBoard.csproj new file mode 100644 index 0000000..5dc77d3 --- /dev/null +++ b/NoticeBoard.csproj @@ -0,0 +1,18 @@ + + + + net8.0 + enable + enable + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + +