Skip to content

Commit

Permalink
Bundle the README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
natemcmaster committed Dec 27, 2021
1 parent e4e124b commit a360087
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ McMaster.Extensions.CommandLineUtils.ArgumentEscaper
A community-maintained fork of Microsoft.Extensions.CommandLineUtils, plus many enhancements.
</PackageDescription>
<PackageTags>commandline;parsing</PackageTags>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0' OR '$(TargetFramework)' == 'netstandard2.1'">
Expand All @@ -31,4 +32,8 @@ McMaster.Extensions.CommandLineUtils.ArgumentEscaper
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
</ItemGroup>

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

</Project>

0 comments on commit a360087

Please sign in to comment.