Skip to content

Commit

Permalink
Merge pull request #267 from Somfic/dependabot/nuget/Newtonsoft.Json-…
Browse files Browse the repository at this point in the history
…13.0.3

Bump Newtonsoft.Json from 13.0.1 to 13.0.3
  • Loading branch information
Somfic authored Jan 27, 2024
2 parents 346228e + 4b67067 commit d00ffe8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EliteAPI.Web/EliteAPI.Web.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
Expand All @@ -15,7 +15,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.Http" Version="6.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Somfic.Common" Version="0.1.3" />
</ItemGroup>
</Project>

0 comments on commit d00ffe8

Please sign in to comment.