diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 285afd4..106e7b6 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,8 +3,10 @@ "isRoot": true, "tools": { "fantomas": { - "version": "7.0.1", - "commands": ["fantomas"] + "version": "7.0.5", + "commands": [ + "fantomas" + ] } } -} +} \ No newline at end of file diff --git a/Directory.Packages.props b/Directory.Packages.props index 316ef5e..07a0cf7 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -6,31 +6,31 @@ - - + + - + - + - + - + - - - - - + + + + + - + - + - + - + diff --git a/tests/Arcp.IntegrationTests/Arcp.IntegrationTests.fsproj b/tests/Arcp.IntegrationTests/Arcp.IntegrationTests.fsproj index f2c4735..10edda8 100644 --- a/tests/Arcp.IntegrationTests/Arcp.IntegrationTests.fsproj +++ b/tests/Arcp.IntegrationTests/Arcp.IntegrationTests.fsproj @@ -13,7 +13,6 @@ - diff --git a/tests/Arcp.IntegrationTests/Program.fs b/tests/Arcp.IntegrationTests/Program.fs deleted file mode 100644 index fcb3883..0000000 --- a/tests/Arcp.IntegrationTests/Program.fs +++ /dev/null @@ -1,4 +0,0 @@ -module ARCP.IntegrationTests.Program - -[] -let main _ = 0 diff --git a/tests/Arcp.UnitTests/Arcp.UnitTests.fsproj b/tests/Arcp.UnitTests/Arcp.UnitTests.fsproj index 0fa539b..41ac096 100644 --- a/tests/Arcp.UnitTests/Arcp.UnitTests.fsproj +++ b/tests/Arcp.UnitTests/Arcp.UnitTests.fsproj @@ -21,7 +21,6 @@ - diff --git a/tests/Arcp.UnitTests/Program.fs b/tests/Arcp.UnitTests/Program.fs deleted file mode 100644 index 6edb674..0000000 --- a/tests/Arcp.UnitTests/Program.fs +++ /dev/null @@ -1,4 +0,0 @@ -module ARCP.UnitTests.Program - -[] -let main _ = 0