Skip to content

Commit 3781912

Browse files
authored
Update Directory.Build.props
1 parent 10614ce commit 3781912

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Directory.Build.props

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<DebugType>embedded</DebugType>
1313
<SignAssembly>true</SignAssembly>
1414
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)key.snk</AssemblyOriginatorKeyFile>
15+
<PackageReadmeFile>README.md</PackageReadmeFile>
1516

1617
<!-- By default, NuGet doesn't include portable PDBs in nupkg. -->
1718
<!-- As I'm not producing a separate symbol package (*.snupkg), I want portable PDBs to be included. -->
@@ -32,4 +33,9 @@
3233
<ItemGroup>
3334
<GlobalPackageReference Include="PolySharp" Version="1.15.0" />
3435
</ItemGroup>
36+
37+
<ItemGroup>
38+
<None Include="README.md" Pack="true" PackagePath="\" />
39+
</ItemGroup>
40+
3541
</Project>

0 commit comments

Comments
 (0)