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 #9 from fintermobilityas/dependabot/nuget/NSubstit…
Browse files Browse the repository at this point in the history
…ute-4.2.2

Bump NSubstitute from 4.2.1 to 4.2.2
  • Loading branch information
peters authored Jun 17, 2020
2 parents 926b388 + 09b3033 commit 8add4e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<ItemGroup>
<PackageReference Include="FluentAssertions" Version="5.10.3" />
<PackageReference Include="StackExchange.Redis" Version="2.1.55" />
<PackageReference Include="NSubstitute" Version="4.2.1" />
<PackageReference Include="NSubstitute" Version="4.2.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.2">
Expand Down
2 changes: 1 addition & 1 deletion src/BrakePedal.NETStandard.Tests/packages.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="FluentAssertions" version="3.1.229" targetFramework="net45" />
<package id="NSubstitute" version="1.7.2.0" targetFramework="net45" />
<package id="NSubstitute" version="4.2.2" targetFramework="net45" />
<package id="StackExchange.Redis" version="1.0.297" targetFramework="net45" />
<package id="xunit" version="2.0.0" targetFramework="net45" />
<package id="xunit.abstractions" version="2.0.3" targetFramework="net45" />
Expand Down

0 comments on commit 8add4e2

Please sign in to comment.