Browse Source

Fix issue StackExchange.Redis strongname

pull/380/head
Ramón Tomás 7 years ago
parent
commit
5c19eef316
2 changed files with 2 additions and 1 deletions
  1. +1
    -1
      src/BuildingBlocks/DataProtection/DataProtection/DataProtection.csproj
  2. +1
    -0
      test/Services/IntegrationTests/IntegrationTests.csproj

+ 1
- 1
src/BuildingBlocks/DataProtection/DataProtection/DataProtection.csproj View File

@ -7,7 +7,7 @@
<ItemGroup> <ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.DataProtection" Version="1.1.2" /> <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> </ItemGroup>
</Project> </Project>

+ 1
- 0
test/Services/IntegrationTests/IntegrationTests.csproj View File

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


Loading…
Cancel
Save