File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ McMaster.Extensions.CommandLineUtils.ArgumentEscaper
1919 A community-maintained fork of Microsoft.Extensions.CommandLineUtils, plus many enhancements.
2020 </PackageDescription >
2121 <PackageTags >commandline;parsing</PackageTags >
22+ <PackageReadmeFile >README.md</PackageReadmeFile >
2223 </PropertyGroup >
2324
2425 <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0' OR '$(TargetFramework)' == 'netstandard2.1'" >
@@ -31,4 +32,8 @@ McMaster.Extensions.CommandLineUtils.ArgumentEscaper
3132 <PackageReference Include =" System.ValueTuple" Version =" 4.5.0" />
3233 </ItemGroup >
3334
35+ <ItemGroup >
36+ <None Include =" ..\..\README.md" Pack =" true" PackagePath =" \" />
37+ </ItemGroup >
38+
3439</Project >
You can’t perform that action at this time.
0 commit comments