Skip to content

Commit

Permalink
#148 add readme to project (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
thompson-tomo committed Apr 4, 2024
1 parent be75f31 commit a4354e2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Namotion.Reflection/Namotion.Reflection.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,16 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Description>.NET library with advanced reflection APIs like XML documentation reading, Null Reference Types (C# 8) reflection and string based type checks.</Description>
<PackageProjectUrl>https://github.com/RicoSuter/Namotion.Reflection</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
<PackageReference Include="Microsoft.CSharp" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net462'">
<Reference Include="Microsoft.CSharp" />
</ItemGroup>

<ItemGroup>
<None Include="..\README.md" Pack="true" PackagePath="\" />
</ItemGroup>
</Project>

0 comments on commit a4354e2

Please sign in to comment.