From d028a20ef9384e26d40dcc883d60885389bf4bd6 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Thu, 22 Aug 2024 07:48:35 +0200 Subject: dev-dotnet/fsautocomplete: remove unused patches Signed-off-by: Michael Mair-Keimberger Signed-off-by: Conrad Kostecki --- .../fsautocomplete-0.68.0-paket-dependencies.patch | 20 -- .../files/fsautocomplete-0.71.0-net8.0-only.patch | 395 --------------------- 2 files changed, 415 deletions(-) delete mode 100644 dev-dotnet/fsautocomplete/files/fsautocomplete-0.68.0-paket-dependencies.patch delete mode 100644 dev-dotnet/fsautocomplete/files/fsautocomplete-0.71.0-net8.0-only.patch (limited to 'dev-dotnet') 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 @@ - - - Exe -- net6.0;net7.0 -+ net8.0 - - - ---- a/build/build.fsproj -+++ b/build/build.fsproj -@@ -2,8 +2,8 @@ - - - Exe -- net7.0 -+ net8.0 - false - - - ---- 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 - - - -- cgit v1.2.3-65-gdbad