diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 44605ef..016a82c 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,13 +3,13 @@ "isRoot": true, "tools": { "fantomas": { - "version": "6.3.0-alpha-007", + "version": "6.3.4", "commands": [ "fantomas" ] }, "fsdocs-tool": { - "version": "20.0.0-beta-002", + "version": "20.0.0", "commands": [ "fsdocs" ] diff --git a/Directory.Packages.props b/Directory.Packages.props index 85659d1..b7845c4 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -23,7 +23,7 @@ - + diff --git a/global.json b/global.json index c19a2e0..39c53b8 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.100", + "version": "8.0.200", "rollForward": "latestMinor" } } diff --git a/samples/OptionAnalyzer.Test/OptionAnalyzer.Test.fsproj b/samples/OptionAnalyzer.Test/OptionAnalyzer.Test.fsproj index 1cb0396..d9d4147 100644 --- a/samples/OptionAnalyzer.Test/OptionAnalyzer.Test.fsproj +++ b/samples/OptionAnalyzer.Test/OptionAnalyzer.Test.fsproj @@ -1,7 +1,7 @@ - net6.0 + net7.0 LatestMajor false diff --git a/src/FSharp.Analyzers.SDK.Testing/FSharp.Analyzers.SDK.Testing.fsproj b/src/FSharp.Analyzers.SDK.Testing/FSharp.Analyzers.SDK.Testing.fsproj index a094f6f..e86d313 100644 --- a/src/FSharp.Analyzers.SDK.Testing/FSharp.Analyzers.SDK.Testing.fsproj +++ b/src/FSharp.Analyzers.SDK.Testing/FSharp.Analyzers.SDK.Testing.fsproj @@ -1,7 +1,7 @@  - net6.0 + net7.0 true true true