Skip to content

Commit

Permalink
Add PackageReadmeFile.
Browse files Browse the repository at this point in the history
  • Loading branch information
peymanr34 committed Oct 9, 2024
1 parent e087a51 commit cf9ba45
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
<PropertyGroup>
<Authors>Peyman Mohammadi</Authors>
<Copyright>© 2022 Peyman Mohammadi</Copyright>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageId>MovieCollection.TheMovieDatabase</PackageId>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageTags>movie; series; api; wrapper; tmdb</PackageTags>
Expand All @@ -48,6 +49,10 @@
<PackageProjectUrl>https://github.com/moviecollection/the-movie-database</PackageProjectUrl>
</PropertyGroup>

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

<ItemGroup Condition=" '$(TargetFramework)' == 'net48' ">
<Reference Include="System.Net.Http" />
</ItemGroup>
Expand Down

0 comments on commit cf9ba45

Please sign in to comment.