We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41f38bd commit 5c654c9Copy full SHA for 5c654c9
1 file changed
context/context.csproj
@@ -27,12 +27,16 @@
27
</PropertyGroup>
28
29
<ItemGroup>
30
- <None Include="docs\README.md" Pack="True" PackagePath="\" />
+ <None Include="..\README.md" Pack="True" PackagePath="\" />
31
<None Include="context.nuspec" />
32
<None Include="NOTICE.md" />
33
</ItemGroup>
34
35
36
<PackageReference Include="MimeKit" Version="3.1.1" />
37
38
+
39
+ <ItemGroup>
40
+ <Folder Include="docs\" />
41
+ </ItemGroup>
42
</Project>
0 commit comments