Skip to content

Commit

Permalink
Merge pull request #762 from Fody/dependabot/nuget/Xunit.ApprovalTest…
Browse files Browse the repository at this point in the history
…s-4.5.0
  • Loading branch information
dependabot-preview[bot] committed Nov 12, 2019
2 parents 83b3b3f + 61b5942 commit c2b2232
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FodyHelpers.Tests/FodyHelpers.Tests.csproj
Expand Up @@ -20,7 +20,7 @@
<PackageReference Include="ObjectApproval" Version="11.2.0" />
<PackageReference Include="Xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
<PackageReference Include="Xunit.ApprovalTests" Version="4.3.0" />
<PackageReference Include="Xunit.ApprovalTests" Version="4.5.0" />
<Reference Include="Microsoft.CSharp" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<ProjectReference Include="..\DummyAssembly\DummyAssembly.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion Tests/Tests.csproj
Expand Up @@ -16,7 +16,7 @@
<PackageReference Include="ObjectApproval" Version="11.2.0" />
<PackageReference Include="Xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
<PackageReference Include="Xunit.ApprovalTests" Version="4.3.0" />
<PackageReference Include="Xunit.ApprovalTests" Version="4.5.0" />
<Reference Include="Microsoft.CSharp" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<ProjectReference Include="..\DummyAssembly\DummyAssembly.csproj" />
Expand Down

0 comments on commit c2b2232

Please sign in to comment.