Skip to content

Commit 5c19eef

Browse files
committed
Fix issue StackExchange.Redis strongname
1 parent b1de7f8 commit 5c19eef

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/BuildingBlocks/DataProtection/DataProtection/DataProtection.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<ItemGroup>
99
<PackageReference Include="Microsoft.AspNetCore.DataProtection" Version="1.1.2" />
10-
<PackageReference Include="StackExchange.Redis" Version="1.2.6" />
10+
<PackageReference Include="StackExchange.Redis.StrongName" Version="1.2.4" />
1111
</ItemGroup>
1212

1313
</Project>

test/Services/IntegrationTests/IntegrationTests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="2.0.0" />
5151
<PackageReference Include="Microsoft.DotNet.InternalAbstractions" Version="1.0.0" />
5252
<PackageReference Include="xunit" Version="2.3.0" />
53+
<PackageReference Include="StackExchange.Redis.strongname" Version="1.2.4" />
5354
</ItemGroup>
5455

5556
<ItemGroup>

0 commit comments

Comments
 (0)