Skip to content

Commit a4354e2

Browse files
#148 add readme to project (#149)
1 parent be75f31 commit a4354e2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Namotion.Reflection/Namotion.Reflection.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,16 @@
1212
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1313
<Description>.NET library with advanced reflection APIs like XML documentation reading, Null Reference Types (C# 8) reflection and string based type checks.</Description>
1414
<PackageProjectUrl>https://github.com/RicoSuter/Namotion.Reflection</PackageProjectUrl>
15+
<PackageReadmeFile>README.md</PackageReadmeFile>
1516
</PropertyGroup>
1617
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
1718
<PackageReference Include="Microsoft.CSharp" />
1819
</ItemGroup>
1920
<ItemGroup Condition="'$(TargetFramework)' == 'net462'">
2021
<Reference Include="Microsoft.CSharp" />
2122
</ItemGroup>
23+
24+
<ItemGroup>
25+
<None Include="..\README.md" Pack="true" PackagePath="\" />
26+
</ItemGroup>
2227
</Project>

0 commit comments

Comments
 (0)