diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 016a82c..8de306d 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -2,12 +2,6 @@ "version": 1, "isRoot": true, "tools": { - "fantomas": { - "version": "6.3.4", - "commands": [ - "fantomas" - ] - }, "fsdocs-tool": { "version": "20.0.0", "commands": [ diff --git a/build.fsx b/build.fsx index 05b3fe8..ff7bab4 100644 --- a/build.fsx +++ b/build.fsx @@ -11,8 +11,7 @@ let purgeBinLogCache () = let restoreStage = stage "restore" { - // TODO: can uncomment this after .NET SDK 9.0.101 releases - // run "dotnet tool restore" + run "dotnet tool restore" run "dotnet restore --locked-mode" }