Skip to content
This repository was archived by the owner on Feb 12, 2023. It is now read-only.

Commit 8ea58c8

Browse files
Bump Microsoft.AspNetCore.Mvc.NewtonsoftJson from 6.0.7 to 6.0.8 (#57)
Bumps [Microsoft.AspNetCore.Mvc.NewtonsoftJson](https://github.com/dotnet/aspnetcore) from 6.0.7 to 6.0.8. - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](dotnet/aspnetcore@v6.0.7...v6.0.8) --- 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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 23c17c4 commit 8ea58c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DaemonRunner/DaemonRunner/DaemonRunner.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<PackageReference Include="Microsoft.AspNetCore.Hosting" Version="2.2.7" />
2525
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.2" />
2626
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.2.0" />
27-
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.7" />
27+
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.8" />
2828
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.2.0" />
2929
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.0" />
3030
<PackageReference Include="Microsoft.Extensions.Hosting" Version="6.0.1" />

0 commit comments

Comments
 (0)