Skip to content

Commit 2684846

Browse files
Bump System.Text.Json from 8.0.4 to 8.0.5 in /host/src/FunctionsNetHost (#2768)
Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 8.0.4 to 8.0.5. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.4...v8.0.5) --- updated-dependencies: - dependency-name: System.Text.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 97e7048 commit 2684846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

host/src/FunctionsNetHost/FunctionsNetHost.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2929
</PackageReference>
3030
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
31-
<PackageReference Include="System.Text.Json" Version="8.0.4" />
31+
<PackageReference Include="System.Text.Json" Version="8.0.5" />
3232
<PackageReference Include="Microsoft.NETCore.DotNetAppHost" Version="8.0.0-preview.4.23259.5" />
3333
</ItemGroup>
3434

0 commit comments

Comments
 (0)