Fix up usings for the project files.
This commit is contained in:
@@ -1,7 +1,14 @@
|
||||
[tasks.build]
|
||||
description = "Build the Project"
|
||||
run = "dotnet build"
|
||||
[tools]
|
||||
dotnet = "10"
|
||||
|
||||
[tasks.restore]
|
||||
description = "Restore the Project"
|
||||
run = "dotnet restore"
|
||||
|
||||
[tasks.build]
|
||||
depends = ["restore"]
|
||||
description = "Build the Project"
|
||||
run = "dotnet build"
|
||||
|
||||
[tasks.clean]
|
||||
run = "fd -I \"bin|obj\" -td -X rm -r && dotnet clean"
|
||||
|
||||
Reference in New Issue
Block a user