Fix issue StackExchange.Redis strongname

This commit is contained in:
Ramón Tomás 2017-10-23 12:49:45 +02:00
parent b1de7f8b7c
commit 5c19eef316
2 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.DataProtection" Version="1.1.2" />
<PackageReference Include="StackExchange.Redis" Version="1.2.6" />
<PackageReference Include="StackExchange.Redis.StrongName" Version="1.2.4" />
</ItemGroup>
</Project>

View File

@ -50,6 +50,7 @@
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="2.0.0" />
<PackageReference Include="Microsoft.DotNet.InternalAbstractions" Version="1.0.0" />
<PackageReference Include="xunit" Version="2.3.0" />
<PackageReference Include="StackExchange.Redis.strongname" Version="1.2.4" />
</ItemGroup>
<ItemGroup>