Skip to content

Commit

Permalink
Bump Microsoft.AspNetCore.JsonPatch from 5.0.7 to 5.0.10 (#147)
Browse files Browse the repository at this point in the history
Bumps [Microsoft.AspNetCore.JsonPatch](https://github.com/dotnet/aspnetcore) from 5.0.7 to 5.0.10.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Commits](dotnet/aspnetcore@v5.0.7...v5.0.10)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 19, 2021
1 parent 125abc5 commit 03d977b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CastIt.Cli/CastIt.Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageReference Include="ConsoleTables" Version="2.4.2" />
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="3.1.0" />
<PackageReference Include="McMaster.Extensions.Hosting.CommandLine" Version="3.1.0" />
<PackageReference Include="Microsoft.AspNetCore.JsonPatch" Version="5.0.7" />
<PackageReference Include="Microsoft.AspNetCore.JsonPatch" Version="5.0.10" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="5.0.0" />
<PackageReference Include="Refit.HttpClientFactory" Version="6.0.94" />
Expand Down

0 comments on commit 03d977b

Please sign in to comment.