Skip to content

Commit 3a372e2

Browse files
Bump Microsoft.AspNetCore.Mvc.NewtonsoftJson and Newtonsoft.Json
Bumps [Microsoft.AspNetCore.Mvc.NewtonsoftJson](https://github.com/dotnet/aspnetcore) and [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json). These dependencies needed to be updated together. Updates `Microsoft.AspNetCore.Mvc.NewtonsoftJson` from 9.0.2 to 9.0.3 - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](dotnet/aspnetcore@v9.0.2...v9.0.3) Updates `Newtonsoft.Json` from 13.0.3 to 13.0.3 - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](JamesNK/Newtonsoft.Json@13.0.3...13.0.3) --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Mvc.NewtonsoftJson dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Newtonsoft.Json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent efd3b47 commit 3a372e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Analogy.LogServer/Analogy.LogServer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<PackageReference Include="Serilog.Sinks.File" Version="6.0.0" />
4444
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.2" />
4545
<PackageReference Include="Microsoft.AspNetCore.Hosting.WindowsServices" Version="9.0.2" />
46-
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="9.0.2" />
46+
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="9.0.3" />
4747
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="9.0.2" />
4848
<PackageReference Include="Microsoft.Extensions.Hosting.WindowsServices" Version="9.0.1" />
4949
</ItemGroup>

0 commit comments

Comments
 (0)