Skip to content

Commit 775d421

Browse files
committed
Update FSharp.Core to content false
1 parent a9ab5b3 commit 775d421

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

paket.dependencies

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@ framework: net80, netstandard20, netstandard21
77
nuget Dotnet.ReproducibleBuilds copy_local: true
88

99
nuget Unquote ~> 6.1.0
10-
nuget FSharp.Core >= 4.7.2 lowest_matching: true
10+
11+
# NOTE re `content: false`
12+
# Workaround for malformed FSharp.Core packages https://github.com/dotnet/fsharp/issues/12706 via https://github.com/fsprojects/Paket/issues/4149
13+
# Removal triggers issues in dotnet publish, e.g. for Lambda projects
14+
# Also avoids Rider search finding stuff in FSharp.Core.xml
15+
nuget FSharp.Core >= 4.7.2 content: false, lowest_matching: true
1116

1217
nuget AWSSDK.DynamoDBv2 ~> 3.7.5
1318

paket.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,26 @@ NUGET
66
Microsoft.Bcl.AsyncInterfaces (>= 1.1) - restriction: || (&& (== net8.0) (< netcoreapp3.1)) (== netstandard2.0) (== netstandard2.1)
77
AWSSDK.DynamoDBv2 (3.7.300.11)
88
AWSSDK.Core (>= 3.7.300.11 < 4.0)
9-
DotNet.ReproducibleBuilds (1.1.1)
9+
DotNet.ReproducibleBuilds (1.1.1) - copy_local: true
1010
Microsoft.SourceLink.AzureRepos.Git (>= 1.1.1)
1111
Microsoft.SourceLink.Bitbucket.Git (>= 1.1.1)
1212
Microsoft.SourceLink.GitHub (>= 1.1.1)
1313
Microsoft.SourceLink.GitLab (>= 1.1.1)
1414
FSharp.Core (4.7.2)
1515
Microsoft.Bcl.AsyncInterfaces (8.0) - restriction: || (&& (== net8.0) (< netcoreapp3.1)) (== netstandard2.0) (== netstandard2.1)
1616
System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (&& (== net8.0) (>= net462)) (&& (== net8.0) (< netstandard2.1)) (== netstandard2.0) (&& (== netstandard2.1) (>= net462))
17-
Microsoft.Build.Tasks.Git (8.0)
18-
Microsoft.SourceLink.AzureRepos.Git (8.0)
17+
Microsoft.Build.Tasks.Git (8.0) - copy_local: true
18+
Microsoft.SourceLink.AzureRepos.Git (8.0) - copy_local: true
1919
Microsoft.Build.Tasks.Git (>= 8.0)
2020
Microsoft.SourceLink.Common (>= 8.0)
21-
Microsoft.SourceLink.Bitbucket.Git (8.0)
21+
Microsoft.SourceLink.Bitbucket.Git (8.0) - copy_local: true
2222
Microsoft.Build.Tasks.Git (>= 8.0)
2323
Microsoft.SourceLink.Common (>= 8.0)
24-
Microsoft.SourceLink.Common (8.0)
25-
Microsoft.SourceLink.GitHub (8.0)
24+
Microsoft.SourceLink.Common (8.0) - copy_local: true
25+
Microsoft.SourceLink.GitHub (8.0) - copy_local: true
2626
Microsoft.Build.Tasks.Git (>= 8.0)
2727
Microsoft.SourceLink.Common (>= 8.0)
28-
Microsoft.SourceLink.GitLab (8.0)
28+
Microsoft.SourceLink.GitLab (8.0) - copy_local: true
2929
Microsoft.Build.Tasks.Git (>= 8.0)
3030
Microsoft.SourceLink.Common (>= 8.0)
3131
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))

0 commit comments

Comments
 (0)