diff --git a/.husky/pre-commit b/.husky/pre-commit index 6fa46437..181d89ce 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -5,7 +5,7 @@ ## Note : for local installation use 'dotnet' prefix. e.g. 'dotnet husky' ## run all tasks -husky run +dotnet husky run ### run all tasks with group: 'group-name' #husky run --group group-name diff --git a/Funk Engine.csproj b/Funk Engine.csproj index 5b09327a..7051324c 100644 --- a/Funk Engine.csproj +++ b/Funk Engine.csproj @@ -1,4 +1,4 @@ - + net6.0 net7.0 @@ -6,4 +6,8 @@ true FunkEngine + + + + \ No newline at end of file