Add mise configuration.

This commit is contained in:
2026-07-17 10:34:13 +02:00
parent 283f50ba63
commit e11a34bbb0
+7
View File
@@ -0,0 +1,7 @@
[tasks.build]
description = "Build the Project"
run = "dotnet build"
[tasks.restore]
description = "Restore the Project"
run = "dotnet restore"