From 1ac2e1af571c4d789e81780ea8949a379eb34998 Mon Sep 17 00:00:00 2001 From: Ruben Bartelink Date: Wed, 10 Apr 2024 06:59:49 +0100 Subject: [PATCH] Update FSharp.Core to content false --- paket.dependencies | 7 ++++++- paket.lock | 14 +++++++------- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/paket.dependencies b/paket.dependencies index 1944719..e67a48e 100644 --- a/paket.dependencies +++ b/paket.dependencies @@ -7,7 +7,12 @@ framework: net80, netstandard20, netstandard21 nuget Dotnet.ReproducibleBuilds copy_local: true nuget Unquote ~> 6.1.0 -nuget FSharp.Core >= 4.7.2 lowest_matching: true + +# NOTE re `content: false` +# Workaround for malformed FSharp.Core packages https://github.com/dotnet/fsharp/issues/12706 via https://github.com/fsprojects/Paket/issues/4149 +# Removal triggers issues in dotnet publish, e.g. for Lambda projects +# Also avoids Rider search finding stuff in FSharp.Core.xml +nuget FSharp.Core >= 4.7.2 content: false, lowest_matching: true nuget AWSSDK.DynamoDBv2 ~> 3.7.5 diff --git a/paket.lock b/paket.lock index 2e93481..30e98b1 100644 --- a/paket.lock +++ b/paket.lock @@ -6,7 +6,7 @@ NUGET Microsoft.Bcl.AsyncInterfaces (>= 1.1) - restriction: || (&& (== net8.0) (< netcoreapp3.1)) (== netstandard2.0) (== netstandard2.1) AWSSDK.DynamoDBv2 (3.7.300.11) AWSSDK.Core (>= 3.7.300.11 < 4.0) - DotNet.ReproducibleBuilds (1.1.1) + DotNet.ReproducibleBuilds (1.1.1) - copy_local: true Microsoft.SourceLink.AzureRepos.Git (>= 1.1.1) Microsoft.SourceLink.Bitbucket.Git (>= 1.1.1) Microsoft.SourceLink.GitHub (>= 1.1.1) @@ -14,18 +14,18 @@ NUGET FSharp.Core (4.7.2) Microsoft.Bcl.AsyncInterfaces (8.0) - restriction: || (&& (== net8.0) (< netcoreapp3.1)) (== netstandard2.0) (== netstandard2.1) System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (&& (== net8.0) (>= net462)) (&& (== net8.0) (< netstandard2.1)) (== netstandard2.0) (&& (== netstandard2.1) (>= net462)) - Microsoft.Build.Tasks.Git (8.0) - Microsoft.SourceLink.AzureRepos.Git (8.0) + Microsoft.Build.Tasks.Git (8.0) - copy_local: true + Microsoft.SourceLink.AzureRepos.Git (8.0) - copy_local: true Microsoft.Build.Tasks.Git (>= 8.0) Microsoft.SourceLink.Common (>= 8.0) - Microsoft.SourceLink.Bitbucket.Git (8.0) + Microsoft.SourceLink.Bitbucket.Git (8.0) - copy_local: true Microsoft.Build.Tasks.Git (>= 8.0) Microsoft.SourceLink.Common (>= 8.0) - Microsoft.SourceLink.Common (8.0) - Microsoft.SourceLink.GitHub (8.0) + Microsoft.SourceLink.Common (8.0) - copy_local: true + Microsoft.SourceLink.GitHub (8.0) - copy_local: true Microsoft.Build.Tasks.Git (>= 8.0) Microsoft.SourceLink.Common (>= 8.0) - Microsoft.SourceLink.GitLab (8.0) + Microsoft.SourceLink.GitLab (8.0) - copy_local: true Microsoft.Build.Tasks.Git (>= 8.0) Microsoft.SourceLink.Common (>= 8.0) System.Runtime.CompilerServices.Unsafe (6.0) - restriction: || (&& (== net8.0) (>= net461)) (&& (== net8.0) (>= net462)) (&& (== net8.0) (< netcoreapp2.1) (< netstandard2.1)) (&& (== net8.0) (< netstandard1.0)) (&& (== net8.0) (< netstandard2.0)) (&& (== net8.0) (>= wp8)) (== netstandard2.0) (&& (== netstandard2.1) (>= net462))