Skip to content

Commit

Permalink
Merge pull request #78 from CurrencyCloud/dependabot/nuget/Examples/C…
Browse files Browse the repository at this point in the history
…ookbook/Newtonsoft.Json-13.0.1

Bump Newtonsoft.Json from 12.0.2 to 13.0.1 in /Examples/Cookbook
  • Loading branch information
jonathancouchman authored Jul 21, 2022
2 parents 7eed9bb + b61c61b commit ed0a313
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Examples/Cookbook/Cookbook.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
<HintPath>..\packages\CurrencyCloud.5.3.5\lib\net45\CurrencyCloud.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed">
<HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed">
<HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Polly, Version=7.0.0.0, Culture=neutral, PublicKeyToken=c8a3ffc3f8f825cc">
Expand Down Expand Up @@ -87,4 +87,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>
2 changes: 1 addition & 1 deletion Examples/Cookbook/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package id="CurrencyCloud" version="5.3.5" targetFramework="net45" />
<package id="Microsoft.NETCore.Platforms" version="2.2.2" targetFramework="net45" />
<package id="NETStandard.Library" version="2.0.3" targetFramework="net45" />
<package id="Newtonsoft.Json" version="12.0.2" targetFramework="net45" />
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net45" />
<package id="NuGet.Build.Tasks.Pack" version="5.2.0" targetFramework="net45" developmentDependency="true" />
<package id="Polly" version="7.1.0" targetFramework="net45" />
<package id="System.Net.Http" version="4.3.4" targetFramework="net45" />
Expand Down

0 comments on commit ed0a313

Please sign in to comment.