Skip to content

Commit

Permalink
Bump Newtonsoft.Json from 9.0.1 to 13.0.1 in /SchedulerWPF/SchedulerWPF
Browse files Browse the repository at this point in the history
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 9.0.1 to 13.0.1.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@9.0.1...13.0.1)

---
updated-dependencies:
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent 43087cd commit ca5327b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions SchedulerWPF/SchedulerWPF/SchedulerWPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@
<Reference Include="Microsoft.Xaml.Behaviors, Version=1.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Xaml.Behaviors.Wpf.1.1.19\lib\net45\Microsoft.Xaml.Behaviors.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.9.0.1\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="PresentationCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Xaml.4.0.0.1\lib\PresentationCore.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion SchedulerWPF/SchedulerWPF/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package id="DocumentFormat.OpenXml" version="2.11.3" targetFramework="net451" />
<package id="Microsoft.Xaml" version="4.0.0.1" targetFramework="net451" />
<package id="Microsoft.Xaml.Behaviors.Wpf" version="1.1.19" targetFramework="net451" />
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net451" />
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net451" />
<package id="Syncfusion.Licensing" version="18.3.0.47" targetFramework="net451" />
<package id="Syncfusion.SfInput.WPF" version="18.3.0.47" targetFramework="net451" />
<package id="Syncfusion.SfScheduler.WPF" version="18.3.0.47" targetFramework="net451" />
Expand Down

0 comments on commit ca5327b

Please sign in to comment.