Skip to content

Commit

Permalink
Merge pull request #263 from mariotoffia/dependabot/nuget/Ductus.Flue…
Browse files Browse the repository at this point in the history
…ntDocker/Newtonsoft.Json-13.0.1

Bump Newtonsoft.Json from 9.0.1 to 13.0.1 in /Ductus.FluentDocker
  • Loading branch information
mariotoffia authored Jun 23, 2022
2 parents 72cec83 + ef04f8f commit 625be7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Ductus.FluentDocker/Ductus.FluentDocker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="SharpCompress" Version="0.29.0" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework'">
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/global",
"sdk": {
"version": "5.0.200",
"version": "6.0.100",
"allowPrerelease": false,
"rollForward": "latestMinor"
}
Expand Down

0 comments on commit 625be7e

Please sign in to comment.