Skip to content

Commit

Permalink
Merge pull request #760 from Fody/dependabot/nuget/Newtonsoft.Json-12…
Browse files Browse the repository at this point in the history
….0.3
  • Loading branch information
dependabot-preview[bot] committed Nov 11, 2019
2 parents 680ac94 + de768f3 commit b1aec2b
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 @@ -22,7 +22,7 @@
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
<PackageReference Include="Xunit.ApprovalTests" Version="4.3.0" />
<Reference Include="Microsoft.CSharp" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<ProjectReference Include="..\DummyAssembly\DummyAssembly.csproj" />
<ProjectReference Include="..\FodyCommon\FodyCommon.csproj" />
<ProjectReference Include="..\FodyHelpers\FodyHelpers.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion Tests/Tests.csproj
Expand Up @@ -18,7 +18,7 @@
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
<PackageReference Include="Xunit.ApprovalTests" Version="4.3.0" />
<Reference Include="Microsoft.CSharp" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<ProjectReference Include="..\DummyAssembly\DummyAssembly.csproj" />
<ProjectReference Include="..\FodyCommon\FodyCommon.csproj" />
<ProjectReference Include="..\FodyHelpers\FodyHelpers.csproj" />
Expand Down

0 comments on commit b1aec2b

Please sign in to comment.