Skip to content

Commit

Permalink
Merge pull request #9 from NerosoftDev/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Codespilot authored Dec 22, 2023
2 parents 7a6a06e + 7b3cad9 commit c77a687
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Source/Starfish.Redis/Starfish.Redis.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,16 @@
<IsPackable>true</IsPackable>
<Title>Microsoft.Extensions.Configuration.Redis</Title>
<Description>Redis configuration provider implementation for Microsoft.Extensions.Configuration. It's enables you to read your application's settings from a specified Redis hash key.</Description>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration" />
<PackageReference Include="StackExchange.Redis" />
</ItemGroup>

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

</Project>

0 comments on commit c77a687

Please sign in to comment.