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 8.0.0-preview.1.23112.2 to 8.0.0-preview.4.23260.4.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v8.0.0-preview.1.23112.2...v8.0.0-preview.4.23260.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 17, 2023
1 parent d63e424 commit abd8973
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project>
<Project>
<PropertyGroup Label="Common properties">
<Product>Eventual Shop</Product>
<Copyright>Copyright (c) 2021-2023 Antonio Falcão Jr.</Copyright>
Expand Down Expand Up @@ -43,7 +43,7 @@
<!--Newtonsoft-->
<Newtonsoft_Version>13.0.3</Newtonsoft_Version>
<ContractResolvers_Version>2.0.0</ContractResolvers_Version>
<Microsoft_Mvc_NewtonsoftJso_Version>8.0.0-preview.1.23112.2</Microsoft_Mvc_NewtonsoftJso_Version>
<Microsoft_Mvc_NewtonsoftJso_Version>8.0.0-preview.4.23260.4</Microsoft_Mvc_NewtonsoftJso_Version>

<!--Serilog-->
<Serilog_Version>3.0.0-dev-01921</Serilog_Version>
Expand Down

0 comments on commit abd8973

Please sign in to comment.