Skip to content

Commit

Permalink
[CON-2991] Downgrade stack exchange redis version to alleviate depend…
Browse files Browse the repository at this point in the history
…ency mismatch
  • Loading branch information
cofaulco committed Jan 19, 2021
1 parent 66bd53a commit 3351eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Shared/Recruit.Shared.Web/Recruit.Shared.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.1.3" />
<PackageReference Include="NWebsec.AspNetCore.Mvc.TagHelpers" Version="2.0.0" />
<PackageReference Include="SFA.DAS.VacancyServices.Wage" Version="1.0.13" />
<PackageReference Include="StackExchange.Redis" Version="2.2.4" />
<PackageReference Include="StackExchange.Redis" Version="2.1.30" />
<PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="2.2.5" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 3351eff

Please sign in to comment.