Skip to content

Commit

Permalink
Merge pull request #2415 from OmniSharp/dependabot/nuget/test-assets/…
Browse files Browse the repository at this point in the history
…test-projects/NetStandardAndNetCoreApp/Newtonsoft.Json-13.0.1

Bump Newtonsoft.Json from 7.0.1 to 13.0.1 in /test-assets/test-projects/NetStandardAndNetCoreApp
  • Loading branch information
filipw authored Jun 29, 2022
2 parents f4705ad + 93de83b commit d086e5b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.1'">
<PackageReference Include="Microsoft.NETCore.App" />
<PackageReference Include="Newtonsoft.Json">
<Version>7.0.1</Version>
<Version>13.0.1</Version>
</PackageReference>
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard1.5'">
<PackageReference Include="NETStandard.Library">
<Version>1.6.0</Version>
</PackageReference>
<PackageReference Include="Newtonsoft.Json">
<Version>9.0.1</Version>
<Version>13.0.1</Version>
</PackageReference>
</ItemGroup>
</Project>

0 comments on commit d086e5b

Please sign in to comment.