Skip to content

Commit 057ef6b

Browse files
committed
Keep release-notes.txt in the nuget package, but remove it from content-dependencies
1 parent 7a9ecbf commit 057ef6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Generates optimized IL code through resumable state machines, and comes with a c
3636
</PropertyGroup>
3737

3838
<ItemGroup>
39-
<Content Include="..\..\release-notes.txt" Link="release-notes.txt" />
39+
<None Include="..\..\release-notes.txt" Link="release-notes.txt" />
4040
<None Include="..\..\assets\taskseq-icon.png">
4141
<Pack>True</Pack>
4242
<PackagePath>\</PackagePath>

0 commit comments

Comments
 (0)