Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

Commit

Permalink
add redis
Browse files Browse the repository at this point in the history
  • Loading branch information
0xdeafcafe committed Apr 27, 2020
1 parent 7526246 commit 65cb9b9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions dotnet/Branch.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Crpc" Version="1.0.0" />
<PackageReference Include="PuppeteerSharp" Version="2.0.3" />
<ItemGroup>
<PackageReference Include="Crpc" Version="1.1.3" />
<PackageReference Include="PuppeteerSharp" Version="2.0.3" />
<PackageReference Include="ServiceStack.Redis.Core" Version="5.8.0" />
</ItemGroup>

</Project>

0 comments on commit 65cb9b9

Please sign in to comment.