Skip to content

Commit

Permalink
Link LICENSE and README.md files in csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen-Krueger committed Jan 9, 2024
1 parent dac53a7 commit 63d4392
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/Redis.Sidecar.Cache.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,15 @@
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
</ItemGroup>

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

</Project>

0 comments on commit 63d4392

Please sign in to comment.