Skip to content

Commit 5c654c9

Browse files
Joseph ShookJoseph Shook
authored andcommitted
Fixup pack
1 parent 41f38bd commit 5c654c9

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

context/context.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,16 @@
2727
</PropertyGroup>
2828

2929
<ItemGroup>
30-
<None Include="docs\README.md" Pack="True" PackagePath="\" />
30+
<None Include="..\README.md" Pack="True" PackagePath="\" />
3131
<None Include="context.nuspec" />
3232
<None Include="NOTICE.md" />
3333
</ItemGroup>
3434

3535
<ItemGroup>
3636
<PackageReference Include="MimeKit" Version="3.1.1" />
3737
</ItemGroup>
38+
39+
<ItemGroup>
40+
<Folder Include="docs\" />
41+
</ItemGroup>
3842
</Project>

0 commit comments

Comments
 (0)