Skip to content

Commit

Permalink
Remove readme from package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed Apr 27, 2023
1 parent 784ad59 commit c3c786b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions PolyShim/PolyShim.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,12 @@
<PackageTags>polyfill shims compat compatibility</PackageTags>
<PackageProjectUrl>https://github.com/Tyrrrz/PolyShim</PackageProjectUrl>
<PackageReleaseNotes>https://github.com/Tyrrrz/PolyShim/blob/master/Changelog.md</PackageReleaseNotes>
<PackageReadmeFile>Readme.md</PackageReadmeFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<DevelopmentDependency>true</DevelopmentDependency>
</PropertyGroup>

<ItemGroup>
<None Include="../Readme.md" Pack="true" PackagePath="" Visible="false" />
<Content Include="PolyShim.props" Pack="true" PackagePath="build" />
<Content Include="PolyShim.targets" Pack="true" PackagePath="build" />
<Content Include="**/*.cs" Pack="true" PackagePath="contentFiles/cs/any/PolyShim" Visible="false" BuildAction="compile" />
Expand Down

0 comments on commit c3c786b

Please sign in to comment.