Skip to content

Commit 2e16e21

Browse files
Bump System.Text.Json from 8.0.4 to 8.0.5 in /src/ZLogger
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] <support@github.com>
1 parent 12ed29d commit 2e16e21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ZLogger/ZLogger.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
</ItemGroup>
4141

4242
<ItemGroup Condition="$(TargetFramework) == 'netstandard2.0' Or $(TargetFramework) == 'netstandard2.1'">
43-
<PackageReference Include="System.Text.Json" Version="8.0.4" />
43+
<PackageReference Include="System.Text.Json" Version="8.0.5" />
4444
<PackageReference Include="Microsoft.Bcl.TimeProvider" Version="8.0.0" />
4545
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" />
4646
<PackageReference Include="System.Collections.Immutable" Version="8.0.0" />

0 commit comments

Comments
 (0)