Skip to content

Commit

Permalink
build(deps): Bump Microsoft.AspNetCore.Mvc.NewtonsoftJson
Browse files Browse the repository at this point in the history
Bumps [Microsoft.AspNetCore.Mvc.NewtonsoftJson](https://github.com/dotnet/aspnetcore) from 6.0.3 to 6.0.28.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v6.0.3...v6.0.28)

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Mvc.NewtonsoftJson
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 18, 2024
1 parent 553f3df commit 0861a68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<PackageReference Include="PortingAssistant.Client.Client" Version="2.14.9-alpha-gda76b80968" />
<PackageReference Include="PortingAssistant.Client.Telemetry" Version="2.14.9-alpha-gda76b80968" />
<PackageReference Include="Serilog" Version="2.12.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.3" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.28" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\PortingAssistant.Telemetry\PortingAssistant.Telemetry.csproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<ItemGroup>
<PackageReference Include="ElectronCgi.DotNet" Version="1.0.3" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.3" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.28" />
<PackageReference Include="PortingAssistant.Client.Client" Version="2.14.9-alpha-gda76b80968" />
<PackageReference Include="PortingAssistant.Client.Telemetry" Version="2.14.9-alpha-gda76b80968" />
<PackageReference Include="Serilog.Sinks.RollingFile" Version="3.3.0" />
Expand Down

0 comments on commit 0861a68

Please sign in to comment.