Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.

Commit

Permalink
Merge pull request #10 from fintermobilityas/dependabot/nuget/StackEx…
Browse files Browse the repository at this point in the history
…change.Redis-2.1.58

Bump StackExchange.Redis from 2.1.55 to 2.1.58
  • Loading branch information
peters authored Sep 15, 2020
2 parents 6dace40 + dabd83f commit 25cc675
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="StackExchange.Redis" Version="2.1.55" />
<PackageReference Include="StackExchange.Redis" Version="2.1.58" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/BrakePedal.NETStandard.Redis/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="StackExchange.Redis" version="1.0.488" targetFramework="net45" />
<package id="StackExchange.Redis" version="2.1.58" targetFramework="net45" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="5.10.3" />
<PackageReference Include="StackExchange.Redis" Version="2.1.55" />
<PackageReference Include="StackExchange.Redis" Version="2.1.58" />
<PackageReference Include="NSubstitute" Version="4.2.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.1" />
<PackageReference Include="xunit" Version="2.4.1" />
Expand Down
2 changes: 1 addition & 1 deletion src/BrakePedal.NETStandard.Tests/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<packages>
<package id="FluentAssertions" version="3.1.229" targetFramework="net45" />
<package id="NSubstitute" version="4.2.2" targetFramework="net45" />
<package id="StackExchange.Redis" version="1.0.297" targetFramework="net45" />
<package id="StackExchange.Redis" version="2.1.58" targetFramework="net45" />
<package id="xunit" version="2.0.0" targetFramework="net45" />
<package id="xunit.abstractions" version="2.0.3" targetFramework="net45" />
<package id="xunit.assert" version="2.4.1" targetFramework="net45" />
Expand Down

0 comments on commit 25cc675

Please sign in to comment.