diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index dd7d9b9e2..bfda1de7f 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "fantomas": { - "version": "7.0.6", + "version": "8.0.0", "commands": [ "fantomas" ], @@ -17,7 +17,7 @@ "rollForward": false }, "fsharp-analyzers": { - "version": "0.38.0", + "version": "0.39.2", "commands": [ "fsharp-analyzers" ], diff --git a/src/Directory.Build.props b/src/Directory.Build.props index d9eff242c..d5525ec70 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -28,11 +28,11 @@ all build - + all analyzers - + all analyzers diff --git a/src/Fable.Analyzers/Fable.Analyzers.fsproj b/src/Fable.Analyzers/Fable.Analyzers.fsproj index 81249e8a5..26837db08 100644 --- a/src/Fable.Analyzers/Fable.Analyzers.fsproj +++ b/src/Fable.Analyzers/Fable.Analyzers.fsproj @@ -10,7 +10,7 @@ - + diff --git a/tests/Python/Fable.Tests.Python.fsproj b/tests/Python/Fable.Tests.Python.fsproj index a86f7654c..7cc7ffee6 100644 --- a/tests/Python/Fable.Tests.Python.fsproj +++ b/tests/Python/Fable.Tests.Python.fsproj @@ -9,7 +9,7 @@ Fable.Tests - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/Rust/Fable.Tests.Rust.fsproj b/tests/Rust/Fable.Tests.Rust.fsproj index 471dd3770..03139f9f9 100644 --- a/tests/Rust/Fable.Tests.Rust.fsproj +++ b/tests/Rust/Fable.Tests.Rust.fsproj @@ -7,7 +7,7 @@ Preview - + runtime; build; native; contentfiles; analyzers; buildtransitive