Skip to content

Commit

Permalink
Merged Pull Request '#13 nuget-readme->main : Add PackageReadmeFile.'
Browse files Browse the repository at this point in the history
Add `PackageReadmeFile`.
  • Loading branch information
Automation51D authored Feb 14, 2024
2 parents fd82f4b + 1fb5d11 commit b7f870f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions FiftyOne.Caching/FiftyOne.Caching.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,21 @@
<PackageTags>51degrees,cache,caching,lru</PackageTags>
<RepositoryUrl>https://github.com/51Degrees/caching-dotnet</RepositoryUrl>
<PackageProjectUrl>https://51degrees.com</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>

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

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.4" />
</ItemGroup>
Expand Down

0 comments on commit b7f870f

Please sign in to comment.