--- a/benchmarks/benchmarks.fsproj +++ b/benchmarks/benchmarks.fsproj @@ -2,7 +2,7 @@ Exe - net6.0;net7.0 + net8.0 --- a/build/build.fsproj +++ b/build/build.fsproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 --- a/paket.dependencies +++ b/paket.dependencies @@ -1,6 +1,6 @@ version 7.2.1 -framework: netstandard2.0, netstandard2.1, net6.0, net7.0, net8.0 +framework: net8.0 source https://api.nuget.org/v3/index.json # this is the FCS nightly feed, re-enable at your own risk! --- a/src/FsAutoComplete.Core/FsAutoComplete.Core.fsproj +++ b/src/FsAutoComplete.Core/FsAutoComplete.Core.fsproj @@ -1,8 +1,6 @@ - net6.0 - net6.0;net7.0 - net6.0;net7.0;net8.0 + net8.0 false --- a/src/FsAutoComplete.Logging/FsAutoComplete.Logging.fsproj +++ b/src/FsAutoComplete.Logging/FsAutoComplete.Logging.fsproj @@ -1,9 +1,7 @@  - net6.0 - net6.0;net7.0 - net6.0;net7.0;net8.0 + net8.0 false --- a/src/FsAutoComplete/FsAutoComplete.fsproj +++ b/src/FsAutoComplete/FsAutoComplete.fsproj @@ -2,9 +2,7 @@ Exe - net6.0 - net6.0;net7.0 - net6.0;net7.0;net8.0 + net8.0 fsautocomplete true true --- a/test/FsAutoComplete.DependencyManager.Dummy/FsAutoComplete.DependencyManager.Dummy.fsproj +++ b/test/FsAutoComplete.DependencyManager.Dummy/FsAutoComplete.DependencyManager.Dummy.fsproj @@ -1,16 +1,16 @@ - - - - netstandard2.0 - - - - - - - - - - - - + + + + net8.0 + + + + + + + + + + + + --- a/test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj +++ b/test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj @@ -1,9 +1,7 @@ Exe - net6.0 - net6.0;net7.0 - net6.0;net7.0;net8.0 + net8.0 false LatestMajor true --- a/test/FsAutoComplete.Tests.Lsp/TestCases/AutocompleteTest/AutocompleteTest.fsproj +++ b/test/FsAutoComplete.Tests.Lsp/TestCases/AutocompleteTest/AutocompleteTest.fsproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 false --- a/test/FsAutoComplete.Tests.Lsp/TestCases/CloseTests/Workspace/Workspace.fsproj +++ b/test/FsAutoComplete.Tests.Lsp/TestCases/CloseTests/Workspace/Workspace.fsproj @@ -1,7 +1,7 @@  - net6.0 + net8.0 true --- a/test/FsAutoComplete.Tests.Lsp/TestCases/CodeFixTests/RenameParamToMatchSignature/RenameParamToMatchSignature.fsproj +++ b/test/FsAutoComplete.Tests.Lsp/TestCases/CodeFixTests/RenameParamToMatchSignature/RenameParamToMatchSignature.fsproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 --- a/test/FsAutoComplete.Tests.Lsp/TestCases/DependentFileChecking/CrossProject-net6.0/App/App.fsproj +++ b/test/FsAutoComplete.Tests.Lsp/TestCases/DependentFileChecking/CrossProject-net6.0/App/App.fsproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 --- a/test/FsAutoComplete.Tests.Lsp/TestCases/DependentFileChecking/CrossProject-net6.0/Library1/Library1.fsproj +++ b/test/FsAutoComplete.Tests.Lsp/TestCases/DependentFileChecking/CrossProject-net6.0/Library1/Library1.fsproj @@ -1,7 +1,7 @@  - net6.0 + net8.0 true --- a/test/FsAutoComplete.Tests.Lsp/TestCases/DependentFileChecking/CrossProject-net7.0/App/App.fsproj +++ b/test/FsAutoComplete.Tests.Lsp/TestCases/DependentFileChecking/CrossProject-net7.0/App/App.fsproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 --- a/test/FsAutoComplete.Tests.Lsp/TestCases/DependentFileChecking/CrossProject-net7.0/Library1/Library1.fsproj +++ b/test/FsAutoComplete.Tests.Lsp/TestCases/DependentFileChecking/CrossProject-net7.0/Library1/Library1.fsproj @@ -1,7 +1,7 @@  - net7.0 + net8.0 true --- a/test/FsAutoComplete.Tests.Lsp/TestCases/DependentFileChecking/SameProject/SameProject.fsproj +++ b/test/FsAutoComplete.Tests.Lsp/TestCases/DependentFileChecking/SameProject/SameProject.fsproj @@ -1,7 +1,7 @@  - net6.0 + net8.0 true --- a/test/FsAutoComplete.Tests.Lsp/TestCases/ExpectoTests/ExpectoTests.fsproj +++ b/test/FsAutoComplete.Tests.Lsp/TestCases/ExpectoTests/ExpectoTests.fsproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 false --- a/test/FsAutoComplete.Tests.Lsp/TestCases/FindReferences/Solution/A/A.fsproj +++ b/test/FsAutoComplete.Tests.Lsp/TestCases/FindReferences/Solution/A/A.fsproj @@ -1,7 +1,7 @@  - net6.0 + net8.0 --- a/test/FsAutoComplete.Tests.Lsp/TestCases/FindReferences/Solution/B/B.fsproj +++ b/test/FsAutoComplete.Tests.Lsp/TestCases/FindReferences/Solution/B/B.fsproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 --- a/test/FsAutoComplete.Tests.Lsp/TestCases/FindReferences/Solution/C/C.fsproj +++ b/test/FsAutoComplete.Tests.Lsp/TestCases/FindReferences/Solution/C/C.fsproj @@ -1,7 +1,7 @@  - net6.0 + net8.0 --- a/test/FsAutoComplete.Tests.Lsp/TestCases/FoldingTests/FoldingTests.fsproj +++ b/test/FsAutoComplete.Tests.Lsp/TestCases/FoldingTests/FoldingTests.fsproj @@ -1,11 +1,11 @@ - - - - netstandard2.0 - - - - - - - + + + + net8.0 + + + + + + + --- a/test/FsAutoComplete.Tests.Lsp/TestCases/FsdnTest/BasicTest.fsproj +++ b/test/FsAutoComplete.Tests.Lsp/TestCases/FsdnTest/BasicTest.fsproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 false --- a/test/FsAutoComplete.Tests.Lsp/TestCases/FullNameExternalAutocompleteTest/FullNameExternalAutocompleteTest.fsproj +++ b/test/FsAutoComplete.Tests.Lsp/TestCases/FullNameExternalAutocompleteTest/FullNameExternalAutocompleteTest.fsproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 false --- a/test/FsAutoComplete.Tests.Lsp/TestCases/GoToTests/GoToTests.fsproj +++ b/test/FsAutoComplete.Tests.Lsp/TestCases/GoToTests/GoToTests.fsproj @@ -1,6 +1,6 @@ - netstandard2.0 + net8.0 --- a/test/FsAutoComplete.Tests.Lsp/TestCases/NUnitTests/NUnitTests.fsproj +++ b/test/FsAutoComplete.Tests.Lsp/TestCases/NUnitTests/NUnitTests.fsproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 false false --- a/test/FsAutoComplete.Tests.Lsp/TestCases/RenameTest/CrossProject/LibA/LibA.fsproj +++ b/test/FsAutoComplete.Tests.Lsp/TestCases/RenameTest/CrossProject/LibA/LibA.fsproj @@ -1,7 +1,7 @@  - net6.0 + net8.0 true --- a/test/FsAutoComplete.Tests.Lsp/TestCases/RenameTest/CrossProject/LibB/LibB.fsproj +++ b/test/FsAutoComplete.Tests.Lsp/TestCases/RenameTest/CrossProject/LibB/LibB.fsproj @@ -1,7 +1,7 @@  - net6.0 + net8.0 true --- a/test/FsAutoComplete.Tests.Lsp/TestCases/RenameTest/SameProject/RenameTest.fsproj +++ b/test/FsAutoComplete.Tests.Lsp/TestCases/RenameTest/SameProject/RenameTest.fsproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 --- a/test/FsAutoComplete.Tests.Lsp/TestCases/ServerTests/Project/Project.fsproj +++ b/test/FsAutoComplete.Tests.Lsp/TestCases/ServerTests/Project/Project.fsproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 --- a/test/FsAutoComplete.Tests.Lsp/TestCases/UnusedDeclarations/UnusedDeclarations.fsproj +++ b/test/FsAutoComplete.Tests.Lsp/TestCases/UnusedDeclarations/UnusedDeclarations.fsproj @@ -1,7 +1,7 @@  - net6.0 + net8.0 --- a/test/FsAutoComplete.Tests.Lsp/TestCases/XUnitTests/XUnitTests.fsproj +++ b/test/FsAutoComplete.Tests.Lsp/TestCases/XUnitTests/XUnitTests.fsproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 false false --- a/test/OptionAnalyzer/OptionAnalyzer.fsproj +++ b/test/OptionAnalyzer/OptionAnalyzer.fsproj @@ -1,6 +1,6 @@ - net6.0 + net8.0