Auth redis test

This commit is contained in:
2020-05-09 23:40:35 -04:00
parent da26a320b4
commit 4d551a3bfc
5 changed files with 98 additions and 3 deletions

View File

@ -5,4 +5,8 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="StackExchange.Redis" Version="2.1.39" />
</ItemGroup>
</Project>