Skip to content

Commit

Permalink
Merge pull request #406 from microsoft/personal/yankhuan/bump-depende…
Browse files Browse the repository at this point in the history
…ncy-version

Bump Newtonsoft.Json from 12.0.3 to 13.0.1 in src/Microsoft.Health.Fhir.TemplateManagement/Microsoft.Health.Fhir.Liquid.Converter.nuspec
  • Loading branch information
yankunhuang-pku authored Jun 27, 2022
2 parents a4a3ea7 + e176733 commit 08868a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions GeoPol.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<!-- Use back slash \ to indicate folder path e.g. src\external\ -->
<ExcludeFolder>.gitignore</ExcludeFolder>
<ExcludeFolder>GeoPol.xml</ExcludeFolder>
<ExcludeFolder>data\</ExcludeFolder>
<!-- 3rd Party Libraries section below -->
</Component>
</GeoPol_Folders>
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<dependency id="Microsoft.Extensions.Logging" version="3.1.9" exclude="Build,Analyzers" />
<dependency id="Microsoft.Extensions.Logging.Abstractions" version="3.1.9" exclude="Build,Analyzers" />
<dependency id="Microsoft.Extensions.Options" version="5.0.0" exclude="Build,Analyzers" />
<dependency id="Newtonsoft.Json" version="12.0.3" exclude="Build,Analyzers" />
<dependency id="Newtonsoft.Json" version="13.0.1" exclude="Build,Analyzers" />
<dependency id="SharpCompress" version="0.29.0" exclude="Build,Analyzers" />
<dependency id="StyleCop.Analyzers" version="1.1.118" exclude="Build,Analyzers" />
<dependency id="System.Runtime" version="4.3.1" exclude="Build,Analyzers" />
Expand Down

0 comments on commit 08868a5

Please sign in to comment.