Skip to content

Commit a057959

Browse files
authored
Merge pull request #315 from fsprojects/repo-assist/eng-package-validation-2026-03-5f77cbb7e5aed611
[Repo Assist] eng: enable package validation (#259)
2 parents 65d8898 + f35bbd8 commit a057959

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/FSharp.Control.TaskSeq/FSharp.Control.TaskSeq.fsproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ Generates optimized IL code through resumable state machines, and comes with a c
2525
<PackageTags>taskseq;f#;fsharp;asyncseq;seq;sequences;sequential;threading;computation expression;IAsyncEnumerable;task;async;iteration</PackageTags>
2626
<IncludeSymbols>True</IncludeSymbols>
2727
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
28+
<!-- Validate package structure and (when PackageValidationBaselineVersion is set) binary compatibility -->
29+
<EnablePackageValidation>true</EnablePackageValidation>
30+
<!-- Set this to the last published version to enforce binary compatibility, e.g. 0.4.0 -->
31+
<!-- <PackageValidationBaselineVersion>0.4.0</PackageValidationBaselineVersion> -->
2832
</PropertyGroup>
2933

3034
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

0 commit comments

Comments
 (0)