diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-08-26 12:00:09 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-08-26 12:00:09 +0100 |
commit | f300354de9fe5d997850456a9e1f400193e6544f (patch) | |
tree | 402fd6a7727db790bf57f683894052e8791d389e /dev-dotnet/fsautocomplete | |
parent | 5c42677148c717eb9f4673237db807f74740b4e9 (diff) |
gentoo auto-resync : 26:08:2024 - 12:00:09
Diffstat (limited to 'dev-dotnet/fsautocomplete')
3 files changed, 0 insertions, 417 deletions
diff --git a/dev-dotnet/fsautocomplete/Manifest b/dev-dotnet/fsautocomplete/Manifest index 3b6e44774e1d..8034aa7bcc87 100644 --- a/dev-dotnet/fsautocomplete/Manifest +++ b/dev-dotnet/fsautocomplete/Manifest @@ -1,5 +1,3 @@ -AUX fsautocomplete-0.68.0-paket-dependencies.patch 594 BLAKE2B 9cf2b5af7833c998c24640626677d41af4d852eef11b024b2210d2cb397442a2684362338d9cc123f8995e62da75c27c63c6a99560d0c6dc04fbca96c531edc8 SHA512 bf4138a5f3e48c6e65749dbc2754f5991d80aa20f2bade6743f06697df3d376fd80bae9ec2301a13363dd569aa3065ac6774b050227b9648ecf2f31d494dcdd1 -AUX fsautocomplete-0.71.0-net8.0-only.patch 14794 BLAKE2B 76b7fdff481877a3a6abc8b01973d67606bb6305eca4481bb9af5a7803d0133fa8300d673f2441a69cc286dc0174e22381f0c7b4d8a6e162e1dd7dbbf9c3864f SHA512 967bff74c4d002834eed693631bdab8d8f9d2a08e3021f4801790c8a81ac0e0e2641431b735b2540fa242afc8b30297a48c77bea132e9140a7b6161555abfe14 AUX fsautocomplete-0.73.0-paket-dependencies.patch 391 BLAKE2B 1e6449c2e7d5247bcbeaebca392bd49940f71a6525086171b7459ba8cafc7626b790816882330a656b6d8c48f2f2a66cea8a9a09681d87bf7947d43de8eb6982 SHA512 5a58b6e1d4df3a119b4c31f7db793d4ce97e7b51e7f7d4c742ec7303ca03034677700d9a27287c5d3e04a29077df42a576ad7a22c04a085a4bf1bf5f663d82e1 DIST System.Security.Cryptography.OpenSsl.5.0.0.nupkg 350364 BLAKE2B bb8a0171160d496e1520298639412ac74c7f54427865349726e46845b622a4b44f125f1ec69213e709d9c43f1afc4c800413d356b57d12d4e190d7d86f073a8c SHA512 fbc3f8128f4731c91ed55e1b3cae898c16878a523930060b72a3ca5477296c9996dceeaa382c6eb419848ae4f77ba099be4f1c138bf6c2a0b9277c28c6a105fd DIST altcover.8.3.838.nupkg 6777876 BLAKE2B ce94bcdb55b9658cd5431ad9fe96eef93cb754ae71a75d24ca2c471c2465881d40a25a8e728a628761e1ec0e06950b7e927779dccc72cf4d1670c8f7a6a140f6 SHA512 a5a28519dfecfc49f4ba1bcc80cda6823324f26012cd0c43e89b5ac593346cdc3c944cf295671beb573ed12f1d467b024a693048c20753225e9ae2dece3d0ffa diff --git a/dev-dotnet/fsautocomplete/files/fsautocomplete-0.68.0-paket-dependencies.patch b/dev-dotnet/fsautocomplete/files/fsautocomplete-0.68.0-paket-dependencies.patch deleted file mode 100644 index d1e8ffa95890..000000000000 --- a/dev-dotnet/fsautocomplete/files/fsautocomplete-0.68.0-paket-dependencies.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/paket.dependencies -+++ b/paket.dependencies -@@ -2,7 +2,7 @@ version 7.2.1 - - framework: netstandard2.0, netstandard2.1, net6.0, net7.0, net8.0 - --source https://api.nuget.org/v3/index.json -+source: @NUGET_PACKAGES@ - # this is the FCS nightly feed, re-enable at your own risk! - # source: https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json - #source: ./libs -@@ -60,7 +60,7 @@ nuget System.Security.Cryptography.Pkcs 6.0.4 - - - group Build -- source https://api.nuget.org/v3/index.json -+ source: @NUGET_PACKAGES@ - storage: none - - framework: net6.0, net7.0 diff --git a/dev-dotnet/fsautocomplete/files/fsautocomplete-0.71.0-net8.0-only.patch b/dev-dotnet/fsautocomplete/files/fsautocomplete-0.71.0-net8.0-only.patch deleted file mode 100644 index 6b429feccbcc..000000000000 --- a/dev-dotnet/fsautocomplete/files/fsautocomplete-0.71.0-net8.0-only.patch +++ /dev/null @@ -1,395 +0,0 @@ ---- a/benchmarks/benchmarks.fsproj -+++ b/benchmarks/benchmarks.fsproj -@@ -2,7 +2,7 @@ - <Project Sdk="Microsoft.NET.Sdk"> - <PropertyGroup> - <OutputType>Exe</OutputType> -- <TargetFrameworks>net6.0;net7.0</TargetFrameworks> -+ <TargetFrameworks>net8.0</TargetFrameworks> - </PropertyGroup> - <ItemGroup> - <Compile Include="SourceTextBenchmarks.fs" /> ---- a/build/build.fsproj -+++ b/build/build.fsproj -@@ -2,8 +2,8 @@ - <Project Sdk="Microsoft.NET.Sdk"> - <PropertyGroup> - <OutputType>Exe</OutputType> -- <TargetFramework>net7.0</TargetFramework> -+ <TargetFramework>net8.0</TargetFramework> - <IsPackable>false</IsPackable> - </PropertyGroup> - <ItemGroup> - <Compile Include="ScaffoldCodeFix.fsi" /> ---- 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 @@ - <Project Sdk="Microsoft.NET.Sdk"> - <PropertyGroup> -- <TargetFrameworks>net6.0</TargetFrameworks> -- <TargetFrameworks Condition="'$(BuildNet7)' == 'true'">net6.0;net7.0</TargetFrameworks> -- <TargetFrameworks Condition="'$(BuildNet8)' == 'true'">net6.0;net7.0;net8.0</TargetFrameworks> -+ <TargetFrameworks>net8.0</TargetFrameworks> - <IsPackable>false</IsPackable> - </PropertyGroup> - <ItemGroup> ---- a/src/FsAutoComplete.Logging/FsAutoComplete.Logging.fsproj -+++ b/src/FsAutoComplete.Logging/FsAutoComplete.Logging.fsproj -@@ -1,9 +1,7 @@ - <?xml version="1.0" encoding="utf-8"?> - <Project Sdk="Microsoft.NET.Sdk"> - <PropertyGroup> -- <TargetFramework>net6.0</TargetFramework> -- <TargetFrameworks Condition="'$(BuildNet7)' == 'true'">net6.0;net7.0</TargetFrameworks> -- <TargetFrameworks Condition="'$(BuildNet8)' == 'true'">net6.0;net7.0;net8.0</TargetFrameworks> -+ <TargetFramework>net8.0</TargetFramework> - <IsPackable>false</IsPackable> - </PropertyGroup> - <ItemGroup> ---- a/src/FsAutoComplete/FsAutoComplete.fsproj -+++ b/src/FsAutoComplete/FsAutoComplete.fsproj -@@ -2,9 +2,7 @@ - <Project Sdk="Microsoft.NET.Sdk"> - <PropertyGroup> - <OutputType>Exe</OutputType> -- <TargetFrameworks>net6.0</TargetFrameworks> -- <TargetFrameworks Condition="'$(BuildNet7)' == 'true'">net6.0;net7.0</TargetFrameworks> -- <TargetFrameworks Condition="'$(BuildNet8)' == 'true'">net6.0;net7.0;net8.0</TargetFrameworks> -+ <TargetFrameworks>net8.0</TargetFrameworks> - <AssemblyName>fsautocomplete</AssemblyName> - <ServerGarbageCollection>true</ServerGarbageCollection> - <ConcurrentGarbageCollection>true</ConcurrentGarbageCollection> ---- a/test/FsAutoComplete.DependencyManager.Dummy/FsAutoComplete.DependencyManager.Dummy.fsproj -+++ b/test/FsAutoComplete.DependencyManager.Dummy/FsAutoComplete.DependencyManager.Dummy.fsproj -@@ -1,16 +1,16 @@ --<Project Sdk="Microsoft.NET.Sdk">
--
-- <PropertyGroup>
-- <TargetFramework>netstandard2.0</TargetFramework>
-- </PropertyGroup>
--
-- <ItemGroup>
-- <Compile Include="Library.fs" />
-- </ItemGroup>
--
-- <ItemGroup>
-- <!-- Keep this up to date with paket.lock, this is here to prevent error messages about downgrades -->
-- <PackageReference Update="FSharp.Core" Version="5.0.1" />
-- </ItemGroup>
--
--</Project>
-+<Project Sdk="Microsoft.NET.Sdk"> -+ -+ <PropertyGroup> -+ <TargetFramework>net8.0</TargetFramework> -+ </PropertyGroup> -+ -+ <ItemGroup> -+ <Compile Include="Library.fs" /> -+ </ItemGroup> -+ -+ <ItemGroup> -+ <!-- Keep this up to date with paket.lock, this is here to prevent error messages about downgrades --> -+ <PackageReference Update="FSharp.Core" Version="5.0.1" /> -+ </ItemGroup> -+ -+</Project> ---- a/test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj -+++ b/test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj -@@ -1,9 +1,7 @@ - <Project Sdk="Microsoft.NET.Sdk"> - <PropertyGroup> - <OutputType>Exe</OutputType> -- <TargetFrameworks>net6.0</TargetFrameworks> -- <TargetFrameworks Condition="'$(BuildNet7)' == 'true'">net6.0;net7.0</TargetFrameworks> -- <TargetFrameworks Condition="'$(BuildNet8)' == 'true'">net6.0;net7.0;net8.0</TargetFrameworks> -+ <TargetFrameworks>net8.0</TargetFrameworks> - <GenerateProgramFile>false</GenerateProgramFile> - <RollForward>LatestMajor</RollForward> - <IsTestProject>true</IsTestProject> ---- a/test/FsAutoComplete.Tests.Lsp/TestCases/AutocompleteTest/AutocompleteTest.fsproj -+++ b/test/FsAutoComplete.Tests.Lsp/TestCases/AutocompleteTest/AutocompleteTest.fsproj -@@ -1,7 +1,7 @@ - <?xml version="1.0" encoding="utf-8"?> - <Project Sdk="Microsoft.NET.Sdk"> - <PropertyGroup> -- <TargetFramework>net6.0</TargetFramework> -+ <TargetFramework>net8.0</TargetFramework> - <IsPackable>false</IsPackable> - </PropertyGroup> - <ItemGroup> ---- a/test/FsAutoComplete.Tests.Lsp/TestCases/CloseTests/Workspace/Workspace.fsproj -+++ b/test/FsAutoComplete.Tests.Lsp/TestCases/CloseTests/Workspace/Workspace.fsproj -@@ -1,7 +1,7 @@ - <Project Sdk="Microsoft.NET.Sdk">
-
- <PropertyGroup>
-- <TargetFramework>net6.0</TargetFramework>
-+ <TargetFramework>net8.0</TargetFramework>
- <GenerateDocumentationFile>true</GenerateDocumentationFile>
- </PropertyGroup>
-
---- a/test/FsAutoComplete.Tests.Lsp/TestCases/CodeFixTests/RenameParamToMatchSignature/RenameParamToMatchSignature.fsproj -+++ b/test/FsAutoComplete.Tests.Lsp/TestCases/CodeFixTests/RenameParamToMatchSignature/RenameParamToMatchSignature.fsproj -@@ -1,7 +1,7 @@ - <Project Sdk="Microsoft.NET.Sdk"> - - <PropertyGroup> -- <TargetFramework>net6.0</TargetFramework> -+ <TargetFramework>net8.0</TargetFramework> - </PropertyGroup> - - <ItemGroup> ---- 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 @@ - - <PropertyGroup> - <OutputType>Exe</OutputType> -- <TargetFramework>net6.0</TargetFramework> -+ <TargetFramework>net8.0</TargetFramework> - </PropertyGroup> - - <ItemGroup> ---- 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 @@ - <Project Sdk="Microsoft.NET.Sdk"> - - <PropertyGroup> -- <TargetFramework>net6.0</TargetFramework> -+ <TargetFramework>net8.0</TargetFramework> - <GenerateDocumentationFile>true</GenerateDocumentationFile> - </PropertyGroup> - ---- 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 @@ - - <PropertyGroup> - <OutputType>Exe</OutputType> -- <TargetFramework>net7.0</TargetFramework> -+ <TargetFramework>net8.0</TargetFramework> - </PropertyGroup> - - <ItemGroup> ---- 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 @@ - <Project Sdk="Microsoft.NET.Sdk"> - - <PropertyGroup> -- <TargetFramework>net7.0</TargetFramework> -+ <TargetFramework>net8.0</TargetFramework> - <GenerateDocumentationFile>true</GenerateDocumentationFile> - </PropertyGroup> - ---- a/test/FsAutoComplete.Tests.Lsp/TestCases/DependentFileChecking/SameProject/SameProject.fsproj -+++ b/test/FsAutoComplete.Tests.Lsp/TestCases/DependentFileChecking/SameProject/SameProject.fsproj -@@ -1,7 +1,7 @@ - <Project Sdk="Microsoft.NET.Sdk"> - - <PropertyGroup> -- <TargetFramework>net6.0</TargetFramework> -+ <TargetFramework>net8.0</TargetFramework> - <GenerateDocumentationFile>true</GenerateDocumentationFile> - </PropertyGroup> - ---- a/test/FsAutoComplete.Tests.Lsp/TestCases/ExpectoTests/ExpectoTests.fsproj -+++ b/test/FsAutoComplete.Tests.Lsp/TestCases/ExpectoTests/ExpectoTests.fsproj -@@ -2,7 +2,7 @@ - - <PropertyGroup> - <OutputType>Exe</OutputType> -- <TargetFramework>net6.0</TargetFramework> -+ <TargetFramework>net8.0</TargetFramework> - <GenerateProgramFile>false</GenerateProgramFile> - </PropertyGroup> - ---- 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 @@ - <Project Sdk="Microsoft.NET.Sdk">
-
- <PropertyGroup>
-- <TargetFramework>net6.0</TargetFramework>
-+ <TargetFramework>net8.0</TargetFramework>
- </PropertyGroup>
-
- <ItemGroup>
---- 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 @@ - <Project Sdk="Microsoft.NET.Sdk">
-
- <PropertyGroup>
-- <TargetFramework>net6.0</TargetFramework>
-+ <TargetFramework>net8.0</TargetFramework>
- </PropertyGroup>
-
- <ItemGroup>
---- 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 @@ - <Project Sdk="Microsoft.NET.Sdk">
-
- <PropertyGroup>
-- <TargetFramework>net6.0</TargetFramework>
-+ <TargetFramework>net8.0</TargetFramework>
- </PropertyGroup>
-
- <ItemGroup>
---- a/test/FsAutoComplete.Tests.Lsp/TestCases/FoldingTests/FoldingTests.fsproj -+++ b/test/FsAutoComplete.Tests.Lsp/TestCases/FoldingTests/FoldingTests.fsproj -@@ -1,11 +1,11 @@ --<Project Sdk="Microsoft.NET.Sdk">
--
-- <PropertyGroup>
-- <TargetFramework>netstandard2.0</TargetFramework>
-- </PropertyGroup>
--
-- <ItemGroup>
-- <Compile Include="Library.fs" />
-- </ItemGroup>
--
--</Project>
-+<Project Sdk="Microsoft.NET.Sdk"> -+ -+ <PropertyGroup> -+ <TargetFramework>net8.0</TargetFramework> -+ </PropertyGroup> -+ -+ <ItemGroup> -+ <Compile Include="Library.fs" /> -+ </ItemGroup> -+ -+</Project> ---- a/test/FsAutoComplete.Tests.Lsp/TestCases/FsdnTest/BasicTest.fsproj -+++ b/test/FsAutoComplete.Tests.Lsp/TestCases/FsdnTest/BasicTest.fsproj -@@ -1,7 +1,7 @@ - <?xml version="1.0" encoding="utf-8"?> - <Project Sdk="Microsoft.NET.Sdk"> - <PropertyGroup> -- <TargetFramework>net6.0</TargetFramework> -+ <TargetFramework>net8.0</TargetFramework> - <IsPackable>false</IsPackable> - </PropertyGroup> - <ItemGroup> ---- a/test/FsAutoComplete.Tests.Lsp/TestCases/FullNameExternalAutocompleteTest/FullNameExternalAutocompleteTest.fsproj -+++ b/test/FsAutoComplete.Tests.Lsp/TestCases/FullNameExternalAutocompleteTest/FullNameExternalAutocompleteTest.fsproj -@@ -1,7 +1,7 @@ - <?xml version="1.0" encoding="utf-8"?> - <Project Sdk="Microsoft.NET.Sdk"> - <PropertyGroup> -- <TargetFramework>net6.0</TargetFramework> -+ <TargetFramework>net8.0</TargetFramework> - <IsPackable>false</IsPackable> - </PropertyGroup> - <ItemGroup> ---- a/test/FsAutoComplete.Tests.Lsp/TestCases/GoToTests/GoToTests.fsproj -+++ b/test/FsAutoComplete.Tests.Lsp/TestCases/GoToTests/GoToTests.fsproj -@@ -1,6 +1,6 @@ - <Project Sdk="Microsoft.NET.Sdk"> - <PropertyGroup> -- <TargetFramework>netstandard2.0</TargetFramework> -+ <TargetFramework>net8.0</TargetFramework> - </PropertyGroup> - <ItemGroup> - <Compile Include="Definition.fs" /> ---- a/test/FsAutoComplete.Tests.Lsp/TestCases/NUnitTests/NUnitTests.fsproj -+++ b/test/FsAutoComplete.Tests.Lsp/TestCases/NUnitTests/NUnitTests.fsproj -@@ -1,7 +1,7 @@ - <Project Sdk="Microsoft.NET.Sdk"> - - <PropertyGroup> -- <TargetFramework>net6.0</TargetFramework> -+ <TargetFramework>net8.0</TargetFramework> - - <IsPackable>false</IsPackable> - <GenerateProgramFile>false</GenerateProgramFile> ---- 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 @@ - <Project Sdk="Microsoft.NET.Sdk"> - - <PropertyGroup> -- <TargetFramework>net6.0</TargetFramework> -+ <TargetFramework>net8.0</TargetFramework> - <GenerateDocumentationFile>true</GenerateDocumentationFile> - </PropertyGroup> - ---- 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 @@ - <Project Sdk="Microsoft.NET.Sdk"> - - <PropertyGroup> -- <TargetFramework>net6.0</TargetFramework> -+ <TargetFramework>net8.0</TargetFramework> - <GenerateDocumentationFile>true</GenerateDocumentationFile> - </PropertyGroup> - ---- a/test/FsAutoComplete.Tests.Lsp/TestCases/RenameTest/SameProject/RenameTest.fsproj -+++ b/test/FsAutoComplete.Tests.Lsp/TestCases/RenameTest/SameProject/RenameTest.fsproj -@@ -2,7 +2,7 @@ - - <PropertyGroup> - <OutputType>Exe</OutputType> -- <TargetFramework>net6.0</TargetFramework> -+ <TargetFramework>net8.0</TargetFramework> - </PropertyGroup> - - <ItemGroup> ---- a/test/FsAutoComplete.Tests.Lsp/TestCases/ServerTests/Project/Project.fsproj -+++ b/test/FsAutoComplete.Tests.Lsp/TestCases/ServerTests/Project/Project.fsproj -@@ -2,7 +2,7 @@ -
- <PropertyGroup>
- <OutputType>Exe</OutputType>
-- <TargetFramework>net6.0</TargetFramework>
-+ <TargetFramework>net8.0</TargetFramework>
- </PropertyGroup>
-
- <ItemGroup>
---- a/test/FsAutoComplete.Tests.Lsp/TestCases/UnusedDeclarations/UnusedDeclarations.fsproj -+++ b/test/FsAutoComplete.Tests.Lsp/TestCases/UnusedDeclarations/UnusedDeclarations.fsproj -@@ -1,7 +1,7 @@ - <Project Sdk="Microsoft.NET.Sdk">
-
- <PropertyGroup>
-- <TargetFramework>net6.0</TargetFramework>
-+ <TargetFramework>net8.0</TargetFramework>
- </PropertyGroup>
-
- <ItemGroup>
---- a/test/FsAutoComplete.Tests.Lsp/TestCases/XUnitTests/XUnitTests.fsproj -+++ b/test/FsAutoComplete.Tests.Lsp/TestCases/XUnitTests/XUnitTests.fsproj -@@ -1,7 +1,7 @@ - <Project Sdk="Microsoft.NET.Sdk"> - - <PropertyGroup> -- <TargetFramework>net6.0</TargetFramework> -+ <TargetFramework>net8.0</TargetFramework> - - <IsPackable>false</IsPackable> - <GenerateProgramFile>false</GenerateProgramFile> ---- a/test/OptionAnalyzer/OptionAnalyzer.fsproj -+++ b/test/OptionAnalyzer/OptionAnalyzer.fsproj -@@ -1,6 +1,6 @@ - <Project Sdk="Microsoft.NET.Sdk"> - <PropertyGroup> -- <TargetFramework>net6.0</TargetFramework> -+ <TargetFramework>net8.0</TargetFramework> - </PropertyGroup> - <ItemGroup> - <ProjectReference Include="../../src/FsAutoComplete.Logging/FsAutoComplete.Logging.fsproj"> |