We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65d8898 + f35bbd8 commit a057959Copy full SHA for a057959
1 file changed
src/FSharp.Control.TaskSeq/FSharp.Control.TaskSeq.fsproj
@@ -25,6 +25,10 @@ Generates optimized IL code through resumable state machines, and comes with a c
25
<PackageTags>taskseq;f#;fsharp;asyncseq;seq;sequences;sequential;threading;computation expression;IAsyncEnumerable;task;async;iteration</PackageTags>
26
<IncludeSymbols>True</IncludeSymbols>
27
<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> -->
32
</PropertyGroup>
33
34
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
0 commit comments