Skip to content

Commit 3a5fe58

Browse files
committed
fix(Packaging): Workaround erroneous xmldoc in FSharp.Core
1 parent d088226 commit 3a5fe58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

paket.dependencies

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source https://api.nuget.org/v3/index.json
33
storage: none
44
lowest_matching: true
55
strategy: min
6-
nuget FSharp.Core >= 6.0.1
6+
nuget FSharp.Core >= 6.0.1 content: none
77
nuget Hopac >= 0.5.1
88
nuget FSharp.Control.AsyncSeq >= 3.2.1
99
nuget Fable.Core >= 4.2.0
@@ -40,7 +40,7 @@ nuget BenchmarkDotNet.Diagnostics.Windows 0.13.1
4040
group Build
4141
source https://api.nuget.org/v3/index.json
4242
storage: none
43-
nuget FSharp.Core
43+
nuget FSharp.Core content: none
4444
nuget Fake.Core.Target 5.22.0
4545
nuget Fake.DotNet.Cli 5.22.0
4646
nuget Fake.Core.ReleaseNotes 5.22.0

0 commit comments

Comments
 (0)